summaryrefslogtreecommitdiff
path: root/sysutils/grub
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-28 06:05:31 +0000
committerjlam <jlam@pkgsrc.org>2004-08-28 06:05:31 +0000
commit7bfe07d9ab525d9134a06f691478ca4d72cfa4e2 (patch)
tree5dc4e89dc16e8bc4775289a094f06547ef41c178 /sysutils/grub
parent4677b7213e4dc462b5bb4eadaa5d7d4a6352187e (diff)
downloadpkgsrc-7bfe07d9ab525d9134a06f691478ca4d72cfa4e2.tar.gz
Use the new BUILDLINK_TRANSFORM commands to more precisely state the
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
Diffstat (limited to 'sysutils/grub')
-rw-r--r--sysutils/grub/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile
index 854a0bea7f8..bfa6453c328 100644
--- a/sysutils/grub/Makefile
+++ b/sysutils/grub/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/08/02 16:47:40 recht Exp $
+# $NetBSD: Makefile,v 1.28 2004/08/28 06:05:32 jlam Exp $
#
DISTNAME= grub-0.95
@@ -18,7 +18,7 @@ USE_BUILDLINK3= YES
INFO_FILES= grub.info multiboot.info
-BUILDLINK_TRANSFORM+= S:-fno-builtin:-ffreestanding:
+BUILDLINK_TRANSFORM+= rename:-fno-builtin:-ffreestanding
.include "../../mk/bsd.prefs.mk"