mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stagify
- Minor fix LICENSE: BSD -> BSD3CLAUSE Approved by: portmgr (blanket), mentors (implicit)
This commit is contained in:
parent
542ef6f385
commit
b6a1b5e252
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356979
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user