Mon Mar 3 02:18:41 2014 UTC ()
Just define PKGNAME.


(obache)
diff -r1.150 -r1.151 pkgsrc/pkgtools/x11-links/Makefile

cvs diff -r1.150 -r1.151 pkgsrc/pkgtools/x11-links/Makefile (expand / switch to unified diff)

--- pkgsrc/pkgtools/x11-links/Makefile 2014/02/21 17:45:08 1.150
+++ pkgsrc/pkgtools/x11-links/Makefile 2014/03/03 02:18:41 1.151
@@ -1,23 +1,21 @@ @@ -1,23 +1,21 @@
1# $NetBSD: Makefile,v 1.150 2014/02/21 17:45:08 jperkin Exp $ 1# $NetBSD: Makefile,v 1.151 2014/03/03 02:18:41 obache Exp $
2# 2#
3# NOTE: If you update this package, then you'll likely need to also update 3# NOTE: If you update this package, then you'll likely need to also update
4# the x11-links dependency in buildlink3.mk to the correct version, 4# the x11-links dependency in buildlink3.mk to the correct version,
5# usually the most recent. 5# usually the most recent.
6 6
7DISTNAME= x11-links-0.83 7PKGNAME= x11-links-0.83
8CATEGORIES= pkgtools x11 8CATEGORIES= pkgtools x11
9MASTER_SITES= # empty 
10DISTFILES= # empty 
11 9
12MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
13HOMEPAGE= http://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html 11HOMEPAGE= http://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html
14COMMENT= Shadow tree of links to native X11 headers and libraries 12COMMENT= Shadow tree of links to native X11 headers and libraries
15LICENSE= original-bsd 13LICENSE= original-bsd
16 14
17.include "../../mk/bsd.prefs.mk" 15.include "../../mk/bsd.prefs.mk"
18.if ${OPSYS} == "OpenBSD" 16.if ${OPSYS} == "OpenBSD"
19CHECK_SHLIBS_SUPPORTED= no 17CHECK_SHLIBS_SUPPORTED= no
20.endif 18.endif
21 19
22PKG_INSTALLATION_TYPES= overwrite pkgviews 20PKG_INSTALLATION_TYPES= overwrite pkgviews
23 21