diff options
author | asami <asami@FreeBSD.org> | 1995-05-03 21:09:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-03 21:09:56 +0800 |
commit | 586a781fd7567cf176ae6963a2483dbd4941ffc3 (patch) | |
tree | a0a6e5b2187830b4227f24b06cce3999e4de4e95 /emulators/cpmtools/Makefile | |
parent | 26bc39c2506f3866be87a5658911542a267cd2c6 (diff) | |
download | freebsd-ports-graphics-586a781fd7567cf176ae6963a2483dbd4941ffc3.tar.gz freebsd-ports-graphics-586a781fd7567cf176ae6963a2483dbd4941ffc3.tar.zst freebsd-ports-graphics-586a781fd7567cf176ae6963a2483dbd4941ffc3.zip |
The standard category name for the utils/ subdir is "utilities", not
"utils".
Diffstat (limited to 'emulators/cpmtools/Makefile')
-rw-r--r-- | emulators/cpmtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/cpmtools/Makefile b/emulators/cpmtools/Makefile index bd900a3fb28..5c190664e72 100644 --- a/emulators/cpmtools/Makefile +++ b/emulators/cpmtools/Makefile @@ -3,11 +3,11 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.7 1995/04/28 15:05:31 jkh Exp $ +# $Id: Makefile,v 1.8 1995/04/29 10:15:00 joerg Exp $ # DISTNAME= cpm-1.1 -CATEGORIES+= utils +CATEGORIES+= utilities MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/ MAINTAINER= joerg@FreeBSD.org |