aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-26 01:20:25 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-26 01:20:25 +0800
commitefe8cc0b547ab8221742633113f1a2785343f707 (patch)
tree6dc11a00334806ca9a2a302fecc8443cef160a88 /textproc
parent22e227dc1d3cc0cd1e6fd8bafb2e295482400059 (diff)
downloadfreebsd-ports-graphics-efe8cc0b547ab8221742633113f1a2785343f707.tar.gz
freebsd-ports-graphics-efe8cc0b547ab8221742633113f1a2785343f707.tar.zst
freebsd-ports-graphics-efe8cc0b547ab8221742633113f1a2785343f707.zip
Support staging
Diffstat (limited to 'textproc')
-rw-r--r--textproc/ripole/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/ripole/Makefile b/textproc/ripole/Makefile
index 004dfce8e2a..2c1d2d06bd7 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>