aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2014-06-27 17:21:07 +0800
committersanpei <sanpei@FreeBSD.org>2014-06-27 17:21:07 +0800
commitbc40710e8c4f278e3066f4c761560f50053556fa (patch)
treeb68ee2b03f16995a9aa49f8b9d6525872da6b1c6 /misc
parent712f1eeb8cf3657708bb9ca1325c7db45fa5c4eb (diff)
downloadfreebsd-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/Makefile4
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>