summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-07 19:54:16 +0000
committerjlam <jlam@pkgsrc.org>2006-04-07 19:54:16 +0000
commit90bc26e8c27e484538f0b194e2b72107fb51be8d (patch)
tree05135df3032ad91c4e15c3426ff6558fa974a643 /sysutils/grub
parent9d9635b43c0b90406ec6115a2e5c39d41b20c458 (diff)
downloadpkgsrc-90bc26e8c27e484538f0b194e2b72107fb51be8d.tar.gz
List info files directly in the PLIST and honor PKG{INFO,MAN}DIR.
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/Makefile5
-rw-r--r--sysutils/grub/PLIST4
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index 40b611703e2..c8d75afeeb5 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/03/04 21:30:41 jlam Exp $
+# $NetBSD: Makefile,v 1.42 2006/04/07 19:54:17 jlam Exp $
#
DISTNAME= grub-0.97
@@ -14,8 +14,7 @@ ONLY_FOR_PLATFORM= *-*-i386
GNU_CONFIGURE= YES
USE_TOOLS+= gmake
-
-INFO_FILES= grub.info multiboot.info
+INFO_FILES= # PLIST
BUILDLINK_TRANSFORM+= rename:-fno-builtin:-ffreestanding
diff --git a/sysutils/grub/PLIST b/sysutils/grub/PLIST
index 1a8c3a94a54..da0ceb4056a 100644
--- a/sysutils/grub/PLIST
+++ b/sysutils/grub/PLIST
@@ -1,5 +1,7 @@
-@comment $NetBSD: PLIST,v 1.12 2005/02/19 10:23:13 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2006/04/07 19:54:17 jlam Exp $
bin/mbchk
+info/grub.info
+info/multiboot.info
man/man1/mbchk.1
man/man8/grub-install.8
man/man8/grub-md5-crypt.8