diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 11:48:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-22 11:48:30 +0000 |
commit | 46381ef82f77c7f022c92783bf164356ffc8ae44 (patch) | |
tree | 546452d4d691e52640b22d04497f8f5def712aef /emulators/vmsbackup | |
parent | eef04f0e23ab11a1eeebf12d6f059231d25fe6fc (diff) | |
download | ports-46381ef82f77c7f022c92783bf164356ffc8ae44.tar.gz ports-46381ef82f77c7f022c92783bf164356ffc8ae44.zip |
Change category name from "emulation" to "emulators". This was the
most confusing of all!
Notes
Notes:
svn path=/head/; revision=2446
Diffstat (limited to 'emulators/vmsbackup')
-rw-r--r-- | emulators/vmsbackup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmsbackup/Makefile b/emulators/vmsbackup/Makefile index 5c2c8f3e7454..88fda0b6e504 100644 --- a/emulators/vmsbackup/Makefile +++ b/emulators/vmsbackup/Makefile @@ -7,7 +7,7 @@ DISTNAME= vmsbackup PKGNAME= vmsbackup-3.0 -CATEGORIES+= emulation sysutils +CATEGORIES+= emulators sysutils MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/utils/ # slightly different version # MASTER_SITES+= ftp://ftp.uni-passau.de/pub/unix/system/backup/ |