diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-01-30 18:39:57 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-01-30 18:39:57 +0000 |
commit | 23130d503f72e4ea0d91d8a031ed107f2d9b90ee (patch) | |
tree | 25910f27ae6d40b33b7a8718c8c7df68931571f9 /databases/postgresql91-server | |
parent | - Remove unused patch (diff) |
Use DISTVERSION instead of PORTVERSION to generate UNIQUENAME; options
don't work correctly otherwise.
http://lists.freebsd.org/pipermail/freebsd-ports/2012-January/072756.html
Pointyhat: crees
Notes
Notes:
svn path=/head/; revision=290126
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r-- | databases/postgresql91-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index cdfb2ab17fdf..3e0d07251047 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -26,7 +26,7 @@ DIST_SUBDIR= postgresql ICU_PATCHFILE?= pg-910-icu-2011-09-22.diff.gz -UNIQUENAME?= ${PORTNAME}${PORTVERSION:R:S/.//} +UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//} LATEST_LINK?= ${PKGNAMEPREFIX}${UNIQUENAME}${PKGNAMESUFFIX} PKGINSTALL?= ${PKGDIR}/pkg-install${PKGNAMESUFFIX} |