diff options
author | cy <cy@FreeBSD.org> | 2016-01-22 15:03:31 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2016-01-22 15:03:31 +0800 |
commit | a0ed19a69fdde45038833d79ae87f602cf244319 (patch) | |
tree | e95aeaa79ceb3c62dbcc35d45851bac117892b12 /lang/dmd2 | |
parent | c387f2e2de1866487295e191906b4691d949d0cc (diff) | |
download | freebsd-ports-graphics-a0ed19a69fdde45038833d79ae87f602cf244319.tar.gz freebsd-ports-graphics-a0ed19a69fdde45038833d79ae87f602cf244319.tar.zst freebsd-ports-graphics-a0ed19a69fdde45038833d79ae87f602cf244319.zip |
Adjust PKGNAMESUFFIX and PORTREVISION
Noticed by: gahr
Pointy hat toy: yours truly
Diffstat (limited to 'lang/dmd2')
-rw-r--r-- | lang/dmd2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/dmd2/Makefile b/lang/dmd2/Makefile index 679429bf05d..b35196e788c 100644 --- a/lang/dmd2/Makefile +++ b/lang/dmd2/Makefile @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= dmd -PKGNAMESUFFIX= 3 +PKGNAMESUFFIX= 2 PORTVERSION= 2.069.2 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://ftp.digitalmars.com/ DISTNAME= dmd.${PORTVERSION} |