summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
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>