diff options
author | girgen <girgen@FreeBSD.org> | 2013-10-17 21:39:36 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2013-10-17 21:39:36 +0800 |
commit | bb10216c6d990603848ed8dcd2e0dfefa03cc2ec (patch) | |
tree | 24530fb108619ff2ad35c173b06d2f45deb3ff17 /databases/postgresql91-pltcl | |
parent | 88d6167d2b9310110bbd4876aecf60dc96369f8c (diff) | |
download | freebsd-ports-gnome-bb10216c6d990603848ed8dcd2e0dfefa03cc2ec.tar.gz freebsd-ports-gnome-bb10216c6d990603848ed8dcd2e0dfefa03cc2ec.tar.zst freebsd-ports-gnome-bb10216c6d990603848ed8dcd2e0dfefa03cc2ec.zip |
Fix LATEST_LINK and some cleanup
Diffstat (limited to 'databases/postgresql91-pltcl')
-rw-r--r-- | databases/postgresql91-pltcl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql91-pltcl/Makefile b/databases/postgresql91-pltcl/Makefile index 8fdb90546902..76b869b627ad 100644 --- a/databases/postgresql91-pltcl/Makefile +++ b/databases/postgresql91-pltcl/Makefile @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= databases tcl -PKGNAMESUFFIX?= ${DISTV:S/.//}-pltcl +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= Module for using Tcl to write SQL functions |