diff options
author | agc <agc> | 1998-06-18 16:06:37 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-18 16:06:37 +0000 |
commit | c73bcf0a234736c2634d08af9d06a9a5755da97a (patch) | |
tree | eabe9392eb8a3d32fd88c78c477775f250018327 /archivers/zoo | |
parent | ef93061025fa803d9e09ae4ef71e0676e9a1c10a (diff) | |
download | pkgsrc-c73bcf0a234736c2634d08af9d06a9a5755da97a.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'archivers/zoo')
-rw-r--r-- | archivers/zoo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index bb08adf40eb..57cab71d81a 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/20 11:56:19 frueauf Exp $ +# $NetBSD: Makefile,v 1.7 1998/06/18 16:06:38 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/08/10 22:31:36 fenner Exp # @@ -14,6 +14,5 @@ ALL_TARGET= bsdansi MAKEFILE= makefile MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" -MAN1= fiz.1 zoo.1 .include "../../mk/bsd.pkg.mk" |