diff options
author | agc <agc> | 1998-06-22 12:44:29 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-22 12:44:29 +0000 |
commit | aa44a9a00bf8102d4cbba7e7d709ae21e218fc7f (patch) | |
tree | e293f6a477a8a77c5c37ad9f0769b3e49cd83158 /misc/chord/Makefile | |
parent | 6087a24f6a642323b6183b5369f73537a8367040 (diff) | |
download | pkgsrc-aa44a9a00bf8102d4cbba7e7d709ae21e218fc7f.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'misc/chord/Makefile')
-rw-r--r-- | misc/chord/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/chord/Makefile b/misc/chord/Makefile index 87283ca1d26..3f14decc9b4 100644 --- a/misc/chord/Makefile +++ b/misc/chord/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/20 11:56:27 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/06/22 12:52:31 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/04/30 03:18:06 asami Exp # @@ -10,6 +10,5 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org MANCOMPRESSED= yes -MAN1= chord.1 a2crd.1 .include "../../mk/bsd.pkg.mk" |