MFH: r502572
net-p2p/ctcs: Install with executable permissions and correct shebang PR: 238116 Submitted by: debdrup@gmail.com Approved by: ports-secteam blanket
This commit is contained in:
parent
53bfcb7c24
commit
8958b8d150
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/branches/2019Q2/; revision=502573
@ -3,15 +3,20 @@
|
||||
|
||||
PORTNAME= ctcs
|
||||
PORTVERSION= 1.4.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-p2p
|
||||
MASTER_SITES= SF/dtorrent/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
MAINTAINER= dereckson@gmail.com
|
||||
COMMENT= CTorrent monitoring and managing interface
|
||||
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= run
|
||||
NO_BUILD= #
|
||||
|
||||
SHEBANG_FILES= ctcs
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PORTDOCS= readme.txt
|
||||
PLIST_FILES= bin/ctcs
|
||||
@ -19,7 +24,7 @@ PLIST_FILES= bin/ctcs
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/ctcs ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/ctcs ${STAGEDIR}${PREFIX}/bin
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user