diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 12:06:51 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 12:06:51 +0000 |
commit | a8edaa568e0db83154c1ce5979c37cb5c942532b (patch) | |
tree | 110d043f98294817f33061c96cc974f48e3b061f /emulators/vMac | |
parent | 3860f7f3e28ade311a7b2100be2a828f435b10a6 (diff) | |
download | ports-a8edaa568e0db83154c1ce5979c37cb5c942532b.tar.gz ports-a8edaa568e0db83154c1ce5979c37cb5c942532b.zip |
Notes
Diffstat (limited to 'emulators/vMac')
-rw-r--r-- | emulators/vMac/Makefile | 1 | ||||
-rw-r--r-- | emulators/vMac/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vMac/Makefile b/emulators/vMac/Makefile index 6949e7b1790e..4a2dc3451eda 100644 --- a/emulators/vMac/Makefile +++ b/emulators/vMac/Makefile @@ -13,6 +13,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= troll@digitalspark.net +COMMENT= Emulates a MacPlus machine! Runs MacOS versions up to 7.5.5 MAKEFILE= Makefile WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/emulators/vMac/pkg-comment b/emulators/vMac/pkg-comment deleted file mode 100644 index 772b4a10304f..000000000000 --- a/emulators/vMac/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Emulates a MacPlus machine! Runs MacOS versions up to 7.5.5 |