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-contrib | |
parent | ac09c9f0920781ed046412aecff224eac2fe4511 (diff) |
Notes
Diffstat (limited to 'databases/postgresql91-contrib')
-rw-r--r-- | databases/postgresql91-contrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql91-contrib/Makefile b/databases/postgresql91-contrib/Makefile index 2085093d1d26..7f02e9a79ed4 100644 --- a/databases/postgresql91-contrib/Makefile +++ b/databases/postgresql91-contrib/Makefile @@ -3,7 +3,8 @@ PORTNAME= postgresql CATEGORIES= databases -PKGNAMESUFFIX= -contrib +PKGNAMESUFFIX?= ${DISTV:S/.//}-contrib +DISTV= ${DISTVERSION:R} MAINTAINER= pgsql@FreeBSD.org COMMENT= The contrib utilities from the PostgreSQL distribution |