1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-27 13:38:07 +00:00
parent 6564b8045a
commit 5039a94cde
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346329

View File

@ -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>