diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
commit | 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch) | |
tree | 662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/libnetdude | |
parent | fa9509791fb3ad63885e207da5c039b25eeef942 (diff) |
Notes
Diffstat (limited to 'net/libnetdude')
-rw-r--r-- | net/libnetdude/Makefile | 6 |
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> |