aboutsummaryrefslogtreecommitdiffstats
path: root/german
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-04-04 20:03:44 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-04-04 20:03:44 +0800
commitd1438e10e826ae6d23414af878888efa6764b00c (patch)
treea1f095b592f49dfc785cf81d75c62d152438b20e /german
parent73224d4835589baa16888a620de5a931b10b2174 (diff)
downloadfreebsd-ports-gnome-d1438e10e826ae6d23414af878888efa6764b00c.tar.gz
freebsd-ports-gnome-d1438e10e826ae6d23414af878888efa6764b00c.tar.zst
freebsd-ports-gnome-d1438e10e826ae6d23414af878888efa6764b00c.zip
Support staging
Diffstat (limited to 'german')
-rw-r--r--german/bsdpaste/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/german/bsdpaste/Makefile b/german/bsdpaste/Makefile
index 55d8e918ee3b..e838e0d37e90 100644
--- a/german/bsdpaste/Makefile
+++ b/german/bsdpaste/Makefile
@@ -16,8 +16,8 @@ USE_RUBY_FEATURES= ruby18
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bsdpaste.rb ${PREFIX}/bin/bsdpaste
+ ${INSTALL_SCRIPT} ${WRKSRC}/bsdpaste.rb \
+ ${STAGEDIR}${PREFIX}/bin/bsdpaste
.include <bsd.port.mk>