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/postgresql84-docs/Makefile | |
parent | - Convert to staging (diff) |
- Fix pkg name collision
Reviewed by: pgsql@
With hat: pgsql@
Notes
Notes:
svn path=/head/; revision=329946
Diffstat (limited to 'databases/postgresql84-docs/Makefile')
-rw-r--r-- | databases/postgresql84-docs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql84-docs/Makefile b/databases/postgresql84-docs/Makefile index 7f07bc78e719..829e134ce410 100644 --- a/databases/postgresql84-docs/Makefile +++ b/databases/postgresql84-docs/Makefile @@ -3,7 +3,8 @@ PORTNAME= postgresql PORTREVISION= 0 -PKGNAMESUFFIX= -docs +PKGNAMESUFFIX?= ${DISTV:S/.//}-docs +DISTV= ${DISTVERSION:R} MAINTAINER= pgsql@FreeBSD.org COMMENT= The PostgreSQL documentation set @@ -15,6 +16,7 @@ WANT_PGSQL_VER?=84 NO_BUILD= YES SLAVE_ONLY= YES +COMPONENT= -docs PATCHDIR= mustnotexist PGDOCSDIR?= ${DOCSDIR}/release-${PGSQL_VER} |