svn commit: r399413 - head/security/pwauth

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 15 21:00:22 UTC 2015


Author: amdmi3
Date: Thu Oct 15 21:00:20 2015
New Revision: 399413
URL: https://svnweb.freebsd.org/changeset/ports/399413

Log:
  - Handle permissions in plist
  - Unsilence install
  
  Approved by:	portmgr blanket

Modified:
  head/security/pwauth/Makefile

Modified: head/security/pwauth/Makefile
==============================================================================
--- head/security/pwauth/Makefile	Thu Oct 15 20:58:43 2015	(r399412)
+++ head/security/pwauth/Makefile	Thu Oct 15 21:00:20 2015	(r399413)
@@ -12,7 +12,8 @@ COMMENT=	Unix Web Authenticator
 
 LICENSE=	BSD3CLAUSE
 
-PLIST_FILES=	bin/pwauth bin/checkfaillog
+PLIST_FILES=	"@(,,4555) bin/pwauth" \
+		bin/checkfaillog
 
 ALL_TARGET=	pwauth checkfaillog
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" LIB="-lcrypt -lpam"
@@ -25,8 +26,7 @@ post-patch:
 		s/%%MINUID%%/${MINUID}/" ${WRKSRC}/config.h
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${STAGEDIR}${PREFIX}/bin
-	@${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${STAGEDIR}${PREFIX}/bin
-	@${CHMOD} u=rxs ${STAGEDIR}${PREFIX}/bin/pwauth
+	${INSTALL_PROGRAM} ${WRKSRC}/pwauth ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/checkfaillog ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list