diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-12-25 20:41:10 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-12-25 20:41:10 +0800 |
commit | 31d19069f9ff73504c956a26b39b4b5e5a1de5b9 (patch) | |
tree | 57b7037bfa0423205079bc863b9a33c2c6aabb59 /databases/db33/Makefile | |
parent | 15396de27ca99fd3a8fd5268985623cd0ad22f75 (diff) | |
download | freebsd-ports-gnome-31d19069f9ff73504c956a26b39b4b5e5a1de5b9.tar.gz freebsd-ports-gnome-31d19069f9ff73504c956a26b39b4b5e5a1de5b9.tar.zst freebsd-ports-gnome-31d19069f9ff73504c956a26b39b4b5e5a1de5b9.zip |
fix conflict db3 with other db's
db* utils now with `db3_' prefix (like in db4 port)
sort pkg-plist
PR: 33165
Submitted by: maintainer
Diffstat (limited to 'databases/db33/Makefile')
-rw-r--r-- | databases/db33/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/db33/Makefile b/databases/db33/Makefile index e4f17b13794d..00e922ec0f2b 100644 --- a/databases/db33/Makefile +++ b/databases/db33/Makefile @@ -7,8 +7,8 @@ PORTNAME= db3 PORTVERSION= 3.2.9 -PORTREVISION= 2 -PORTEPOCH= 1 +PORTREVISION= 3 +PORTEPOCH?= 0 CATEGORIES= databases MASTER_SITES= http://www.sleepycat.com/update/${PORTVERSION}/ DISTNAME= db-${PORTVERSION} |