diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-01-29 11:56:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-01-29 11:56:43 +0000 |
commit | b71d153ae38c123c9126134b971e5cb3dd2d9e24 (patch) | |
tree | c082aba0b41872c1b166de86cf041578b68bdf30 /databases/postgresql72 | |
parent | Rename db to db2 for consistency (diff) |
Use a unique LATEST_LINK
Notes
Notes:
svn path=/head/; revision=99393
Diffstat (limited to 'databases/postgresql72')
-rw-r--r-- | databases/postgresql72/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql72/Makefile b/databases/postgresql72/Makefile index 5575131d65c8..0258001302b9 100644 --- a/databases/postgresql72/Makefile +++ b/databases/postgresql72/Makefile @@ -20,6 +20,7 @@ COMMENT?= The most advanced open-source database available anywhere WRKSRC= ${WRKDIR}/postgresql-${PORTVERSION} DIST_SUBDIR= postgresql +LATEST_LINK= postgresql72 USE_SUBMAKE= yes USE_GMAKE= YES GNU_CONFIGURE= YES |