diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-19 06:04:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-19 06:04:41 +0000 |
commit | 1949b3f4d99e5921662343ec4679062f6c383547 (patch) | |
tree | 76b6f2d2a0f56200d9cc95a353e8efec7ff575e4 /devel | |
parent | ed39c90f713baabac62641c8b83e36991b9e222c (diff) | |
download | pkgsrc-1949b3f4d99e5921662343ec4679062f6c383547.tar.gz |
Set GLIB_VERSION from the DISTNAME, not the PKGNAME, as the PKGNAME may
have an nbX suffix that we don't want.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/glib/Makefile b/devel/glib/Makefile index da8af255777..980b336c3d9 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/06/19 06:03:25 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2001/06/19 06:04:41 jlam Exp $ # FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp # @@ -35,7 +35,7 @@ CFLAGS= -O0 .include "../../devel/pth/buildlink.mk" .endif -GLIB_VERSION= ${PKGNAME:S/glib-//} +GLIB_VERSION= ${DISTNAME:S/glib-//} # We patch the version info in the configure scripts for reasons related to # shared library numbering, but we don't want it to leak into the various |