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/postgresql84-docs/Makefile | |
parent | - fix option DOCBOOK (diff) |
- Fix pkg name collision
Reviewed by: crees@
With hat: pgsql@
Notes
Notes:
svn path=/head/; revision=329725
Diffstat (limited to 'databases/postgresql84-docs/Makefile')
-rw-r--r-- | databases/postgresql84-docs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql84-docs/Makefile b/databases/postgresql84-docs/Makefile index 7f07bc78e719..b96cb182116b 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 |