diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 11:32:12 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 11:32:12 +0000 |
commit | dda65800f3b8f4202b0a19f76f52c60eda975532 (patch) | |
tree | 4a45ed13b79237478d8f4290a3ed86bfca0c72c4 /misc/granulate | |
parent | 89411770dcbac700b6d8bb622e1c10774672c854 (diff) | |
download | ports-dda65800f3b8f4202b0a19f76f52c60eda975532.tar.gz ports-dda65800f3b8f4202b0a19f76f52c60eda975532.zip |
Notes
Diffstat (limited to 'misc/granulate')
-rw-r--r-- | misc/granulate/Makefile | 6 |
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> |