diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-28 17:39:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-28 17:39:48 +0000 |
commit | 10eb8e1d28a9004e159897ebf7f87f341f0d563b (patch) | |
tree | 396f7db839199d4cef740d646b7741ffe8319416 /ports-mgmt | |
parent | 6ddd05ded5287249ee7060a7593bf106b8e4e6f3 (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/xps/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ports-mgmt/xps/Makefile b/ports-mgmt/xps/Makefile index ed0a706c32be..b6ffef2a8ef7 100644 --- a/ports-mgmt/xps/Makefile +++ b/ports-mgmt/xps/Makefile @@ -17,12 +17,11 @@ GH_COMMIT= 719165b USE_PYTHON= yes NO_BUILD= yes -PLIST_FILES= bin/xps -MAN1= xps.1 +PLIST_FILES= bin/xps \ + man/man1/xps.1.gz -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/xps ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/xps ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xps.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include <bsd.port.mk> |