aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm2-devel
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2009-02-03 09:29:48 +0800
committercy <cy@FreeBSD.org>2009-02-03 09:29:48 +0800
commit49e376fc3650357206bcb59fb65bb981f37803a4 (patch)
treed6019792c31066f5229bc25fb100c7bb8bf0d5b9 /x11-wm/fvwm2-devel
parentb6c1b38516449aa32744241a2ec7ca0889ec1c9f (diff)
downloadfreebsd-ports-gnome-49e376fc3650357206bcb59fb65bb981f37803a4.tar.gz
freebsd-ports-gnome-49e376fc3650357206bcb59fb65bb981f37803a4.tar.zst
freebsd-ports-gnome-49e376fc3650357206bcb59fb65bb981f37803a4.zip
Fixup icons extraction.
Diffstat (limited to 'x11-wm/fvwm2-devel')
-rw-r--r--x11-wm/fvwm2-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile
index 863cc6f1f4e6..e321bb17ace7 100644
--- a/x11-wm/fvwm2-devel/Makefile
+++ b/x11-wm/fvwm2-devel/Makefile
@@ -45,7 +45,8 @@ OPTIONS= ICONS "Install default icon set" on \
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_ICONS)
-DISTFILES+= fvwm_icons-20070101.tar.bz2
+FVWM_ICONS= fvwm_icons-20070101.tar.bz2
+DISTFILES+= ${FVWM_ICONS}
.endif
.if defined(WITHOUT_ICONV)
@@ -138,7 +139,7 @@ MLINKS= fvwm.1 fvwm2.1 \
PLIST_SUB+= ICONS=""
post-extract:
@${MKDIR} ${WRKDIR}/icons
- @${TAR} -xzf ${DISTDIR}/fvwm_icons.tgz -C ${WRKDIR}/icons
+ @${TAR} -xzf ${DISTDIR}/${FVWM_ICONS} -C ${WRKDIR}/icons
.else
PLIST_SUB+= ICONS="@comment not installed: "
.endif