summaryrefslogtreecommitdiff
path: root/ports-mgmt/xps
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-28 17:39:48 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-28 17:39:48 +0000
commit10eb8e1d28a9004e159897ebf7f87f341f0d563b (patch)
tree396f7db839199d4cef740d646b7741ffe8319416 /ports-mgmt/xps
parentSupport stage (diff)
Support stage
Notes
Notes: svn path=/head/; revision=337884
Diffstat (limited to 'ports-mgmt/xps')
-rw-r--r--ports-mgmt/xps/Makefile9
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>