diff options
author | marcus <marcus@FreeBSD.org> | 2003-11-07 17:28:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-11-07 17:28:14 +0800 |
commit | f5d7b46097ea574b874459d9b68880cc46d8c3d5 (patch) | |
tree | 3d5e88ba7c16da5942c810ee5e53114df3e3459f /net/rwhois | |
parent | 264cdcd7a6bead083ad3106f86fb0744dedb57f5 (diff) | |
download | freebsd-ports-gnome-f5d7b46097ea574b874459d9b68880cc46d8c3d5.tar.gz freebsd-ports-gnome-f5d7b46097ea574b874459d9b68880cc46d8c3d5.tar.zst freebsd-ports-gnome-f5d7b46097ea574b874459d9b68880cc46d8c3d5.zip |
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro.
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'net/rwhois')
-rw-r--r-- | net/rwhois/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rwhois/Makefile b/net/rwhois/Makefile index 46d2aa29577f..1feb090e28b7 100644 --- a/net/rwhois/Makefile +++ b/net/rwhois/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 |