diff options
author | knu <knu@FreeBSD.org> | 2002-01-16 18:30:54 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-01-16 18:30:54 +0000 |
commit | 0e5b94f5428f1cd4096592e90c3db0faa7c664b9 (patch) | |
tree | 9864a629b58f2b2564efbf0c00d54e1305f6ef3d /devel/mingw-bin-msvcrt/Makefile | |
parent | b4e1b13df62910162993e24f7f27710002116b3c (diff) | |
download | FreeBSD-ports-0e5b94f5428f1cd4096592e90c3db0faa7c664b9.zip FreeBSD-ports-0e5b94f5428f1cd4096592e90c3db0faa7c664b9.tar.gz |
Update to 1.2.
PR: ports/33484
Submitted by: Michal Pasternak <doc@lublin.t1.pl> (MAINTAINER)
Diffstat (limited to 'devel/mingw-bin-msvcrt/Makefile')
-rw-r--r-- | devel/mingw-bin-msvcrt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/mingw-bin-msvcrt/Makefile b/devel/mingw-bin-msvcrt/Makefile index 80cb48e..d017298 100644 --- a/devel/mingw-bin-msvcrt/Makefile +++ b/devel/mingw-bin-msvcrt/Makefile @@ -6,18 +6,18 @@ # PORTNAME= bin-msvcrt -PORTVERSION= 1.0 +PORTVERSION= 1.2 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mingw PKGNAMEPREFIX= mingw- +DISTFILES= mingw-runtime-${PORTVERSION}${EXTRACT_SUFX} \ + w32api-${PORTVERSION}${EXTRACT_SUFX} DIST_SUBDIR= mingw MAINTAINER= doc@hisio.safenet.pl -DISTFILES = mingw-runtime-1.0-20010604${EXTRACT_SUFX} \ - w32api-1.0-20010606${EXTRACT_SUFX} NO_MTREE= yes NO_WRKSUBDIR= yes |