From b0306f1fd12f80db25021c96f4af99a8b26ea8f5 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 18 Sep 2014 12:31:24 +0000 Subject: 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 --- sysutils/bacula-server/Makefile | 1 - sysutils/bacula5-server/Makefile | 1 - sysutils/pfstat/Makefile | 1 - sysutils/puppet27/Makefile | 2 -- 4 files changed, 5 deletions(-) (limited to 'sysutils') 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 -- cgit