Date: Thu, 15 Oct 2015 21:00:20 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399413 - head/security/pwauth Message-ID: <201510152100.t9FL0K80041408@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510152100.t9FL0K80041408>