diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-29 01:38:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-29 01:38:33 +0800 |
commit | 969a25b91be4996e01db22d49ddf790aff44c1ff (patch) | |
tree | 22f394297a68a2f26d4c07ecd390f44b0b208c48 /ports-mgmt | |
parent | 70ae0f23589dfb81c4ad74a3f8e6404691667c43 (diff) | |
download | freebsd-ports-gnome-969a25b91be4996e01db22d49ddf790aff44c1ff.tar.gz freebsd-ports-gnome-969a25b91be4996e01db22d49ddf790aff44c1ff.tar.zst freebsd-ports-gnome-969a25b91be4996e01db22d49ddf790aff44c1ff.zip |
Support stage
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/psearch/Makefile | 11 |
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> |