aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/psearch
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-28 17:38:33 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-28 17:38:33 +0000
commit6ddd05ded5287249ee7060a7593bf106b8e4e6f3 (patch)
tree22f394297a68a2f26d4c07ecd390f44b0b208c48 /ports-mgmt/psearch
parenta6f78be7623848b2b54b0bf103bbacc2159819d7 (diff)
downloadports-6ddd05ded5287249ee7060a7593bf106b8e4e6f3.tar.gz
ports-6ddd05ded5287249ee7060a7593bf106b8e4e6f3.zip
Support stage
Notes
Notes: svn path=/head/; revision=337883
Diffstat (limited to 'ports-mgmt/psearch')
-rw-r--r--ports-mgmt/psearch/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/ports-mgmt/psearch/Makefile b/ports-mgmt/psearch/Makefile
index 97caf6eb6b00..0c337e42bf32 100644
--- a/ports-mgmt/psearch/Makefile
+++ b/ports-mgmt/psearch/Makefile
@@ -7,14 +7,13 @@ CATEGORIES= ports-mgmt
MASTER_SITES= http://www.maxlor.com/files/
MAINTAINER= mail@maxlor.com
-COMMENT= An utility for searching the FreeBSD Ports Collection
+COMMENT= Utility for searching the FreeBSD Ports Collection
-MAN1= psearch.1
-PLIST_FILES= bin/psearch
+PLIST_FILES= bin/psearch \
+ man/man1/psearch.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/psearch ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/psearch.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/psearch ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/psearch.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>