Stagify.
Approved by: portmgr@
This commit is contained in:
parent
a5d8dc590a
commit
aa08e9115d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358538
1 changed files with 3 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue