Remove FreeBSDism (NOPORTDOCS)
This commit is contained in:
parent
954d6123aa
commit
8ef06f8400
2 changed files with 2 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2001/03/19 05:28:23 itojun Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2001/04/22 22:06:19 zuntum Exp $
|
||||
# Based on FreeBSD Id: Makefile,v 1.27 1999/04/03 08:25:18 itojun Exp
|
||||
#
|
||||
|
||||
|
@ -36,11 +36,9 @@ CONFIGURE_ARGS+=--enable-ipv6
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL_DATA_DIR} ${DOCDIR}
|
||||
for i in ${DOCS}; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/$$i ${DOCDIR}; \
|
||||
done
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2001/02/25 04:18:06 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2001/04/22 22:14:24 zuntum Exp $
|
||||
# KAME Id: Makefile,v 1.3 2000/01/21 12:34:29 itojun Exp
|
||||
#
|
||||
|
||||
|
@ -29,10 +29,8 @@ post-install:
|
|||
strip ${PREFIX}/netperf/netserver
|
||||
${INSTALL_MAN} ${WRKSRC}/netperf.man ${PREFIX}/man/man1/netperf.1
|
||||
${INSTALL_MAN} ${WRKSRC}/netserver.man ${PREFIX}/man/man1/netserver.1
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/netperf
|
||||
${INSTALL_MAN} ${WRKSRC}/netperf.ps ${PREFIX}/share/doc/netperf
|
||||
${GZIP_CMD} -9nf ${PREFIX}/share/doc/netperf/netperf.ps
|
||||
.endif
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue