diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-02-01 19:31:58 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-02-01 19:31:58 +0000 |
commit | 8024910f7ac381e80fc4a99afc0f8d39c9067077 (patch) | |
tree | 7c1e2b96efa6c86b873de4954c6998e6108cd8d0 /databases/postgresql91-server | |
parent | - Pet portlint (diff) |
Minor changes for UNIQUENAME; remove excessive hyphens
Apologies for the noise here; I'm getting used to the consequences of
slaving ports like this-- postgresql has an unusual arrangement here.
Submitted by: Neil Darlow (neil@darlow.co.uk)
Notes
Notes:
svn path=/head/; revision=290253
Diffstat (limited to 'databases/postgresql91-server')
-rw-r--r-- | databases/postgresql91-server/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 8d5a421a7ff1..7eecf9ce38f1 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -28,10 +28,11 @@ ICU_PATCHFILE?= pg-910-icu-2011-09-22.diff.gz .if !defined(SLAVE_ONLY) UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//} +LATEST_LINK?= ${PKGNAMEPREFIX}${UNIQUENAME}${PKGNAMESUFFIX} .else # Contrib has different options from -client/-server -UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//}-${PKGNAMESUFFIX} +UNIQUENAME?= ${PORTNAME}${DISTVERSION:R:S/.//}${PKGNAMESUFFIX} +LATEST_LINK?= ${PKGNAMEPREFIX}${UNIQUENAME} .endif -LATEST_LINK?= ${PKGNAMEPREFIX}${UNIQUENAME}${PKGNAMESUFFIX} PKGINSTALL?= ${PKGDIR}/pkg-install${PKGNAMESUFFIX} USE_BZIP2= YES |