diff options
author | agc <agc@pkgsrc.org> | 1998-06-18 16:06:37 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-18 16:06:37 +0000 |
commit | 4a882b7d0c6526372c14cf26dd1051ee3c8b5e9a (patch) | |
tree | eabe9392eb8a3d32fd88c78c477775f250018327 /archivers/gcpio | |
parent | 0c27de2d07e4d2a68467d81596bca890a488c3ee (diff) | |
download | pkgsrc-4a882b7d0c6526372c14cf26dd1051ee3c8b5e9a.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'archivers/gcpio')
-rw-r--r-- | archivers/gcpio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 043ead23bac..2bd6277dfb5 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/22 11:05:01 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/06/18 16:06:37 agc Exp $ # DISTNAME= cpio-2.4.2 @@ -12,7 +12,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g LDFLAGS= -lgnumalloc -MAN1= gcpio.1 INFO_FILES= cpio.info .include "../../mk/bsd.pkg.mk" |