diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2013-10-10 00:09:35 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2013-10-10 00:09:35 +0000 |
commit | 284d8b86830ae0392efe8ea2fd65a3ccdf952a42 (patch) | |
tree | 70cdf6e4ee0fea6e38e7defbc7e3ce9db69ed0ef /databases/postgresql92-contrib | |
parent | 0ee5bfde1c3d2376c79e35486246423618b4f0cf (diff) | |
download | ports-284d8b86830ae0392efe8ea2fd65a3ccdf952a42.tar.gz ports-284d8b86830ae0392efe8ea2fd65a3ccdf952a42.zip |
- Fix pkg name collision
Reviewed by: pgsql@
With hat: pgsql@
Notes
Notes:
svn path=/head/; revision=329946
Diffstat (limited to 'databases/postgresql92-contrib')
-rw-r--r-- | databases/postgresql92-contrib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql92-contrib/Makefile b/databases/postgresql92-contrib/Makefile index d614f3a48605..c3548774d873 100644 --- a/databases/postgresql92-contrib/Makefile +++ b/databases/postgresql92-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 @@ -21,6 +22,7 @@ BUILD_DIRS= src/port contrib INSTALL_DIRS= contrib SLAVE_ONLY= yes +COMPONENT= -contrib CONFIGURE_ARGS+=--with-libxslt --with-libxml --with-openssl LDFLAGS+= ${PTHREAD_LIBS} -L${PREFIX}/lib |