diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-22 02:38:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-22 02:38:02 +0800 |
commit | 0b5a9378a4e700f137e7fe0af02d69d7e42fbbe9 (patch) | |
tree | c4db361e7b9a4f2e619944779f9e5ed55b69e22d /graphics/backfract | |
parent | 5dd6d604126d8ae038d156c2a24fed04ce8c7004 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |