svn commit: r345376 - head/misc/granulate

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 21 11:32:13 UTC 2014


Author: ehaupt
Date: Fri Feb 21 11:32:12 2014
New Revision: 345376
URL: http://svnweb.freebsd.org/changeset/ports/345376
QAT: https://qat.redports.org/buildarchive/r345376/

Log:
  Support staging

Modified:
  head/misc/granulate/Makefile

Modified: head/misc/granulate/Makefile
==============================================================================
--- head/misc/granulate/Makefile	Fri Feb 21 11:31:12 2014	(r345375)
+++ head/misc/granulate/Makefile	Fri Feb 21 11:32:12 2014	(r345376)
@@ -11,12 +11,12 @@ MAINTAINER=	jharris at widomaker.com
 COMMENT=	Granulate is a program for splitting files in place
 
 PLIST_FILES=	bin/granulate
-NO_STAGE=	yes
+
 post-patch:
 	@${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" \
-	${WRKSRC}/Makefile
+		${WRKSRC}/Makefile
 
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list