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 /pkgtools/x11-links | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r-- | pkgtools/x11-links/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 1847db9807a..a64c573e3f1 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.29 2003/01/16 21:37:58 heinz Exp $ +# $NetBSD: Makefile,v 1.30 2003/03/29 12:42:13 jmmv Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in mk/buildlink2/bsd.buildlink2.mk to the # correct version, usually the most recent. DISTNAME= x11-links-0.12 +WRKSRC= ${WRKDIR} CATEGORIES= pkgtools x11 MASTER_SITES= # empty DISTFILES= # empty @@ -16,7 +17,6 @@ COMMENT= shadow tree of links to X11R6 headers and libraries USE_BUILDLINK2= # defined EXTRACT_ONLY= # empty NO_CHECKSUM= # defined -WRKSRC= ${WRKDIR} NO_BUILD= # defined NO_MTREE= # defined USE_X11= # defined |