diff options
author | Steve Price <steve@FreeBSD.org> | 1998-10-04 22:41:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-10-04 22:41:27 +0000 |
commit | 0a945aa10e783dd11c8b03b441f20e2b3187e8fe (patch) | |
tree | d20a65231a5c2101ad56d32c8cc92ee9d4624b9e /misc/chord/Makefile | |
parent | 0c9b213b58b5bec1bed992b8071c68dc30d0d954 (diff) | |
download | ports-0a945aa10e783dd11c8b03b441f20e2b3187e8fe.tar.gz ports-0a945aa10e783dd11c8b03b441f20e2b3187e8fe.zip |
Notes
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> |