svn commit: r346329 - head/audio/last-cmus
Emanuel Haupt
ehaupt at FreeBSD.org
Thu Feb 27 13:38:08 UTC 2014
Author: ehaupt
Date: Thu Feb 27 13:38:07 2014
New Revision: 346329
URL: http://svnweb.freebsd.org/changeset/ports/346329
QAT: https://qat.redports.org/buildarchive/r346329/
Log:
Support staging
Modified:
head/audio/last-cmus/Makefile
Modified: head/audio/last-cmus/Makefile
==============================================================================
--- head/audio/last-cmus/Makefile Thu Feb 27 13:35:11 2014 (r346328)
+++ head/audio/last-cmus/Makefile Thu Feb 27 13:38:07 2014 (r346329)
@@ -14,7 +14,6 @@ MAINTAINER= dhn at 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>
More information about the svn-ports-head
mailing list