diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-27 13:38:07 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-27 13:38:07 +0000 |
commit | 5039a94cdebd9be471ee169f9508e99ddae8c980 (patch) | |
tree | 054513889f3893e8b2c347dc2644f5ccfe00ac83 | |
parent | 6564b8045aa389997826917317ef381a8a84e5a8 (diff) | |
download | ports-5039a94cdebd9be471ee169f9508e99ddae8c980.tar.gz ports-5039a94cdebd9be471ee169f9508e99ddae8c980.zip |
Notes
-rw-r--r-- | audio/last-cmus/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/last-cmus/Makefile b/audio/last-cmus/Makefile index 46841766ee74..28c2ecd27ab1 100644 --- a/audio/last-cmus/Makefile +++ b/audio/last-cmus/Makefile @@ -14,7 +14,6 @@ MAINTAINER= dhn@FreeBSD.org COMMENT= Cmus plugin for submitting songs into last.fm USE_PYTHON= yes -NO_STAGE= yes SUB_FILES= pkg-message NO_BUILD= yes PLIST_FILES= bin/${DISTNAME} @@ -24,8 +23,6 @@ do-extract: @${CP} ${_DISTDIR}/last-cmus.py ${WRKSRC} do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/ - @${CHMOD} +x ${PREFIX}/bin/${DISTNAME} - @${CAT} ${PKGMESSAGE} + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |