From c9ba033336e36ec1290a78dcb444ef6516d3140e Mon Sep 17 00:00:00 2001 From: CyberLeo Date: Sat, 19 Oct 2013 05:24:20 -0500 Subject: [PATCH] misc-cdn/flag: STAGING support --- cdn/ports/misc-cdn/flag/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cdn/ports/misc-cdn/flag/Makefile b/cdn/ports/misc-cdn/flag/Makefile index a08860a..5a45fef 100644 --- a/cdn/ports/misc-cdn/flag/Makefile +++ b/cdn/ports/misc-cdn/flag/Makefile @@ -7,6 +7,7 @@ PORTNAME= flag PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= misc-cdn MASTER_SITES= http://git.cyberleo.net/releases/${PORTNAME}/ EXTRACT_SUFX= .tgz @@ -32,11 +33,11 @@ PLIST_DIRS+= share/flag .endif do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/flag ${PREFIX}/bin/flag - ${INSTALL_SCRIPT} ${WRKSRC}/update-issue ${PREFIX}/etc/rc.d/update-issue + ${INSTALL_SCRIPT} ${WRKSRC}/flag ${STAGEDIR}${PREFIX}/bin/flag + ${INSTALL_SCRIPT} ${WRKSRC}/update-issue ${STAGEDIR}${PREFIX}/etc/rc.d/update-issue .if ${PORT_OPTIONS:MBASH} - ${MKDIR} ${PREFIX}/share/flag - ${INSTALL_DATA} ${WRKSRC}/bash_prompt.sh ${PREFIX}/share/flag + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/bash_prompt.sh ${STAGEDIR}${DATADIR} .endif .include -- 2.42.0