aboutsummaryrefslogtreecommitdiff
path: root/net/libnetdude
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 02:10:52 +0000
commit2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch)
tree662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/libnetdude
parentfa9509791fb3ad63885e207da5c039b25eeef942 (diff)
downloadports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.tar.gz
ports-2f5fd33d0b48f766e2722a601367b2d51c9e82a8.zip
Notes
Diffstat (limited to 'net/libnetdude')
-rw-r--r--net/libnetdude/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/libnetdude/Makefile b/net/libnetdude/Makefile
index 957d54e360f2..bcaebd55e270 100644
--- a/net/libnetdude/Makefile
+++ b/net/libnetdude/Makefile
@@ -24,17 +24,13 @@ USE_LDCONFIG= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}
-.include <bsd.port.pre.mk>
-
post-patch:
-.if ${OSVERSION} >= 500000
@${REINPLACE_CMD} -e "s|netinet/if_fddi.h|net/fddi.h|g" \
${WRKSRC}/protocols/fddi/libnd_fddi.h
-.endif
@${REINPLACE_CMD} -e 's|DOC_MODULE = libnetdude|DOC_MODULE =|' \
${WRKSRC}/docs/Makefile.in
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|docs||' ${WRKSRC}/Makefile.in
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>