summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorseb <seb>2003-07-20 16:48:53 +0000
committerseb <seb>2003-07-20 16:48:53 +0000
commit49d3ec1a1798da8f28c37157d875d7ac85727808 (patch)
treec7157657f172441fcfd64f750168d67dab3cd7ea /sysutils
parentf77bce31cc0d3518f38681efdf36055b9a033aaa (diff)
downloadpkgsrc-49d3ec1a1798da8f28c37157d875d7ac85727808.tar.gz
Info files need to be listed in INFO_FILES.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/grub/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index 6d08d35a55c..8afd8a2a921 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2003/07/17 22:53:36 grant Exp $
+# $NetBSD: Makefile,v 1.15 2003/07/20 16:48:53 seb Exp $
#
DISTNAME= grub-0.93
@@ -17,6 +17,8 @@ USE_GMAKE= YES
USE_NEW_TEXINFO= YES
USE_BUILDLINK2= YES
+INFO_FILES= grub.info
+
.include "../../mk/bsd.prefs.mk"
.if defined(GRUB_NETWORK_CARDS)