diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2012-08-22 23:39:55 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2012-08-22 23:39:55 +0800 |
commit | 8c32e1d0f8d3604235c68eb338ca0b393d8f52c8 (patch) | |
tree | 1df9d16eca912480a0cb8a958c3411fe98c30a60 /graphics/R-cran-GDD | |
parent | 7104ad12987b35c87f591fd3688752bea515e6ec (diff) | |
download | freebsd-ports-gnome-8c32e1d0f8d3604235c68eb338ca0b393d8f52c8.tar.gz freebsd-ports-gnome-8c32e1d0f8d3604235c68eb338ca0b393d8f52c8.tar.zst freebsd-ports-gnome-8c32e1d0f8d3604235c68eb338ca0b393d8f52c8.zip |
Define DISTVERSION instead of PORTVERSION
Diffstat (limited to 'graphics/R-cran-GDD')
-rw-r--r-- | graphics/R-cran-GDD/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile index 87603de42f9a..7cb203c784aa 100644 --- a/graphics/R-cran-GDD/Makefile +++ b/graphics/R-cran-GDD/Makefile @@ -5,9 +5,9 @@ # $FreeBSD$ PORTNAME= GDD -PORTVERSION= 0.1.13.1 +DISTVERSION= 0.1-13.1 CATEGORIES= graphics -DISTNAME= ${PORTNAME}_0.1-13.1 +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= skreuzer@FreeBSD.org COMMENT= Graphics device for R for creating bitmap output |