diff options
Diffstat (limited to 'misc/chord/Makefile')
-rw-r--r-- | misc/chord/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/chord/Makefile b/misc/chord/Makefile index 83c541cb1e58..0e42fc98c2ed 100644 --- a/misc/chord/Makefile +++ b/misc/chord/Makefile @@ -3,7 +3,7 @@ # Date created: 24 April 1995 # Whom: Satoshi Asami # -# $Id: Makefile,v 1.4 1997/04/30 03:18:06 asami Exp $ +# $Id: Makefile,v 1.5 1997/12/25 22:29:44 asami Exp $ # DISTNAME= chord @@ -13,4 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= ports@FreeBSD.ORG +MAN1= a2crd.1 chord.1 +MANCOMPRESSED= yes + .include <bsd.port.mk> |