diff options
author | obache <obache> | 2014-03-03 02:17:47 +0000 |
---|---|---|
committer | obache <obache> | 2014-03-03 02:17:47 +0000 |
commit | fa41b53b6896728e8c283d5f50addce0eada7b1e (patch) | |
tree | cc8f167154ac64e8fb2b25f1ecb4040d79bfc26a /pkgtools/x11-links | |
parent | b6989502a020da68ef2b6ec562a76668e19ef565 (diff) | |
download | pkgsrc-fa41b53b6896728e8c283d5f50addce0eada7b1e.tar.gz |
Just define PKGNAME.
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r-- | pkgtools/x11-links/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 5bcc471f310..99e085f0559 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.150 2014/02/21 17:45:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.151 2014/03/03 02:18:41 obache Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, # usually the most recent. -DISTNAME= x11-links-0.83 +PKGNAME= x11-links-0.83 CATEGORIES= pkgtools x11 -MASTER_SITES= # empty -DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html |