aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-14 07:28:52 +0800
committerbapt <bapt@FreeBSD.org>2013-12-14 07:28:52 +0800
commit935a1c3caed84a01b6292ef9e6094467bf3fcc78 (patch)
treed27af5d9d9ee944de8951aa692a5c05ccc442544 /x11
parentf7444c942bee2a3f9ce63123dc15231176277dea (diff)
downloadfreebsd-ports-gnome-935a1c3caed84a01b6292ef9e6094467bf3fcc78.tar.gz
freebsd-ports-gnome-935a1c3caed84a01b6292ef9e6094467bf3fcc78.tar.zst
freebsd-ports-gnome-935a1c3caed84a01b6292ef9e6094467bf3fcc78.zip
Support stage
Diffstat (limited to 'x11')
-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>