diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 07:36:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 07:36:50 +0800 |
commit | e598d34341b62529b9ef63db27d571f9bcb8c766 (patch) | |
tree | f64ac925b256287c7a34412ba29125deea68e3ac /www/mod_perl2 | |
parent | 7016da251660681f0c133921f056177747cccba9 (diff) | |
download | freebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.tar.gz freebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.tar.zst freebsd-ports-gnome-e598d34341b62529b9ef63db27d571f9bcb8c766.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: www)
Diffstat (limited to 'www/mod_perl2')
-rw-r--r-- | www/mod_perl2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 4ce7b27b8b28..9d6dbd9213a2 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -57,6 +57,7 @@ MAN3= APR.3 APR::Base64.3 APR::Brigade.3 APR::Bucket.3 \ ModPerl::Util.3 mod_perl2.3 Apache2::ConnectionUtil.3 \ APR::ThreadRWLock.3 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${APACHE_VERSION} > 22 |