diff options
author | obache <obache@pkgsrc.org> | 2007-12-22 12:08:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-22 12:08:58 +0000 |
commit | 01b7712aad44d7f1d44ba0a3ffb3419fa4cc38c8 (patch) | |
tree | 4a9eab03421279d12ca3734e7923787b51c8bdf6 /net/pxe/Makefile | |
parent | 20e8b7aaf17d210013d48d0a4f064398cb450442 (diff) | |
download | pkgsrc-01b7712aad44d7f1d44ba0a3ffb3419fa4cc38c8.tar.gz |
Update pxe to 1.4.2.
pkgsrc changes:
Need 'sbin' before install. now DESTDIR ready.
Changes:
May 26, 2004: pxe 1.4.2 released.
Fixed un-initialised variable in the multicast setup
January 19, 2004: pxe 1.4.1 released.
GCC 3.3 fixes
Diffstat (limited to 'net/pxe/Makefile')
-rw-r--r-- | net/pxe/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile index c559313dc67..206d4012262 100644 --- a/net/pxe/Makefile +++ b/net/pxe/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:30:23 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2007/12/22 12:08:58 obache Exp $ # -DISTNAME= pxe-1.4 -PKGREVISION= 1 +DISTNAME= pxe-1.4.2 CATEGORIES= net sysutils MASTER_SITES= http://www.kano.org.uk/projects/pxe/ @@ -21,4 +20,8 @@ CONF_FILES= ${EGDIR}/pxe.conf ${PKG_SYSCONFDIR}/pxe.conf RCD_SCRIPTS= pxe +BUILD_DEFS+= VARBASE + +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.pkg.mk" |