diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-13 13:37:36 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-13 13:37:36 +0000 |
commit | 8a71e8061e6679f7ba2e138ee93a9229403281ee (patch) | |
tree | 6d53d9bf4007b9d09413837cfbe52a78dd9e62d5 /ports-mgmt | |
parent | 93e0226122a2286fda738f2606314c9f7bfc35af (diff) | |
download | ports-8a71e8061e6679f7ba2e138ee93a9229403281ee.tar.gz ports-8a71e8061e6679f7ba2e138ee93a9229403281ee.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg_search/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/ports-mgmt/pkg_search/Makefile b/ports-mgmt/pkg_search/Makefile index bada1b41a08f..aae2e7d90144 100644 --- a/ports-mgmt/pkg_search/Makefile +++ b/ports-mgmt/pkg_search/Makefile @@ -10,13 +10,10 @@ MASTER_SITES= http://www.mathematik.uni-marburg.de/~schmidtm/pkg_search/ \ MAINTAINER= schmidtm@mathematik.uni-marburg.de COMMENT= A nifty script searching the ports database -PLIST_FILES= bin/pkg_search +PLIST_FILES= bin/pkg_search man/man1/pkg_search.1.gz -MAN1= pkg_search.1 - -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |