oops, I bumped DISTNAME not PKGNAME for this file with the cairo

WANTLIB sync. The package still built because gnome.port.mk overrode
DISTNAME, so the end result of this mistake was that the PKGNAME
didn't get bumped - missed because my test machine wasn't using
PLIST_DB.

Pointed out by naddy, thanks!
This commit is contained in:
sthen 2008-06-18 20:24:12 +00:00
parent 0afaaf73fc
commit 52e118a5af

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.29 2008/06/15 00:06:25 sthen Exp $
# $OpenBSD: Makefile,v 1.30 2008/06/18 20:24:12 sthen Exp $
COMMENT= configuration database system for GNOME
GNOME_PROJECT= GConf
GNOME_VERSION= 2.22.0
PKGNAME= gconf2-${GNOME_VERSION}
DISTNAME= ${PKGNAME}p0
PKGNAME= gconf2-${GNOME_VERSION}p0
SHARED_LIBS += gconf-2 6.1 # .5.5
CATEGORIES= devel