diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-10-07 19:04:04 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-10-07 19:04:04 +0000 |
commit | 51bc2ff685cfcbc1a9eaf6aa9da21d2ab7d2ee02 (patch) | |
tree | b758b6c786bfd308b8d27c13166be306458875eb /databases/postgresql91-pltcl | |
parent | ac09c9f0920781ed046412aecff224eac2fe4511 (diff) | |
download | ports-51bc2ff685cfcbc1a9eaf6aa9da21d2ab7d2ee02.tar.gz ports-51bc2ff685cfcbc1a9eaf6aa9da21d2ab7d2ee02.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 30521adb5902..738bc311002d 100644 --- a/databases/postgresql91-pltcl/Makefile +++ b/databases/postgresql91-pltcl/Makefile @@ -4,10 +4,10 @@ PORTNAME= postgresql PORTREVISION= 3 CATEGORIES= databases tcl -PKGNAMESUFFIX= -pltcl +PKGNAMESUFFIX?= ${DISTV:S/.//}-pltcl MAINTAINER= pgsql@FreeBSD.org -COMMENT= A module for using Tcl to write SQL functions +COMMENT= Module for using Tcl to write SQL functions MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER}-server |