Date: Thu, 1 May 2014 03:36:58 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352718 - in head/security: avcheck ipfilter2dshield makepasswd Message-ID: <201405010336.s413awGu015432@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Thu May 1 03:36:57 2014 New Revision: 352718 URL: http://svnweb.freebsd.org/changeset/ports/352718 QAT: https://qat.redports.org/buildarchive/r352718/ Log: Fix a few stragglers. Modified: head/security/avcheck/Makefile head/security/ipfilter2dshield/Makefile head/security/makepasswd/Makefile Modified: head/security/avcheck/Makefile ============================================================================== --- head/security/avcheck/Makefile Thu May 1 03:10:02 2014 (r352717) +++ head/security/avcheck/Makefile Thu May 1 03:36:57 2014 (r352718) @@ -24,9 +24,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/sbin/ .endfor -.for i in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${MANPREFIX}/man/man1/ -.endfor + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/ ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} Modified: head/security/ipfilter2dshield/Makefile ============================================================================== --- head/security/ipfilter2dshield/Makefile Thu May 1 03:10:02 2014 (r352717) +++ head/security/ipfilter2dshield/Makefile Thu May 1 03:36:57 2014 (r352718) @@ -31,7 +31,7 @@ pre-install: pkg-message > ${PKGMESSAGE} do-install: - @${MKDIR}${ETCDIR} + @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} \ ${STAGEDIR}${ETCDIR}/${DISTNAME}.sample ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 760 ${WRKDIR}/${DISTNAME} ${PREFIX}/sbin Modified: head/security/makepasswd/Makefile ============================================================================== --- head/security/makepasswd/Makefile Thu May 1 03:10:02 2014 (r352717) +++ head/security/makepasswd/Makefile Thu May 1 03:36:57 2014 (r352718) @@ -37,7 +37,7 @@ post-patch: do-install: ${INSTALL_SCRIPT} ${WRKSRC}/makepasswd ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1 @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405010336.s413awGu015432>