From 23130d503f72e4ea0d91d8a031ed107f2d9b90ee Mon Sep 17 00:00:00 2001 From: Chris Rees Date: Mon, 30 Jan 2012 18:39:57 +0000 Subject: 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 --- databases/postgresql91-server/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql91-server') 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} -- cgit v1.2.3