svn commit: r348701 - head/devel/p4delta

Emanuel Haupt ehaupt at FreeBSD.org
Thu Mar 20 15:28:10 UTC 2014


Author: ehaupt
Date: Thu Mar 20 15:28:09 2014
New Revision: 348701
URL: http://svnweb.freebsd.org/changeset/ports/348701
QAT: https://qat.redports.org/buildarchive/r348701/

Log:
  Support staging

Modified:
  head/devel/p4delta/Makefile

Modified: head/devel/p4delta/Makefile
==============================================================================
--- head/devel/p4delta/Makefile	Thu Mar 20 15:26:49 2014	(r348700)
+++ head/devel/p4delta/Makefile	Thu Mar 20 15:28:09 2014	(r348701)
@@ -14,15 +14,13 @@ RUN_DEPENDS=	${LOCALBASE}/bin/p4:${PORTS
 USE_RUBY=	yes
 NO_BUILD=	yes
 
-NO_STAGE=	yes
+PLIST_FILES=	bin/p4delta man/man1/p4delta.1.gz
+
 post-patch:
 	@${REINPLACE_CMD} -e 's|^#!/usr/bin/ruby|#!${RUBY}|' ${WRKSRC}/p4delta
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
-	${INSTALL_MAN} ${WRKSRC}/p4delta.1 ${PREFIX}/man/man1/
-
-MAN1=		p4delta.1
-PLIST_FILES=	bin/p4delta
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/p4delta.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list