summaryrefslogtreecommitdiff
path: root/wm/wmthemes
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-12-19 15:35:40 +0000
committertron <tron@pkgsrc.org>2001-12-19 15:35:40 +0000
commite7187850dc14f1b9c5d57c5452b5074e336e891e (patch)
tree478c7f48480f6ffee5c4fc0e3527946c6f000eee /wm/wmthemes
parentcec61e6da1b19ea45a20db9bda44de83f445976f (diff)
downloadpkgsrc-e7187850dc14f1b9c5d57c5452b5074e336e891e.tar.gz
Define "DISTFILES" earlier so that the "fetch" target really works.
Diffstat (limited to 'wm/wmthemes')
-rw-r--r--wm/wmthemes/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile
index 654f6bb39f2..888a33fcfdb 100644
--- a/wm/wmthemes/Makefile
+++ b/wm/wmthemes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/10/30 09:49:31 jmc Exp $
+# $NetBSD: Makefile,v 1.9 2001/12/19 15:35:40 tron Exp $
#
# There is no distinfo file since the files change contents so often on the
@@ -33,6 +33,11 @@ BUILD_DEFS+= WINDOWMAKER_THEMES
WINDOWMAKER_THEMES?= FreeBSD-theme-0.52
+THEME_FILES=
+.for FILE in ${WINDOWMAKER_THEMES}
+THEME_FILES+= ${FILE}${EXTRACT_SUFX}
+.endfor
+
do-install:
@${RM} -f ${PLIST_SRC}
@${TOUCH} ${PLIST_SRC}
@@ -62,8 +67,3 @@ do-install:
done
.include "../../mk/bsd.pkg.mk"
-
-THEME_FILES=
-.for FILE in ${WINDOWMAKER_THEMES}
-THEME_FILES+= ${FILE}${EXTRACT_SUFX}
-.endfor