diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 14:20:33 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 14:20:33 +0000 |
commit | 31ae8a4948818424d69db3f93d8f25f2c77a99fd (patch) | |
tree | d14c6d407f40ef87040d5bc8d90429b735ea7668 | |
parent | 12f48802a6cc876574a57389f3f9b7e2df980b2b (diff) |
Notes
-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> |