diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-12 05:04:35 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-12 05:04:35 +0800 |
commit | 43a5a84a8928178e24d4a108823dfd34ea2a3c80 (patch) | |
tree | 55dc38603833920f9192b944da6f383003ebdf57 /www | |
parent | b768703fbd63c22e00996bb72c6e1933199a1b90 (diff) | |
download | freebsd-ports-gnome-43a5a84a8928178e24d4a108823dfd34ea2a3c80.tar.gz freebsd-ports-gnome-43a5a84a8928178e24d4a108823dfd34ea2a3c80.tar.zst freebsd-ports-gnome-43a5a84a8928178e24d4a108823dfd34ea2a3c80.zip |
Remove the use of USE_GZIP. I cannot find any use of it in bsd.port.mk
and these ports build fine without it. My guess is that it was added
by someone as an opposite to USE_BZIP2 and other people copied it.
Remove it once and for all.
With hat: portmgr
Diffstat (limited to 'www')
-rw-r--r-- | www/photo_gallery/Makefile | 1 | ||||
-rw-r--r-- | www/phpadsnew/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/www/photo_gallery/Makefile b/www/photo_gallery/Makefile index 2712cb9b732d..24becc11dc76 100644 --- a/www/photo_gallery/Makefile +++ b/www/photo_gallery/Makefile @@ -26,7 +26,6 @@ APACHEDIR= ${LOCALBASE}/www/data INSTALLDIR= ${APACHEDIR}/photo NO_BUILD= yes USE_PERL5= yes -USE_GZIP= no do-install: ${MKDIR} ${INSTALLDIR} diff --git a/www/phpadsnew/Makefile b/www/phpadsnew/Makefile index d65047a9010b..f703871171da 100644 --- a/www/phpadsnew/Makefile +++ b/www/phpadsnew/Makefile @@ -14,7 +14,6 @@ MASTER_SITE_SUBDIR= phpadsnew MAINTAINER= meno.abels@adviser.com COMMENT= The phpAdsNew is an open-source ad server -USE_GZIP= yes NO_BUILD= yes USE_PHP= mysql pcre zlib |