aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/backfract
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-22 02:38:02 +0800
committerantoine <antoine@FreeBSD.org>2014-01-22 02:38:02 +0800
commit0b5a9378a4e700f137e7fe0af02d69d7e42fbbe9 (patch)
treec4db361e7b9a4f2e619944779f9e5ed55b69e22d /graphics/backfract
parent5dd6d604126d8ae038d156c2a24fed04ce8c7004 (diff)
downloadfreebsd-ports-gnome-0b5a9378a4e700f137e7fe0af02d69d7e42fbbe9.tar.gz
freebsd-ports-gnome-0b5a9378a4e700f137e7fe0af02d69d7e42fbbe9.tar.zst
freebsd-ports-gnome-0b5a9378a4e700f137e7fe0af02d69d7e42fbbe9.zip
Stage support
Diffstat (limited to 'graphics/backfract')
-rw-r--r--graphics/backfract/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/backfract/Makefile b/graphics/backfract/Makefile
index 46af713644d0..e3c6ea90bbd9 100644
--- a/graphics/backfract/Makefile
+++ b/graphics/backfract/Makefile
@@ -19,7 +19,6 @@ MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/backfract
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
"/'-O3'/s|^|#| ; \
@@ -27,6 +26,6 @@ post-patch:
s|linux/soundcard.h|sys/soundcard.h|" ${WRKSRC}/configure
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/backfract ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/backfract ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>