diff options
author | asami <asami@FreeBSD.org> | 1995-07-01 16:04:25 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-07-01 16:04:25 +0800 |
commit | ba3a9000840f15f22d3bd09527d2cfef1ab70aad (patch) | |
tree | ae1acfbd7a727fd8609357fadf661ca90b572db5 | |
parent | b2ff1651016bce68f0f1edc7f512d2797b05b6ee (diff) | |
download | freebsd-ports-gnome-ba3a9000840f15f22d3bd09527d2cfef1ab70aad.tar.gz freebsd-ports-gnome-ba3a9000840f15f22d3bd09527d2cfef1ab70aad.tar.zst freebsd-ports-gnome-ba3a9000840f15f22d3bd09527d2cfef1ab70aad.zip |
Change name of executable and package to cpmemu, to avoid confusion
with the existing CP/M floppy read/write utility.
-rw-r--r-- | emulators/cpmemu/Makefile | 2 | ||||
-rw-r--r-- | emulators/cpmemu/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile index f1dde3ae769f..708c6fb87fdb 100644 --- a/emulators/cpmemu/Makefile +++ b/emulators/cpmemu/Makefile @@ -5,8 +5,8 @@ # DISTNAME= cpm-0.2 +PKGNAME= cpmemu-0.2 CATEGORIES+= emulation MASTER_SITES= ftp://ftp.icm.edu.pl/pub2/linux/distributions/slackware/source/extra-stuff/CPM-80-emulator/ -EXTRACT_SUFX= .tar.gz .include <bsd.port.mk> diff --git a/emulators/cpmemu/pkg-plist b/emulators/cpmemu/pkg-plist index d572a2c62ce9..83b5284ca88d 100644 --- a/emulators/cpmemu/pkg-plist +++ b/emulators/cpmemu/pkg-plist @@ -1,7 +1,7 @@ @mode 755 @owner bin @group bin -bin/cpm +bin/cpmemu @mode 644 lib/cpm/cpm.sys lib/cpm/cd.com |