diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:09:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-18 23:09:07 +0000 |
commit | 2ed39f40cb41cc6764c2c921693386154414cc88 (patch) | |
tree | ad7c39da51b49efe798d391589a3e0dbdee5aa47 /emulators/xcpc | |
parent | 8f0494917658b439b8e8ecae0f6b71c1defa141f (diff) |
Notes
Diffstat (limited to 'emulators/xcpc')
-rw-r--r-- | emulators/xcpc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/emulators/xcpc/Makefile b/emulators/xcpc/Makefile index 943f43e6a4b9..a2d8dea6bdef 100644 --- a/emulators/xcpc/Makefile +++ b/emulators/xcpc/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: cpmtools -# Date created: 31 January 2008 -# Whom: joerg -# +# Created by: joerg # $FreeBSD$ -# PORTNAME= xcpc PORTVERSION= 20070122 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} |