diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1995-04-17 08:28:28 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1995-04-17 08:28:28 +0000 |
commit | c78be738ab34e1ec4cf45834cdb8657bdd734e78 (patch) | |
tree | ccab2314e2f695dae862f9b22c1e813b52db0b63 /misc | |
parent | 159f3c63dbec2b930b84cb6de3af3019cc9a7e12 (diff) | |
download | freebsd-ports-c78be738ab34e1ec4cf45834cdb8657bdd734e78.zip |
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 de9234255744..bf6f399cfacf 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> |