svn commit: r352718 - in head/security: avcheck ipfilter2dshield makepasswd

Adam Weinberger adamw at FreeBSD.org
Thu May 1 03:36:59 UTC 2014


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}


More information about the svn-ports-all mailing list