From f5d7b46097ea574b874459d9b68880cc46d8c3d5 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 7 Nov 2003 09:28:14 +0000 Subject: Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added bsd.port.mk macro. Submitted by: Oliver Eikemeier --- net/rwhoisd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/rwhoisd') diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile index 46d2aa29577..1feb090e28b 100644 --- a/net/rwhoisd/Makefile +++ b/net/rwhoisd/Makefile @@ -28,7 +28,7 @@ BINGRP= bin MAN8= rwhois_indexer.8 rwhoisd.8 -PORTDOCS= INSTALL.html TODO UPGRADE operations_guide.html \ +MYPORTDOCS= INSTALL.html TODO UPGRADE operations_guide.html \ operations_guide.txt rfc2167.txt security.html security.txt post-install: @@ -36,7 +36,7 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/rwhoisd.8 ${PREFIX}/man/man8 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} +.for file in ${MYPORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} .endfor .endif -- cgit