diff options
author | steve <steve@FreeBSD.org> | 1998-10-05 06:41:27 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-10-05 06:41:27 +0800 |
commit | 1938b79c1909358259ccd7b081dbf75070cb6546 (patch) | |
tree | 1d0e662009850ed8dbce16de572fd36ec3a2a840 /misc/chord | |
parent | b18c33869c18e4240a367f8d74f410d924089d9b (diff) | |
download | freebsd-ports-gnome-1938b79c1909358259ccd7b081dbf75070cb6546.tar.gz freebsd-ports-gnome-1938b79c1909358259ccd7b081dbf75070cb6546.tar.zst freebsd-ports-gnome-1938b79c1909358259ccd7b081dbf75070cb6546.zip |
Move manpages to Makefile and use MAN* marcos.
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 |