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-gpclib | |
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-gpclib')
-rw-r--r-- | math/R-cran-gpclib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/R-cran-gpclib/Makefile b/math/R-cran-gpclib/Makefile index 73a66f53127f..8d422b3f888f 100644 --- a/math/R-cran-gpclib/Makefile +++ b/math/R-cran-gpclib/Makefile @@ -6,11 +6,11 @@ # PORTNAME= gpclib -PORTVERSION= 1.5.1 +DISTVERSION= 1.5-1 PORTREVISION= 2 CATEGORIES= math PKGNAMEPREFIX= R-cran- -DISTNAME= ${PORTNAME}_1.5-1 +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= wen@FreeBSD.org COMMENT= General Polygon Clipping Library for R |