- Fix ${PORTSDIR} usage

PR:		ports/130279
Reported by:	Peter Jeremy <peterjeremy@optushome.com.au>
This commit is contained in:
Pav Lucistnik 2009-01-08 10:28:33 +00:00
parent 2ea86ad905
commit 336228aeb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225441

View File

@ -32,6 +32,8 @@ CONNECTORS_RELEASE= ${PORTVERSION}
ONLY_FOR_ARCHS= i386 sparc64
.include <bsd.port.pre.mk>
# Apache locations.
APACHECTL?= ${LOCALBASE}/sbin/apachectl
APR_LIB?= ${LOCALBASE}/lib/
@ -78,4 +80,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/INSTALL.txt ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>