diff options
author | Anders Nordby <anders@FreeBSD.org> | 2003-04-09 21:57:13 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2003-04-09 21:57:13 +0000 |
commit | 78ec34070818dbf892d661e47da1811ba7204159 (patch) | |
tree | 6b8efd4fdc274d4aee746db5a434aef453be7a49 /net/pxe/Makefile | |
parent | 461653d1fa890b4b2e532172e7af376823528c09 (diff) | |
download | ports-78ec34070818dbf892d661e47da1811ba7204159.tar.gz ports-78ec34070818dbf892d661e47da1811ba7204159.zip |
Notes
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 b16a751ef508..87fadc82fe37 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 |