diff options
author | mbr <mbr@FreeBSD.org> | 2004-02-22 09:31:04 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2004-02-22 09:31:04 +0000 |
commit | b8c401dddf06a750c2cdeb99bc3a508c6e5302ff (patch) | |
tree | abab765bbe268daf96bc4636c573a30dec87a08a /www/mod_frontpage/Makefile | |
parent | 7630b7e2f1d14e8882c5c40b78f4ed405051b141 (diff) | |
download | FreeBSD-ports-b8c401dddf06a750c2cdeb99bc3a508c6e5302ff.zip FreeBSD-ports-b8c401dddf06a750c2cdeb99bc3a508c6e5302ff.tar.gz |
Add worksrc to CONFIGURE_ENV.
Diffstat (limited to 'www/mod_frontpage/Makefile')
-rw-r--r-- | www/mod_frontpage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_frontpage/Makefile b/www/mod_frontpage/Makefile index ea17ca1..e583b65 100644 --- a/www/mod_frontpage/Makefile +++ b/www/mod_frontpage/Makefile @@ -45,7 +45,7 @@ AP_LIBEXEC?= ${PREFIX}/libexec/apache .endif PERL_CONFIGURE= yes -CONFIGURE_ENV= PREFIX=${PREFIX} +CONFIGURE_ENV= PREFIX=${PREFIX} WRKSRC=${WRKSRC} ONLY_FOR_ARCHS= i386 |