summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-07 19:54:16 +0000
committerjlam <jlam>2006-04-07 19:54:16 +0000
commit67132b728411e214057054b420a8e69f1b606dbc (patch)
tree05135df3032ad91c4e15c3426ff6558fa974a643 /sysutils/grub
parentbda489eaea10875b0ffb264df2aa1a7d2b55b9d1 (diff)
downloadpkgsrc-67132b728411e214057054b420a8e69f1b606dbc.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