svn commit: r360143 - head/textproc/rfcdiff

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jul 2 06:47:11 UTC 2014


Author: vanilla
Date: Wed Jul  2 06:47:10 2014
New Revision: 360143
URL: http://svnweb.freebsd.org/changeset/ports/360143
QAT: https://qat.redports.org/buildarchive/r360143/

Log:
  Stagify.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/textproc/rfcdiff/Makefile

Modified: head/textproc/rfcdiff/Makefile
==============================================================================
--- head/textproc/rfcdiff/Makefile	Wed Jul  2 06:46:20 2014	(r360142)
+++ head/textproc/rfcdiff/Makefile	Wed Jul  2 06:47:10 2014	(r360143)
@@ -24,12 +24,11 @@ NO_BUILD=	YES
 
 PLIST_FILES=	bin/rfcdiff
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|' \
 		${WRKSRC}/${DISTNAME}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list