aboutsummaryrefslogtreecommitdiff
path: root/irc/quirc
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:28:14 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-07 09:28:14 +0000
commit7cf7b646b201f4759df4922b5cd4e8da431273d2 (patch)
tree13d42177751c867bde9c2a0e0b61d8d4123c5fc5 /irc/quirc
parentf4d7c801f854ff4fad4642d62b23bae798962615 (diff)
downloadports-7cf7b646b201f4759df4922b5cd4e8da431273d2.tar.gz
ports-7cf7b646b201f4759df4922b5cd4e8da431273d2.zip
Notes
Diffstat (limited to 'irc/quirc')
-rw-r--r--irc/quirc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/quirc/Makefile b/irc/quirc/Makefile
index 1e89f7fdbba5..9b1812db9922 100644
--- a/irc/quirc/Makefile
+++ b/irc/quirc/Makefile
@@ -27,14 +27,14 @@ CONFIGURE_ARGS= --with-wish=${PREFIX}/bin/wish8.3 \
--with-tk-lib=tk83 \
--with-tcl-version=8.3
-PORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/color.txt \
+MYPORTDOCS= AUTHORS ChangeLog FAQ NEWS README doc/color.txt \
doc/dccresum.txt doc/links.txt doc/nickcomp.txt \
doc/quedit.txt doc/rfc1459.txt doc/tdcc.txt
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/quirc
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/quirc
.endfor
.endif