diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2013-10-17 13:39:36 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2013-10-17 13:39:36 +0000 |
commit | fd63fcc98e65811599b522c3a17c1936dabbe56b (patch) | |
tree | 24530fb108619ff2ad35c173b06d2f45deb3ff17 /databases/postgresql91-pltcl | |
parent | eb6d37560fddb6b2bd7489566392adb37dd05749 (diff) | |
download | ports-fd63fcc98e65811599b522c3a17c1936dabbe56b.tar.gz ports-fd63fcc98e65811599b522c3a17c1936dabbe56b.zip |
Notes
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 |