svn commit: r345966 - head/security/manipulate_data

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 11:41:23 UTC 2014


Author: ehaupt
Date: Tue Feb 25 11:41:22 2014
New Revision: 345966
URL: http://svnweb.freebsd.org/changeset/ports/345966
QAT: https://qat.redports.org/buildarchive/r345966/

Log:
  Support staging

Modified:
  head/security/manipulate_data/Makefile

Modified: head/security/manipulate_data/Makefile
==============================================================================
--- head/security/manipulate_data/Makefile	Tue Feb 25 11:40:21 2014	(r345965)
+++ head/security/manipulate_data/Makefile	Tue Feb 25 11:41:22 2014	(r345966)
@@ -17,9 +17,6 @@ PLIST_FILES=	${SBIN_PROGRAMS:S,^,sbin/,}
 
 SBIN_PROGRAMS=	read_data replace_data search_data write_data
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 	's|^CC=|CC?=| ; \
@@ -28,13 +25,11 @@ post-patch:
 
 do-install:
 .for i in ${SBIN_PROGRAMS}
-	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/sbin/
+	${INSTALL_PROGRAM} ${WRKSRC}/${i} ${STAGEDIR}${PREFIX}/sbin
 .endfor
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for i in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list