summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2014-06-08 06:12:39 +0000
committerThomas Zander <riggs@FreeBSD.org>2014-06-08 06:12:39 +0000
commitb6a1b5e25200f10e52cc40d0303c74c643073402 (patch)
treee77d2035b1c762b22c1fdc3bde36b41f99f5a2f0 /multimedia
parentdevel/py-robotframework-pabot: Update to 0.6 (diff)
- Stagify
- Minor fix LICENSE: BSD -> BSD3CLAUSE Approved by: portmgr (blanket), mentors (implicit)
Notes
Notes: svn path=/head/; revision=356979
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/playd/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/multimedia/playd/Makefile b/multimedia/playd/Makefile
index 8459b2319b59..1f4695edb47e 100644
--- a/multimedia/playd/Makefile
+++ b/multimedia/playd/Makefile
@@ -10,20 +10,19 @@ DISTNAME= playd.sh-${PORTVERSION}
MAINTAINER= graudeejs@gmail.com
COMMENT= Very easy-to-use mplayer sh wrapper script (supports playlists)
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer
-PLIST_FILES= bin/playd
-MAN1= playd.1
+PLIST_FILES= bin/playd \
+ man/man1/playd.1.gz
NO_BUILD= yes
WRKSRC= ${WRKDIR}/graudeejs-playd-${REV}
REV= 1e09c80
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${PREFIX}/bin/playd
- ${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${PREFIX}/man/man1/
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/playd.sh ${STAGEDIR}${PREFIX}/bin/playd
+ ${INSTALL_MAN} ${WRKSRC}/man/man1/playd.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>