aboutsummaryrefslogtreecommitdiff
path: root/net/libnet-devel
diff options
context:
space:
mode:
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>