diff options
author | anders <anders@FreeBSD.org> | 2003-04-10 05:57:13 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2003-04-10 05:57:13 +0800 |
commit | 459ad670bad49870af0d3e0332f25dbe3853eb08 (patch) | |
tree | 430f7c98a306f99ef40c25a514c5d3d2626a8b58 /net/pxe/Makefile | |
parent | f02d4744ff496727cf8d3e775d162f4506513d75 (diff) | |
download | freebsd-ports-graphics-459ad670bad49870af0d3e0332f25dbe3853eb08.tar.gz freebsd-ports-graphics-459ad670bad49870af0d3e0332f25dbe3853eb08.tar.zst freebsd-ports-graphics-459ad670bad49870af0d3e0332f25dbe3853eb08.zip |
Update to 1.4.
Diffstat (limited to 'net/pxe/Makefile')
-rw-r--r-- | net/pxe/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile index b16a751ef50..87fadc82fe3 100644 --- a/net/pxe/Makefile +++ b/net/pxe/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pxe -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= net MASTER_SITES= http://www.kano.org.uk/projects/pxe/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ @@ -22,11 +22,6 @@ CONFIGURE_ARGS+= --with-config=${PREFIX}/etc/pxe.conf \ DOCS= Changes INSTALL LICENCE README -post-patch: - ${REINPLACE_CMD} -e "s,^CFLAGS.*,CFLAGS=\t\@CFLAGS\@,; \ - s,^CC.*,CC=\t${CXX}," \ - ${WRKSRC}/Makefile.in - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pxe ${PREFIX}/sbin/ ${INSTALL_DATA} ${WRKSRC}/pxe.conf ${PREFIX}/etc/pxe.conf.sample |