aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xstarroll
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-14 07:25:27 +0800
committerbapt <bapt@FreeBSD.org>2013-12-14 07:25:27 +0800
commit1180a5b3fd31975d60bdfc45f4b69cf7cb138483 (patch)
tree91605bb33fe19dbbb83519b9aec6403057841c65 /x11/xstarroll
parentc77f9482061537d69d6979799293ef6313decc12 (diff)
downloadfreebsd-ports-gnome-1180a5b3fd31975d60bdfc45f4b69cf7cb138483.tar.gz
freebsd-ports-gnome-1180a5b3fd31975d60bdfc45f4b69cf7cb138483.tar.zst
freebsd-ports-gnome-1180a5b3fd31975d60bdfc45f4b69cf7cb138483.zip
Support stage
Diffstat (limited to 'x11/xstarroll')
-rw-r--r--x11/xstarroll/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/xstarroll/Makefile b/x11/xstarroll/Makefile
index a0194becda1c..816d23d30b12 100644
--- a/x11/xstarroll/Makefile
+++ b/x11/xstarroll/Makefile
@@ -16,17 +16,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-1.1
USE_XORG= xpm xt xaw
ALL_TARGET= xstarroll
-MAN1= xstarroll.1
-PLIST_FILES= bin/xstarroll
+PLIST_FILES= bin/xstarroll \
+ man/man1/xstarroll.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|$${LOCALBASE}|g ; \
s|gcc |$${CC} |g ; \
s|-O |$${CFLAGS} |g' ${WRKSRC}/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xstarroll ${PREFIX}/bin/xstarroll
- ${INSTALL_MAN} ${WRKSRC}/xstarroll.man ${MANPREFIX}/man/man1/xstarroll.1
+ ${INSTALL_PROGRAM} ${WRKSRC}/xstarroll ${STAGEDIR}${PREFIX}/bin/xstarroll
+ ${INSTALL_MAN} ${WRKSRC}/xstarroll.man ${STAGEDIR}${MANPREFIX}/man/man1/xstarroll.1
.include <bsd.port.mk>