svn commit: r371391 - head/security/pam_search_list

John Marino marino at FreeBSD.org
Thu Oct 23 12:17:26 UTC 2014


Author: marino
Date: Thu Oct 23 12:17:25 2014
New Revision: 371391
URL: https://svnweb.freebsd.org/changeset/ports/371391
QAT: https://qat.redports.org/buildarchive/r371391/

Log:
  security/pam_search_list: Handle NO_PROFILE which affects pkg-plist

Modified:
  head/security/pam_search_list/Makefile

Modified: head/security/pam_search_list/Makefile
==============================================================================
--- head/security/pam_search_list/Makefile	Thu Oct 23 12:07:01 2014	(r371390)
+++ head/security/pam_search_list/Makefile	Thu Oct 23 12:17:25 2014	(r371391)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pam_search_list
 PORTVERSION=	0.1
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME:S/_/-/g}
 DISTNAME=	${PORTNAME:S/_/-/g}-${PORTVERSION}
@@ -13,9 +14,12 @@ COMMENT=	PAM module to search arbitrary 
 USES=		tar:xz uidfix
 
 PLIST_FILES=	lib/libpam_search_list.a \
-		lib/libpam_search_list_p.a \
 		lib/pam_search_list.so \
 		lib/pam_search_list.so.0 \
 		man/man8/pam_search_list.8.gz
 
+.if !defined(NO_PROFILE)
+PLIST_FILES+=	lib/libpam_search_list_p.a
+.endif
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list