aboutsummaryrefslogtreecommitdiff
path: root/textproc/ripole
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 17:20:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 17:20:25 +0000
commit72f15076fb6d3de7e12a068eea98798222dbb7b4 (patch)
tree6dc11a00334806ca9a2a302fecc8443cef160a88 /textproc/ripole
parent91ffaa9e4cf485ceb5e744800f3c8167dbb8520c (diff)
downloadports-72f15076fb6d3de7e12a068eea98798222dbb7b4.tar.gz
ports-72f15076fb6d3de7e12a068eea98798222dbb7b4.zip
Support staging
Notes
Notes: svn path=/head/; revision=346049
Diffstat (limited to 'textproc/ripole')
-rw-r--r--textproc/ripole/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ripole/Makefile b/textproc/ripole/Makefile
index 004dfce8e2a9..2c1d2d06bd70 100644
--- a/textproc/ripole/Makefile
+++ b/textproc/ripole/Makefile
@@ -13,11 +13,10 @@ ALL_TARGET= default
PLIST_FILES= bin/ripole
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>