diff options
author | asami <asami@FreeBSD.org> | 1995-07-13 06:48:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-13 06:48:51 +0800 |
commit | 10cf18a5e7896b6d045657072f1e6fe0904b7469 (patch) | |
tree | 444ff8fbad258a6a28d37f892b08a1737fdf96a6 /emulators | |
parent | ac99504650584bf1d13d3c99dd2dbaf3fb6fa37a (diff) | |
download | freebsd-ports-gnome-10cf18a5e7896b6d045657072f1e6fe0904b7469.tar.gz freebsd-ports-gnome-10cf18a5e7896b6d045657072f1e6fe0904b7469.tar.zst freebsd-ports-gnome-10cf18a5e7896b6d045657072f1e6fe0904b7469.zip |
Change package name to cpmtools-1.1 to avoid confusion with cpmemu, the
"real" emulator (this port used to be called cpm-1.1).
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/cpmtools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index 5c190664e728..4a0ab434d563 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -3,10 +3,11 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.8 1995/04/29 10:15:00 joerg Exp $ +# $Id: Makefile,v 1.9 1995/05/03 13:09:56 asami Exp $ # DISTNAME= cpm-1.1 +PKGNAME= cpmtools-1.1 CATEGORIES+= utilities MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.org |