diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-11 21:04:35 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-11 21:04:35 +0000 |
commit | 43a5a84a8928178e24d4a108823dfd34ea2a3c80 (patch) | |
tree | 55dc38603833920f9192b944da6f383003ebdf57 /security/sudosh2 | |
parent | b768703fbd63c22e00996bb72c6e1933199a1b90 (diff) | |
download | FreeBSD-ports-43a5a84a8928178e24d4a108823dfd34ea2a3c80.zip FreeBSD-ports-43a5a84a8928178e24d4a108823dfd34ea2a3c80.tar.gz |
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 'security/sudosh2')
-rw-r--r-- | security/sudosh2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile index c99dd49..84f8f32 100644 --- a/security/sudosh2/Makefile +++ b/security/sudosh2/Makefile @@ -18,7 +18,6 @@ COMMENT= A sudo shell RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo -USE_GZIP= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/bin" |