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 /irc/quirc | |
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 'irc/quirc')
-rw-r--r-- | irc/quirc/Makefile | 4 |
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 |