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
This commit is contained in:
Chris Rees 2012-01-30 18:39:57 +00:00
parent cdc7663c8b
commit 23130d503f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290126
3 changed files with 3 additions and 3 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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}