diff options
author | sanpei <sanpei@FreeBSD.org> | 2014-06-27 17:21:07 +0800 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2014-06-27 17:21:07 +0800 |
commit | bc40710e8c4f278e3066f4c761560f50053556fa (patch) | |
tree | b68ee2b03f16995a9aa49f8b9d6525872da6b1c6 /misc | |
parent | 712f1eeb8cf3657708bb9ca1325c7db45fa5c4eb (diff) | |
download | freebsd-ports-gnome-bc40710e8c4f278e3066f4c761560f50053556fa.tar.gz freebsd-ports-gnome-bc40710e8c4f278e3066f4c761560f50053556fa.tar.zst freebsd-ports-gnome-bc40710e8c4f278e3066f4c761560f50053556fa.zip |
support stage
Diffstat (limited to 'misc')
-rw-r--r-- | misc/amfm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amfm/Makefile b/misc/amfm/Makefile index 12be5a8d80cc..5b2fc1c2dea8 100644 --- a/misc/amfm/Makefile +++ b/misc/amfm/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= hid.0:${PORTSDIR}/devel/libhid NO_WRKSUBDIR= yes -NO_STAGE= yes .include <bsd.port.pre.mk> EXTRACT_CMD= ${CP} @@ -29,6 +28,7 @@ BROKEN= does not build .endif do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/amfm ${PREFIX}/bin/amfm + @${INSTALL} ${WRKSRC}/amfm ${STAGEDIR}${PREFIX}/bin/amfm + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/amfm .include <bsd.port.post.mk> |