diff options
author | heinz <heinz> | 2010-01-22 00:27:36 +0000 |
---|---|---|
committer | heinz <heinz> | 2010-01-22 00:27:36 +0000 |
commit | 7ade8710defaae052a88e21efb3abd00b7261a72 (patch) | |
tree | d1475541b198d39120d33be73f1387878e94ff5c /sysutils | |
parent | b793933d0a747d56f641575f93b8070362d2fc6f (diff) | |
download | pkgsrc-7ade8710defaae052a88e21efb3abd00b7261a72.tar.gz |
Enabled installation to DESTDIR.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/grub/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index 98826a3afc2..964151a97b8 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2010/01/22 00:22:18 heinz Exp $ +# $NetBSD: Makefile,v 1.53 2010/01/22 00:27:36 heinz Exp $ DISTNAME= grub-0.97 PKGREVISION= 8 @@ -10,6 +10,8 @@ HOMEPAGE= http://www.gnu.org/software/grub/ COMMENT= GRand Unified Bootloader -- Boots *BSD, Linux, groks ffs, FAT, ext2 LICENSE= gnu-gpl-v2 +PKG_DESTDIR_SUPPORT= user-destdir + ONLY_FOR_PLATFORM= *-*-i386 NetBSD-[5-9].*-x86_64 GNU_CONFIGURE= YES |