aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/xcruise/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-01-26 22:07:33 +0800
committermiwi <miwi@FreeBSD.org>2014-01-26 22:07:33 +0800
commit6719a815ffcc2ae06daea9815de74b1543708630 (patch)
treede26eb7dcbc934a241b2178170e6418345456f4d /x11-fm/xcruise/Makefile
parent855ad97163ff6871f4887f00aaf76f59cba35789 (diff)
downloadfreebsd-ports-gnome-6719a815ffcc2ae06daea9815de74b1543708630.tar.gz
freebsd-ports-gnome-6719a815ffcc2ae06daea9815de74b1543708630.tar.zst
freebsd-ports-gnome-6719a815ffcc2ae06daea9815de74b1543708630.zip
- Stage support
Diffstat (limited to 'x11-fm/xcruise/Makefile')
-rw-r--r--x11-fm/xcruise/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-fm/xcruise/Makefile b/x11-fm/xcruise/Makefile
index 8ccae40bf4d7..629d543e4ac4 100644
--- a/x11-fm/xcruise/Makefile
+++ b/x11-fm/xcruise/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xcruiser
PORTVERSION= 0.30
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-fm
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
@@ -12,11 +12,9 @@ COMMENT= Navigate through a three-dimensional view of a file system
USES= imake
USE_XORG= ice sm x11 xaw xext xmu xpm xt
-MAN1= xcruiser.1
-NO_STAGE= yes
post-install:
- @${MKDIR} ${PREFIX}/share/doc/xcruise
- ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xcruise
+ @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/xcruise
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${PREFIX}/share/doc/xcruise
.include <bsd.port.mk>