diff options
author | seb <seb@pkgsrc.org> | 2004-03-10 01:25:23 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-03-10 01:25:23 +0000 |
commit | 4d25ad84bc1faae7c909436441e741696d956e4b (patch) | |
tree | 2061d8e1cbcc26dbba27d7f406d1f37c5712439d /sysutils/grub | |
parent | c7d112122240e5e4973be73341388a756bcffa4a (diff) | |
download | pkgsrc-4d25ad84bc1faae7c909436441e741696d956e4b.tar.gz |
Remove info files entries from PLIST.
Add missing info file in INFO_FILES.
Diffstat (limited to 'sysutils/grub')
-rw-r--r-- | sysutils/grub/Makefile | 4 | ||||
-rw-r--r-- | sysutils/grub/PLIST | 7 |
2 files changed, 3 insertions, 8 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 7f592afb3b3..7d20e243be3 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/01/29 18:36:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2004/03/10 01:25:23 seb Exp $ # DISTNAME= grub-0.94 @@ -15,7 +15,7 @@ GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_BUILDLINK3= YES -INFO_FILES= grub.info +INFO_FILES= grub.info multiboot.info BUILDLINK_TRANSFORM+= S:-fno-builtin:-ffreestanding: diff --git a/sysutils/grub/PLIST b/sysutils/grub/PLIST index dd4574634a1..6505e97c05a 100644 --- a/sysutils/grub/PLIST +++ b/sysutils/grub/PLIST @@ -1,10 +1,5 @@ -@comment $NetBSD: PLIST,v 1.6 2003/07/13 17:35:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/03/10 01:25:23 seb Exp $ bin/mbchk -info/grub.info -info/grub.info-1 -info/grub.info-2 -info/grub.info-3 -info/multiboot.info man/man1/mbchk.1 man/man8/grub-install.8 man/man8/grub-md5-crypt.8 |