svn commit: r346289 - head/security/xorsearch

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 09:14:38 UTC 2014


Author: ehaupt
Date: Thu Feb 27 09:14:38 2014
New Revision: 346289
URL: http://svnweb.freebsd.org/changeset/ports/346289
QAT: https://qat.redports.org/buildarchive/r346289/

Log:
  Support staging

Modified:
  head/security/xorsearch/Makefile

Modified: head/security/xorsearch/Makefile
==============================================================================
--- head/security/xorsearch/Makefile	Thu Feb 27 09:13:44 2014	(r346288)
+++ head/security/xorsearch/Makefile	Thu Feb 27 09:14:38 2014	(r346289)
@@ -15,11 +15,11 @@ WRKSRC=		${WRKDIR}
 
 PLIST_FILES=	bin/xorsearch
 
-NO_STAGE=	yes
 do-build:
 	${CC} -o ${WRKDIR}/XORSearch ${WRKDIR}/XORSearch.c
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/XORSearch ${PREFIX}/bin/xorsearch
+	${INSTALL_PROGRAM} ${WRKDIR}/XORSearch \
+		${STAGEDIR}${PREFIX}/bin/xorsearch
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list