summaryrefslogtreecommitdiffstats
path: root/net/libnet10/Makefile
diff options
context:
space:
mode:
authorkeichii <keichii@FreeBSD.org>2001-07-12 21:32:41 +0000
committerkeichii <keichii@FreeBSD.org>2001-07-12 21:32:41 +0000
commit2fcc0c004868c7502bc38e7aeb0d01565ad4ec73 (patch)
tree53ecab27f2ddd22609562994917d475c987399f1 /net/libnet10/Makefile
parent9c6ec06ac804fe60f480aadb1c9ac8bbe85461d0 (diff)
downloadFreeBSD-ports-2fcc0c004868c7502bc38e7aeb0d01565ad4ec73.zip
FreeBSD-ports-2fcc0c004868c7502bc38e7aeb0d01565ad4ec73.tar.gz
Update this port and close the PR that has been open for a
long time. Maintainer has not responded to the PR at all. PR: 28656 Submitted by: cnh@netVmg.com
Diffstat (limited to 'net/libnet10/Makefile')
-rw-r--r--net/libnet10/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile
index 38e9af6..91f477b 100644
--- a/net/libnet10/Makefile
+++ b/net/libnet10/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libnet
-PORTVERSION= 1.0.1b
+PORTVERSION= 1.0.2a
CATEGORIES= net
MASTER_SITES= http://www.packetfactory.net/libnet/dist/
@@ -14,7 +14,7 @@ MAINTAINER= shipley@dis.org
MAN3= libnet.3
-GNU_CONFIGURE= yes
+USE_AUTOCONF= yes
WRKSRC= ${WRKDIR}/Libnet-${PORTVERSION}
MAN3= libnet.3
@@ -23,16 +23,16 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/doc/libnet.3 ${PREFIX}/man/man3
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/libnet
- @${MKDIR} ${PREFIX}/share/doc/libnet/html
- @${MKDIR} ${PREFIX}/share/doc/libnet/html/examples
-.for i in CHANGELOG CHANGELOG-NEWFUNCTIONS COPYING README README.asn.1 README.bpf README.legacy-applications README.libnet-config README.linux README.rawsockets TODO-1.0 TODO-1.1
+ @${MKDIR} ${PREFIX}/share/doc/libnet/examples
+ @${MKDIR} ${PREFIX}/share/doc/libnet/ancillary
+.for i in CHANGELOG CHANGELOG-NEWFUNCTIONS COPYING README TODO-1.0 TODO-1.1
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/libnet
.endfor
-.for i in 1.html 2.html 3.html 4.html 5.html 6.html 7.html contrib.html fig-3a.gif figure-1.gif figure-2.gif figure-3.gif figure-3a.gif lrm.html
- ${INSTALL_DATA} ${WRKSRC}/doc/html/${i} ${PREFIX}/share/doc/libnet/html
+.for i in README.asn.1 README.bpf README.legacy-applications README.libnet-config README.linux README.rawsockets
+ ${INSTALL_DATA} ${WRKSRC}/doc/Ancillary/${i} ${PREFIX}/share/doc/libnet/ancillary
.endfor
.for i in libnet-example-1.c libnet-example-2.c libnet-example-3.c libnet-example-4.c
- ${INSTALL_DATA} ${WRKSRC}/doc/html/examples/${i} ${PREFIX}/share/doc/libnet/html/examples
+ ${INSTALL_DATA} ${WRKSRC}/example/${i} ${PREFIX}/share/doc/libnet/examples
.endfor
.endif
OpenPOWER on IntegriCloud