aboutsummaryrefslogtreecommitdiff
path: root/net/libnet-devel
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-19 21:20:48 +0000
commitc7611291caed7042dac74061e36e3fa5ba7ed166 (patch)
tree1d2de5d52eb1b8904d425116b2afd36170dab951 /net/libnet-devel
parentaf96ced369a5fd129e406f51d4135261e2b70bb3 (diff)
downloadports-c7611291caed7042dac74061e36e3fa5ba7ed166.tar.gz
ports-c7611291caed7042dac74061e36e3fa5ba7ed166.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
Notes
Notes: svn path=/head/; revision=190385
Diffstat (limited to 'net/libnet-devel')
-rw-r--r--net/libnet-devel/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/net/libnet-devel/Makefile b/net/libnet-devel/Makefile
index e7a4c24e60e2..76cac44ab6b8 100644
--- a/net/libnet-devel/Makefile
+++ b/net/libnet-devel/Makefile
@@ -32,16 +32,6 @@ EXAMPLES= sample/*.c
SHORT_VER= 113
-.include <bsd.port.pre.mk>
-
-post-patch:
-.if ${OSVERSION} < 500000
- ${REINPLACE_CMD} -e "s|stdint\.h|inttypes.h|g" \
- ${WRKSRC}/include/libnet/libnet-types.h
-.else
- ${DO_NADA}
-.endif
-
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/libnet-config \
${PREFIX}/bin/libnet${SHORT_VER}-config
@@ -55,4 +45,4 @@ post-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>