aboutsummaryrefslogtreecommitdiff
path: root/x11/xrsi
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-13 23:28:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-13 23:28:52 +0000
commite6508087b56e08f09d74b98be6d7080826dd9447 (patch)
treed27af5d9d9ee944de8951aa692a5c05ccc442544 /x11/xrsi
parent2953b8bd158427c49c5c563e2c868ade47ed3c32 (diff)
downloadports-e6508087b56e08f09d74b98be6d7080826dd9447.tar.gz
ports-e6508087b56e08f09d74b98be6d7080826dd9447.zip
Support stage
Notes
Notes: svn path=/head/; revision=336384
Diffstat (limited to 'x11/xrsi')
-rw-r--r--x11/xrsi/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/x11/xrsi/Makefile b/x11/xrsi/Makefile
index 875d619e7401..44f40e8b1914 100644
--- a/x11/xrsi/Makefile
+++ b/x11/xrsi/Makefile
@@ -14,18 +14,13 @@ USE_XORG= x11
PLIST_FILES= bin/xrsi
PORTDOCS= Readme Licence
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
do-build:
${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -lX11 -o ${WRKSRC}/xrsi ${WRKSRC}/xrsi.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/xrsi ${PREFIX}/bin/
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/Readme ${DOCSDIR}/
- ${INSTALL_DATA} ${WRKSRC}/Licence ${DOCSDIR}/
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/xrsi ${STAGEDIR}${PREFIX}/bin/
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/Readme ${STAGEDIR}${DOCSDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/Licence ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>