diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-05-04 14:36:50 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-05-04 14:36:50 +0000 |
commit | 1d5180d09695cd9690ab551f891d775d08a697c9 (patch) | |
tree | f75e58d788a5adcf5dcd6dff3a0bf7a5f72444dc /emulators/cpmtools2/Makefile | |
parent | b196595973b98b44eed494861968f8b3b63824f3 (diff) |
Notes
Diffstat (limited to 'emulators/cpmtools2/Makefile')
-rw-r--r-- | emulators/cpmtools2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/cpmtools2/Makefile b/emulators/cpmtools2/Makefile index 6b360e70cd81..dfe3f4eb1216 100644 --- a/emulators/cpmtools2/Makefile +++ b/emulators/cpmtools2/Makefile @@ -3,8 +3,9 @@ PORTNAME= cpmtools2 PORTVERSION= 2.19 +PORTREVISION= 1 CATEGORIES= emulators sysutils -MASTER_SITES= http://www.moria.de/~michael/cpmtools/ +MASTER_SITES= http://www.moria.de/~michael/cpmtools/files/ DISTNAME= ${PORTNAME:C/2$//}-${PORTVERSION} MAINTAINER= ak@FreeBSD.org |