summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-01-30 18:39:57 +0000
committerChris Rees <crees@FreeBSD.org>2012-01-30 18:39:57 +0000
commit23130d503f72e4ea0d91d8a031ed107f2d9b90ee (patch)
tree25910f27ae6d40b33b7a8718c8c7df68931571f9
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
-rw-r--r--databases/postgresql84-server/Makefile2
-rw-r--r--databases/postgresql91-server/Makefile2
-rw-r--r--databases/postgresql92-server/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index 49f6e3a23ded..0903c9c147d6 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -26,7 +26,7 @@ DIST_SUBDIR= postgresql
ICU_PATCHFILE?= pg-840-icu-2009-09-15.diff.gz:icu
-UNIQUENAME?= ${PORTNAME}${PORTVERSION:R:S/.//}
+UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//}
LATEST_LINK?= ${PKGNAMEPREFIX}${UNIQUENAME}${PKGNAMESUFFIX}
PKGINSTALL?= ${PKGDIR}/pkg-install${PKGNAMESUFFIX}
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}
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index cdfb2ab17fdf..3e0d07251047 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-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}