diff options
author | bf <bf@FreeBSD.org> | 2011-04-30 15:59:12 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-04-30 15:59:12 +0800 |
commit | ad6721e0da9e37a7791a65cfc4c31744f0202759 (patch) | |
tree | e69745a7e34dd4bda2300884d442f408746a39d6 /math/R-cran-car | |
parent | 27be54efba051e5c4c887aaff4d88936d498f9d7 (diff) | |
download | freebsd-ports-gnome-ad6721e0da9e37a7791a65cfc4c31744f0202759.tar.gz freebsd-ports-gnome-ad6721e0da9e37a7791a65cfc4c31744f0202759.tar.zst freebsd-ports-gnome-ad6721e0da9e37a7791a65cfc4c31744f0202759.zip |
Use DISTVERSION for CRAN ports with hyphenated versions
Approved by: wen
Diffstat (limited to 'math/R-cran-car')
-rw-r--r-- | math/R-cran-car/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index 50382442aeb3..a8cee97b667d 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -6,11 +6,11 @@ # PORTNAME= car -PORTVERSION= 1.2.16 +DISTVERSION= 1.2-16 PORTREVISION= 2 CATEGORIES= math PKGNAMEPREFIX= R-cran- -DISTNAME= ${PORTNAME}_1.2-16 +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= naylor.b.david@gmail.com COMMENT= Companion to Applied Regression for R |