diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-04 17:04:50 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-04 17:04:50 +0000 |
commit | 07a34c1dde819c0026c72b0d84832548710990aa (patch) | |
tree | 339eb683389713d344491359ab0e970c6106d339 /sysutils | |
parent | e853da4d2f1bba75f9b9551cb682edd663eabc16 (diff) | |
download | pkgsrc-07a34c1dde819c0026c72b0d84832548710990aa.tar.gz |
Use the canonical form of the transformation rule.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/grub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 97ff91234c3..0feaba7ce5d 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2009/06/07 18:20:03 tnn Exp $ +# $NetBSD: Makefile,v 1.51 2010/01/04 17:04:50 joerg Exp $ DISTNAME= grub-0.97 PKGREVISION= 8 @@ -15,7 +15,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake INFO_FILES= # PLIST -BUILDLINK_TRANSFORM+= rename:-fno-builtin:-ffreestanding +BUILDLINK_TRANSFORM+= opt:-fno-builtin:-ffreestanding .include "../../mk/bsd.prefs.mk" |