aboutsummaryrefslogtreecommitdiff
path: root/misc/granulate
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 11:32:12 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 11:32:12 +0000
commitdda65800f3b8f4202b0a19f76f52c60eda975532 (patch)
tree4a45ed13b79237478d8f4290a3ed86bfca0c72c4 /misc/granulate
parent89411770dcbac700b6d8bb622e1c10774672c854 (diff)
downloadports-dda65800f3b8f4202b0a19f76f52c60eda975532.tar.gz
ports-dda65800f3b8f4202b0a19f76f52c60eda975532.zip
Support staging
Notes
Notes: svn path=/head/; revision=345376
Diffstat (limited to 'misc/granulate')
-rw-r--r--misc/granulate/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile
index c247c2c410aa..bbd44a208bdd 100644
--- a/misc/granulate/Makefile
+++ b/misc/granulate/Makefile
@@ -11,12 +11,12 @@ MAINTAINER= jharris@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>