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 | |
parent | 0c9b213b58b5bec1bed992b8071c68dc30d0d954 (diff) | |
download | ports-0a945aa10e783dd11c8b03b441f20e2b3187e8fe.tar.gz ports-0a945aa10e783dd11c8b03b441f20e2b3187e8fe.zip |
Move manpages to Makefile and use MAN* marcos.
Notes
Notes:
svn path=/head/; revision=13637
Diffstat (limited to 'misc/chord')
-rw-r--r-- | misc/chord/Makefile | 5 | ||||
-rw-r--r-- | misc/chord/pkg-plist | 2 |
2 files changed, 4 insertions, 3 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> diff --git a/misc/chord/pkg-plist b/misc/chord/pkg-plist index 8e2f9d721a2f..acb236f3d7b3 100644 --- a/misc/chord/pkg-plist +++ b/misc/chord/pkg-plist @@ -1,4 +1,2 @@ bin/chord bin/a2crd -man/man1/chord.1.gz -man/man1/a2crd.1.gz |