openbsd-ports/databases/db/v4/Makefile
espie 0031945c6e Fix a buglet in bsd.port.mk where the PSEUDO_FLAVORS get encoded into
the FULLPKGPATH, thus providing changes to packing-lists which shouldn't
happen, and making update more difficult.

Accordingly, bump all pkgnames with PSEUDO_FLAVORS, and provide an
update @pkgpath for the bug for most of them (left out the ones with 3
or 4 pseudo flavors for space constraints...)
2005-09-16 09:51:25 +00:00

18 lines
335 B
Makefile

# $OpenBSD: Makefile,v 1.14 2005/09/16 09:51:26 espie Exp $
REVISION= 4
VERSION= ${REVISION}.2.52
PKGNAME= ${DISTNAME}p3
DBLIBDIR= lib/db4
MASTER_SITES0= ${MASTER_SITES:S/snapshot/${VERSION}/}
PATCHFILES= patch.${VERSION}.1:0 \
patch.${VERSION}.2:0
CONFIGURE_STYLE=gnu
DEST_SUBDIR= ${REVISION}
WANTLIB= c
.include <bsd.port.mk>