summaryrefslogtreecommitdiff
path: root/misc/chord/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-10-04 22:41:27 +0000
committerSteve Price <steve@FreeBSD.org>1998-10-04 22:41:27 +0000
commit0a945aa10e783dd11c8b03b441f20e2b3187e8fe (patch)
treed20a65231a5c2101ad56d32c8cc92ee9d4624b9e /misc/chord/Makefile
parentFix build for ELF. (diff)
Move manpages to Makefile and use MAN* marcos.
Notes
Notes: svn path=/head/; revision=13637
Diffstat (limited to 'misc/chord/Makefile')
-rw-r--r--misc/chord/Makefile5
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>