diff options
author | joerg <joerg@FreeBSD.org> | 1995-04-17 08:28:28 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1995-04-17 08:28:28 +0000 |
commit | 1eecce49f3c94d9eea8081feefb0634abf6e686a (patch) | |
tree | 2ead581962f3c11feeb86901f1e5d8c959f8df3e /misc | |
parent | 147931217c8e993ae33dab504f95130756afeae3 (diff) | |
download | FreeBSD-ports-1eecce49f3c94d9eea8081feefb0634abf6e686a.zip FreeBSD-ports-1eecce49f3c94d9eea8081feefb0634abf6e686a.tar.gz |
Add cpm back. It's no longer broken.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/Makefile b/misc/Makefile index de92342..bf6f399 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -1,11 +1,11 @@ -# $Id: Makefile,v 1.46 1995/04/16 05:38:19 asami Exp $ +# $Id: Makefile,v 1.47 1995/04/17 07:32:54 joerg Exp $ # # restricted: pgp.usa_only pgp.non-usa_only # -# BROKEN: cpm (no MASTER_SITES) wine (doesn't install) +# BROKEN: wine (doesn't install) # -SUBDIR= amanda colorls hfs iozone ispell less mmv mshell mtools \ +SUBDIR= amanda colorls cpm hfs iozone ispell less mmv mshell mtools \ pcemu rman screen top tua xdu xsysstats .include <bsd.port.subdir.mk> |