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 | |
parent | Allow staging rubygems (which here, enforce the bindir for staged rubygem ports) (diff) |
Fix LATEST_LINK and some cleanup
Notes
Notes:
svn path=/head/; revision=330639
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql90-plperl/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql90-plpython/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql91-pltcl/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql92-pltcl/Makefile | 2 | ||||
-rw-r--r-- | databases/postgresql93-pltcl/Makefile | 2 |
5 files changed, 6 insertions, 8 deletions
diff --git a/databases/postgresql90-plperl/Makefile b/databases/postgresql90-plperl/Makefile index 9654550f3351..aecf0d4d688b 100644 --- a/databases/postgresql90-plperl/Makefile +++ b/databases/postgresql90-plperl/Makefile @@ -3,8 +3,7 @@ PORTNAME= postgresql CATEGORIES= databases perl5 -PKGNAMESUFFIX?= ${DISTV:S/.//}-plperl -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= Write SQL functions for PostgreSQL using Perl5 diff --git a/databases/postgresql90-plpython/Makefile b/databases/postgresql90-plpython/Makefile index fc313cad4b44..678cc27dc5a6 100644 --- a/databases/postgresql90-plpython/Makefile +++ b/databases/postgresql90-plpython/Makefile @@ -2,8 +2,7 @@ PORTNAME= postgresql CATEGORIES= databases python -PKGNAMESUFFIX?= ${DISTV:S/.//}-plpython -DISTV= ${DISTVERSION:R} +PKGNAMESUFFIX?= ${DISTVERSION:R:S/.//}${COMPONENT} MAINTAINER= pgsql@FreeBSD.org COMMENT= Module for using Python to write SQL functions 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 diff --git a/databases/postgresql92-pltcl/Makefile b/databases/postgresql92-pltcl/Makefile index 37158db86a0f..195080eee275 100644 --- a/databases/postgresql92-pltcl/Makefile +++ b/databases/postgresql92-pltcl/Makefile @@ -4,4 +4,4 @@ WANT_PGSQL_VER= 92 NO_STAGE= yes -.include "${.CURDIR}/../postgresql90-pltcl/Makefile" +.include "${.CURDIR}/../postgresql91-pltcl/Makefile" diff --git a/databases/postgresql93-pltcl/Makefile b/databases/postgresql93-pltcl/Makefile index febdc3aed4e3..eb4ecddaa21b 100644 --- a/databases/postgresql93-pltcl/Makefile +++ b/databases/postgresql93-pltcl/Makefile @@ -4,4 +4,4 @@ WANT_PGSQL_VER= 93 NO_STAGE= yes -.include "${.CURDIR}/../postgresql90-pltcl/Makefile" +.include "${.CURDIR}/../postgresql91-pltcl/Makefile" |