aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/grub
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2001-10-14 23:36:56 +0800
committervanilla <vanilla@FreeBSD.org>2001-10-14 23:36:56 +0800
commitac25d34d4228d4caf51980abf01ed0b20f078813 (patch)
tree45e980f6cbe2b3852692d93e0cca6dc77abe9852 /sysutils/grub
parent9df8388a1ea914a4b82a99a7ca758d462a67b56c (diff)
downloadfreebsd-ports-gnome-ac25d34d4228d4caf51980abf01ed0b20f078813.tar.gz
freebsd-ports-gnome-ac25d34d4228d4caf51980abf01ed0b20f078813.tar.zst
freebsd-ports-gnome-ac25d34d4228d4caf51980abf01ed0b20f078813.zip
Dont split info file.
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/Makefile3
-rw-r--r--sysutils/grub/files/patch-dosc_Makefile.in11
-rw-r--r--sysutils/grub/pkg-plist4
3 files changed, 14 insertions, 4 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index 3aedef2be8ac..56e62e50930d 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -19,6 +19,9 @@ CONFIGURE_TARGET= ${MACHINE_ARCH}-freebsd-freebsd${OSREL}
MAN1= mbchk.1
MAN8= grub.8 grub-install.8
+pre-build:
+ @${RM} ${WRKSRC}/docs/grub.info*
+
post-install:
@${CAT} ${PKGMESSAGE}
diff --git a/sysutils/grub/files/patch-dosc_Makefile.in b/sysutils/grub/files/patch-dosc_Makefile.in
new file mode 100644
index 000000000000..ff9c5555eda2
--- /dev/null
+++ b/sysutils/grub/files/patch-dosc_Makefile.in
@@ -0,0 +1,11 @@
+--- docs/Makefile.in.orig Sat Oct 13 23:57:29 2001
++++ docs/Makefile.in Sat Oct 13 23:57:47 2001
+@@ -71,7 +71,7 @@
+ GRUB_CFLAGS = @GRUB_CFLAGS@
+ GRUB_LIBS = @GRUB_LIBS@
+ MAINT = @MAINT@
+-MAKEINFO = @MAKEINFO@
++MAKEINFO = @MAKEINFO@ --no-split
+ NETBOOT_DRIVERS = @NETBOOT_DRIVERS@
+ NET_CFLAGS = @NET_CFLAGS@
+ NET_EXTRAFLAGS = @NET_EXTRAFLAGS@
diff --git a/sysutils/grub/pkg-plist b/sysutils/grub/pkg-plist
index 7fcb6072db15..b925619ffc38 100644
--- a/sysutils/grub/pkg-plist
+++ b/sysutils/grub/pkg-plist
@@ -2,10 +2,6 @@ bin/mbchk
@unexec install-info --delete %D/info/grub.info %D/info/dir
@unexec install-info --delete %D/info/multiboot.info %D/info/dir
info/grub.info
-info/grub.info-1
-info/grub.info-2
-info/grub.info-3
-info/grub.info-4
info/multiboot.info
@exec install-info %D/info/multiboot.info %D/info/dir
@exec install-info %D/info/grub.info %D/info/dir