diff options
author | mat <mat@FreeBSD.org> | 2014-09-18 20:31:24 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-09-18 20:31:24 +0800 |
commit | b0306f1fd12f80db25021c96f4af99a8b26ea8f5 (patch) | |
tree | 4577ab4cc236d536b9a0cc3950ccda2713cedba5 /sysutils | |
parent | 0820de43bea0fe4e6e596fc168b2d9a69bc0567d (diff) | |
download | freebsd-ports-gnome-b0306f1fd12f80db25021c96f4af99a8b26ea8f5.tar.gz freebsd-ports-gnome-b0306f1fd12f80db25021c96f4af99a8b26ea8f5.tar.zst freebsd-ports-gnome-b0306f1fd12f80db25021c96f4af99a8b26ea8f5.zip |
Retire MANCOMPRESSED.
Also the compat NO_INSTALL_MANPAGES shim.
Differential Revision: https://reviews.freebsd.org/D730
Reviewed by: antoine
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bacula-server/Makefile | 1 | ||||
-rw-r--r-- | sysutils/bacula5-server/Makefile | 1 | ||||
-rw-r--r-- | sysutils/pfstat/Makefile | 1 | ||||
-rw-r--r-- | sysutils/puppet27/Makefile | 2 |
4 files changed, 0 insertions, 5 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index dcf4f22ed0bd..3f2bd099d621 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -48,7 +48,6 @@ SUB_FILES+= pkg-install.client pkg-deinstall.client pkg-message.client SUB_FILES+= pkg-message.server .endif -MANCOMPRESSED= yes CONFIGURE_ARGS+=--with-tcp-wrappers=/usr/lib \ --enable-smartalloc \ --sysconfdir=${ETCDIR} \ diff --git a/sysutils/bacula5-server/Makefile b/sysutils/bacula5-server/Makefile index ba82a0e8d4e3..4dca125bdb9a 100644 --- a/sysutils/bacula5-server/Makefile +++ b/sysutils/bacula5-server/Makefile @@ -53,7 +53,6 @@ SUB_FILES+= pkg-install.client pkg-deinstall.client pkg-message.client SUB_FILES+= pkg-message.server .endif -MANCOMPRESSED= yes CONFIGURE_ARGS+=--with-tcp-wrappers=/usr/lib \ --enable-smartalloc \ --sysconfdir=${ETCDIR} \ diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index 58616098fa94..99577988eb60 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -20,7 +20,6 @@ USE_RC_SUBR= pfstatd MAN8= pfstat.8 \ pfstatd.8 -MANCOMPRESSED= no PLIST_FILES= bin/pfstat \ bin/pfstatd diff --git a/sysutils/puppet27/Makefile b/sysutils/puppet27/Makefile index e4d67112e0bc..ab35b867b263 100644 --- a/sysutils/puppet27/Makefile +++ b/sysutils/puppet27/Makefile @@ -30,8 +30,6 @@ SUB_FILES+= pkg-message PORTSCOUT= limit:^2\.7\. -MANCOMPRESSED= yes - OPTIONS_DEFAULT= PACKAGE_ORIGIN OPTIONS_SINGLE= PATCHES OPTIONS_SINGLE_PATCHES= PACKAGE_ORIGIN PACKAGE_ROOT |