aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2014-06-27 09:21:07 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2014-06-27 09:21:07 +0000
commitf52c4ad4e50865210b42a5eb030104ec229b4927 (patch)
treeb68ee2b03f16995a9aa49f8b9d6525872da6b1c6 /misc
parent9d61cdae1a0ec16006ece5bc87ed96ec3f1e8e9c (diff)
downloadports-f52c4ad4e50865210b42a5eb030104ec229b4927.tar.gz
ports-f52c4ad4e50865210b42a5eb030104ec229b4927.zip
Notes
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>