summaryrefslogtreecommitdiff
path: root/wm/wmthemes
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /wm/wmthemes
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'wm/wmthemes')
-rw-r--r--wm/wmthemes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile
index fb60b613433..a0cd96e65c7 100644
--- a/wm/wmthemes/Makefile
+++ b/wm/wmthemes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/04 17:24:06 tron Exp $
+# $NetBSD: Makefile,v 1.19 2004/01/20 12:27:35 agc Exp $
#
# There is no distinfo file because users can specify alternate themes
@@ -6,7 +6,6 @@
#
DISTNAME= wmthemes-0.80.0
-WRKSRC= ${WRKDIR}
CATEGORIES= x11 wm windowmaker
MASTER_SITES= http://download.themes.org/wm/
DISTFILES= ${THEME_FILES}
@@ -17,6 +16,7 @@ COMMENT= Themes for the window manager WindowMaker
DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker
+WRKSRC= ${WRKDIR}
DIST_SUBDIR= wmthemes
USE_X11BASE= yes