diff options
author | pav <pav@FreeBSD.org> | 2009-01-08 18:28:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-08 18:28:33 +0800 |
commit | d1e2d2c8c75322f1aacd8f42166a2914bfb020be (patch) | |
tree | b1d5db0ddd047a52ebc34714d5edd8b0bab0de3e /www | |
parent | dfae0647a73a48f7eaac81c4a9d66d5cc041e766 (diff) | |
download | freebsd-ports-gnome-d1e2d2c8c75322f1aacd8f42166a2914bfb020be.tar.gz freebsd-ports-gnome-d1e2d2c8c75322f1aacd8f42166a2914bfb020be.tar.zst freebsd-ports-gnome-d1e2d2c8c75322f1aacd8f42166a2914bfb020be.zip |
- Fix ${PORTSDIR} usage
PR: ports/130279
Reported by: Peter Jeremy <peterjeremy@optushome.com.au>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_webapp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile index 542b9fe81941..bf66c0647970 100644 --- a/www/mod_webapp/Makefile +++ b/www/mod_webapp/Makefile @@ -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> |