diff options
author | agc <agc> | 1998-04-22 11:05:01 +0000 |
---|---|---|
committer | agc <agc> | 1998-04-22 11:05:01 +0000 |
commit | 85e71b358f29ed1f1eeef26ae6d1033c54e4217f (patch) | |
tree | 7c704a40be51eaf840514a005b30e0743cf59645 /archivers/gcpio | |
parent | fefaee8d82eb5cc271f5eb1b3dc1e9e43877e4a9 (diff) | |
download | pkgsrc-85e71b358f29ed1f1eeef26ae6d1033c54e4217f.tar.gz |
Fix INFO_FILES definitions to match the commands in bsd.pkg.mk
Diffstat (limited to 'archivers/gcpio')
-rw-r--r-- | archivers/gcpio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 553664eaeb2..043ead23bac 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/04/18 17:13:05 frueauf Exp $ +# $NetBSD: Makefile,v 1.6 1998/04/22 11:05:01 agc Exp $ # DISTNAME= cpio-2.4.2 @@ -13,6 +13,6 @@ CONFIGURE_ARGS= --program-prefix=g LDFLAGS= -lgnumalloc MAN1= gcpio.1 -INFO_FILES= cpio +INFO_FILES= cpio.info .include "../../mk/bsd.pkg.mk" |