Include bsd.prefs.mk, in case NOPORTDOCS is defined in /etc/mk.conf
This commit is contained in:
parent
a0d8b9388e
commit
addfd65177
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:40 agc Exp $
|
||||
# $NetBSD: Makefile,v 1.7 1998/06/03 12:40:09 agc Exp $
|
||||
# FreeBSD Id: Makefile,v 1.11 1998/02/24 21:43:45 jseger Exp
|
||||
#
|
||||
|
||||
|
@ -26,6 +26,8 @@ MAN1= xdeview.1
|
|||
PORTDOCDIR?= share/doc/xdeview
|
||||
DOCFILES= ${FILESDIR}/porting.notes ${WRKSRC}/HOWTO
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} "===> Copying documents to ${PREFIX}/${PORTDOCDIR}"
|
||||
|
|
Loading…
Reference in a new issue