diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-01-29 11:53:00 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-01-29 11:53:00 +0000 |
commit | e85575700ed9896cd5c0ea578affbcf4bcc6a09e (patch) | |
tree | 0a3e644c1c0772e81a1dcf4225fadfd4ee465b98 /databases | |
parent | Add NO_LATEST_LINK to prevent link stomping (diff) |
Rename db to db2 for consistency
Diffstat (limited to 'databases')
-rw-r--r-- | databases/db2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/db2/Makefile b/databases/db2/Makefile index 429a53b0201d..538e9b224c5b 100644 --- a/databases/db2/Makefile +++ b/databases/db2/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= db +PORTNAME= db2 PORTVERSION= 2.7.7 PORTREVISION= 1 CATEGORIES= databases |