svn commit: r346345 - head/devel/p4genpatch

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 14:25:51 UTC 2014


Author: ehaupt
Date: Thu Feb 27 14:25:50 2014
New Revision: 346345
URL: http://svnweb.freebsd.org/changeset/ports/346345
QAT: https://qat.redports.org/buildarchive/r346345/

Log:
  Support staging

Modified:
  head/devel/p4genpatch/Makefile

Modified: head/devel/p4genpatch/Makefile
==============================================================================
--- head/devel/p4genpatch/Makefile	Thu Feb 27 14:23:42 2014	(r346344)
+++ head/devel/p4genpatch/Makefile	Thu Feb 27 14:25:50 2014	(r346345)
@@ -1,35 +1,34 @@
 # Created by: bms at FreeBSD.org
 # $FreeBSD$
 
-PORTNAME=		p4genpatch
-PORTVERSION=		1
-CATEGORIES=		devel
-MASTER_SITES=		#
+PORTNAME=	p4genpatch
+PORTVERSION=	1
+CATEGORIES=	devel
+MASTER_SITES=	#
 DISTFILES=
 
-MAINTAINER=		ports at FreeBSD.org
-COMMENT=		Helper scripts for generating RCS patches from Perforce
+MAINTAINER=	ports at FreeBSD.org
+COMMENT=	Helper scripts for generating RCS patches from Perforce
 
-RUN_DEPENDS=		p4:${PORTSDIR}/devel/p4
+RUN_DEPENDS=	p4:${PORTSDIR}/devel/p4
 
-NO_BUILD=		yes
-NO_WRKSUBDIR=		yes
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
 
-USES=			shebangfix perl5
+USES=		shebangfix perl5
 
-SCRIPTS=		bin/p4genpatch bin/p4d2p
-PLIST_FILES=		${SCRIPTS}
+SCRIPTS=	bin/p4genpatch bin/p4d2p
+PLIST_FILES=	${SCRIPTS}
 
-SHEBANG_FILES=		${SCRIPTS}
+SHEBANG_FILES=	${SCRIPTS}
 
-NO_STAGE=	yes
 do-extract:
 	@${MKDIR} ${WRKSRC}
 	@${CP} -r ${FILESDIR}/bin ${WRKSRC}
 
 do-install:
 .for script in ${SCRIPTS}
-	${INSTALL_SCRIPT} ${WRKSRC}/${script} ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/${script} ${STAGEDIR}${PREFIX}/bin
 .endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list