aboutsummaryrefslogtreecommitdiff
path: root/x11-themes/kde-icons-noia
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-07-01 13:46:49 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-07-01 13:46:49 +0000
commited08b9e68cc8513591d417e30963e19c0d361178 (patch)
tree9b3629dee3801571836ee75ee47bd3007cef58f0 /x11-themes/kde-icons-noia
parentc97b754d838f0213d3accc79f73a8ebad1cc2bef (diff)
downloadports-ed08b9e68cc8513591d417e30963e19c0d361178.tar.gz
ports-ed08b9e68cc8513591d417e30963e19c0d361178.zip
Stagify.
Approved by: portmgr@ (blanket approval)
Notes
Notes: svn path=/head/; revision=360010
Diffstat (limited to 'x11-themes/kde-icons-noia')
-rw-r--r--x11-themes/kde-icons-noia/Makefile1
-rw-r--r--x11-themes/kde-icons-noia/Makefile.icons7
2 files changed, 2 insertions, 6 deletions
diff --git a/x11-themes/kde-icons-noia/Makefile b/x11-themes/kde-icons-noia/Makefile
index 45eda1d0659f..e20e44ee0cb7 100644
--- a/x11-themes/kde-icons-noia/Makefile
+++ b/x11-themes/kde-icons-noia/Makefile
@@ -13,5 +13,4 @@ COMMENT= KDE Noia complete iconset
WRKSRC= "${WRKDIR}/noia_kde_${PORTVERSION:C/\.//}"
PORT_SHAREDIR= ${PORTNAME}
-NO_STAGE= yes
.include "${.CURDIR}/Makefile.icons"
diff --git a/x11-themes/kde-icons-noia/Makefile.icons b/x11-themes/kde-icons-noia/Makefile.icons
index b55f72804422..0e63a529c5fe 100644
--- a/x11-themes/kde-icons-noia/Makefile.icons
+++ b/x11-themes/kde-icons-noia/Makefile.icons
@@ -64,12 +64,12 @@ generate-install-scripts:
# annotate dirs
@${CAT} ${WRKDIR}/dirs.list \
| ${SED} -E \
- -e 's|^\.(.+)$$|${MKDIR} -m 755 ${PREFIX:Q}/share/icons/${PORT_SHAREDIR:S/"//g:Q}/\"\1\"|' \
+ -e 's|^\.(.+)$$|${MKDIR} -m 755 ${STAGEDIR}${PREFIX:Q}/share/icons/${PORT_SHAREDIR:S/"//g:Q}/\"\1\"|' \
> ${WRKDIR}/dirs.sh
# annotate files
@${CAT} ${WRKDIR}/files.list \
| ${SED} -E \
- -e 's|^\./(.+)$$|${INSTALL_DATA} ${WRKSRC:Q}/\"\1\" ${PREFIX:Q}/share/icons/${PORT_SHAREDIR:S/"//g:Q}/\"\1\"|' \
+ -e 's|^\./(.+)$$|${INSTALL_DATA} ${WRKSRC:Q}/\"\1\" ${STAGEDIR}${PREFIX:Q}/share/icons/${PORT_SHAREDIR:S/"//g:Q}/\"\1\"|' \
> ${WRKDIR}/files.sh
# generate on the fly packaging lists based on aforementioned annotations
@@ -97,9 +97,6 @@ install-run-scripts:
do-install: annotate-install generate-install-scripts generate-tmpplist install-run-scripts
-post-install:
- @${CAT} ${PKGMESSAGE}
-
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc" && ${PORTNAME} == "crystal-project"