diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-01 16:00:13 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-07-01 16:00:13 +0000 |
commit | bfe1756f1f6e536b08ea4c485cb5eba63637a926 (patch) | |
tree | 8e647cb03dfbacfc9a3c948a72791d5bbcde954a /x11-themes | |
parent | 62bc1d52beec9a9774ff14816058237e8f607abd (diff) | |
download | ports-bfe1756f1f6e536b08ea4c485cb5eba63637a926.tar.gz ports-bfe1756f1f6e536b08ea4c485cb5eba63637a926.zip |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/linux-hicolor-icon-theme/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-themes/linux-hicolor-icon-theme/Makefile b/x11-themes/linux-hicolor-icon-theme/Makefile index 257b40c01d86..082bc1e331d7 100644 --- a/x11-themes/linux-hicolor-icon-theme/Makefile +++ b/x11-themes/linux-hicolor-icon-theme/Makefile @@ -21,9 +21,8 @@ USE_LINUX= yes USE_LINUX_PREFIX= yes PLIST_FILES= usr/share/icons/hicolor -NO_STAGE= yes do-install: - ${INSTALL} -d ${PREFIX}/usr/share/icons - ${LN} -fs ${LOCALBASE}/share/icons/hicolor ${PREFIX}/usr/share/icons + ${INSTALL} -d ${STAGEDIR}${PREFIX}/usr/share/icons + ${LN} -fs ${LOCALBASE}/share/icons/hicolor ${STAGEDIR}${PREFIX}/usr/share/icons .include <bsd.port.mk> |