summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-28 17:43:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-28 17:43:14 +0000
commit60e80a8047ad047001f03016df2725e9503ca23d (patch)
tree6431fa1aaf1b3a2056559a62a539e968417e06ea /ports-mgmt
parentSupport stage (diff)
Support stage
Fix shebang
Notes
Notes: svn path=/head/; revision=337885
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/pkg-orphan/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/ports-mgmt/pkg-orphan/Makefile b/ports-mgmt/pkg-orphan/Makefile
index f9941e334c03..dead30488660 100644
--- a/ports-mgmt/pkg-orphan/Makefile
+++ b/ports-mgmt/pkg-orphan/Makefile
@@ -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>