diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /wm/wmthemes | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'wm/wmthemes')
-rw-r--r-- | wm/wmthemes/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/wmthemes/Makefile b/wm/wmthemes/Makefile index eb509fe1d86..ad0b552d852 100644 --- a/wm/wmthemes/Makefile +++ b/wm/wmthemes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/03/14 20:22:37 fredb Exp $ +# $NetBSD: Makefile,v 1.12 2003/03/29 12:42:46 jmmv Exp $ # # There is no distinfo file since the files change contents so often on the @@ -7,6 +7,7 @@ DISTNAME= wmthemes-0.62 PKGREVISION= 2 +WRKSRC= ${WRKDIR} CATEGORIES= x11 wm MASTER_SITES= http://download.themes.org/wm/ DISTFILES= ${THEME_FILES} @@ -22,7 +23,6 @@ DIST_SUBDIR= wmthemes USE_X11BASE= yes NO_BUILD= yes NO_CHECKSUM= yes -WRKSRC= ${WRKDIR} PLIST_SRC= ${WRKDIR}/PLIST THEME_SUBDIRS= Backgrounds IconSets Icons Pixmaps Sounds Styles Themes |