diff options
author | danfe <danfe@FreeBSD.org> | 2018-05-05 22:20:33 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-05-05 22:20:33 +0800 |
commit | 5dd3089bcc7367f0745ce475d81228fa9a0ced6a (patch) | |
tree | d14c6d407f40ef87040d5bc8d90429b735ea7668 /security | |
parent | 4a5237fe778cdc8d6121ac98a0ab597866c578c6 (diff) | |
download | freebsd-ports-gnome-5dd3089bcc7367f0745ce475d81228fa9a0ced6a.tar.gz freebsd-ports-gnome-5dd3089bcc7367f0745ce475d81228fa9a0ced6a.tar.zst freebsd-ports-gnome-5dd3089bcc7367f0745ce475d81228fa9a0ced6a.zip |
For ports in `security' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on the
SUB_FILES list.
Diffstat (limited to 'security')
-rw-r--r-- | security/amavis-stats/Makefile | 2 | ||||
-rw-r--r-- | security/bruteblock/Makefile | 1 | ||||
-rw-r--r-- | security/pam-mysql/Makefile | 1 | ||||
-rw-r--r-- | security/pam_fprint/Makefile | 1 |
4 files changed, 0 insertions, 5 deletions
diff --git a/security/amavis-stats/Makefile b/security/amavis-stats/Makefile index 97ba1491b682..34b4de514217 100644 --- a/security/amavis-stats/Makefile +++ b/security/amavis-stats/Makefile @@ -29,8 +29,6 @@ USERS= ${AMAVISUSER} GROUPS= ${AMAVISGROUP} PLIST_SUB+= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} USERS=${USERS} GROUPS=${GROUPS} -PKGMESSAGE= ${WRKDIR}/pkg-message - SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS diff --git a/security/bruteblock/Makefile b/security/bruteblock/Makefile index 9a0415e7f1e8..a61e61299e48 100644 --- a/security/bruteblock/Makefile +++ b/security/bruteblock/Makefile @@ -13,7 +13,6 @@ COMMENT= Software for blocking bruteforce attacks with ipfw LIB_DEPENDS= libpcre.so:devel/pcre -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_RC_SUBR= bruteblockd diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 7cda20d5a635..9f4c3e87bc9c 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -22,7 +22,6 @@ CONFIGURE_ARGS= --with-mysql=${LOCALBASE} \ --with-pam=/usr SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message PORTDOCS= * PLIST_FILES= lib/pam_mysql.so lib/pam_mysql.la diff --git a/security/pam_fprint/Makefile b/security/pam_fprint/Makefile index 500369e91091..41188156f947 100644 --- a/security/pam_fprint/Makefile +++ b/security/pam_fprint/Makefile @@ -21,6 +21,5 @@ PLIST_FILES+= bin/pam_fprint_enroll \ lib/pam_fprint.so SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message .include <bsd.port.mk> |