Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-20 09:19:39 +00:00
parent a5d8dc590a
commit aa08e9115d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358538

View file

@ -18,9 +18,6 @@ USES= gmake
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e \
's|-Wall -O3|${CFLAGS}|; \
@ -33,8 +30,8 @@ post-patch:
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${CP} ${WRKSRC}/docs/* ${DOCSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${CP} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>