aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-21 19:32:12 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-21 19:32:12 +0800
commitc14395e3d42698622aca2732eebf782f7e9b60c5 (patch)
tree4a45ed13b79237478d8f4290a3ed86bfca0c72c4 /misc
parent2dc8ae0f7f0d5a419d1c3f6455e7bdb6109958e0 (diff)
downloadfreebsd-ports-gnome-c14395e3d42698622aca2732eebf782f7e9b60c5.tar.gz
freebsd-ports-gnome-c14395e3d42698622aca2732eebf782f7e9b60c5.tar.zst
freebsd-ports-gnome-c14395e3d42698622aca2732eebf782f7e9b60c5.zip
Support staging
Diffstat (limited to 'misc')
-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>