diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-11 21:04:35 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-11 21:04:35 +0000 |
commit | 6c2493644bfb89d4c4b38e8b65084cf955355428 (patch) | |
tree | a1680da31b8b0ba0e16646d3ac45e97ccc4eabf6 /security | |
parent | Fix build. (diff) |
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')
-rw-r--r-- | security/sudosh/Makefile | 1 | ||||
-rw-r--r-- | security/sudosh2/Makefile | 1 | ||||
-rw-r--r-- | security/sudosh3/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile index c99dd49b4f82..84f8f32f0400 100644 --- a/security/sudosh/Makefile +++ b/security/sudosh/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" diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile index c99dd49b4f82..84f8f32f0400 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" diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile index c99dd49b4f82..84f8f32f0400 100644 --- a/security/sudosh3/Makefile +++ b/security/sudosh3/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" |