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

Support stage

Fix shebang
This commit is contained in:
Baptiste Daroussin 2013-12-28 17:43:14 +00:00
parent 10eb8e1d28
commit 60e80a8047
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337885

View File

@ -7,18 +7,17 @@ CATEGORIES= ports-mgmt
MASTER_SITES= SF
MAINTAINER= vsemionov@gmail.com
COMMENT= A console utility for managing unreferenced FreeBSD packages
COMMENT= Console utility for managing unreferenced FreeBSD packages
NO_BUILD= yes
USES= perl5
USES= perl5 shebangfix
SHEBANG_FILES= pkg-orphan.pl
MAN1= pkg-orphan.1
PLIST_FILES= sbin/pkg-orphan \
man/man1/pkg-orphan.1.gz
PLIST_FILES= sbin/pkg-orphan
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pkg-orphan.pl ${PREFIX}/sbin/pkg-orphan
${INSTALL_MAN} ${WRKSRC}/pkg-orphan.1 ${MAN1PREFIX}/man/man1
${INSTALL_SCRIPT} ${WRKSRC}/pkg-orphan.pl ${STAGEDIR}${PREFIX}/sbin/pkg-orphan
${INSTALL_MAN} ${WRKSRC}/pkg-orphan.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>