forked from Lainports/freebsd-ports
net-p2p/ctcs: Install with executable permissions and correct shebang
PR: 238116 Submitted by: debdrup@gmail.com
This commit is contained in:
parent
a54d3673cc
commit
70a7bcebb4
1 changed files with 8 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue