summaryrefslogtreecommitdiff
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
parentUse the new Apache bits from bsd.port.mk. (diff)
Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes: svn path=/head/; revision=93295
-rw-r--r--audio/libsndfile/Makefile4
-rw-r--r--deskutils/teapot/Makefile4
-rw-r--r--editors/biew/Makefile4
-rw-r--r--emulators/xgs/Makefile4
-rw-r--r--games/omega/Makefile4
-rw-r--r--graphics/cqcam/Makefile4
-rw-r--r--graphics/graphviz/Makefile4
-rw-r--r--graphics/qvplay/Makefile4
-rw-r--r--irc/quirc/Makefile4
-rw-r--r--japanese/ng/Makefile4
-rw-r--r--lang/cu-prolog/Makefile4
-rw-r--r--lang/yorick/Makefile4
-rw-r--r--mail/im/Makefile4
-rw-r--r--mail/smtpfeed/Makefile4
-rw-r--r--misc/ewipe/Makefile4
-rw-r--r--multimedia/nxtvepg/Makefile4
-rw-r--r--net/rwhois/Makefile4
-rw-r--r--net/rwhoisd/Makefile4
-rw-r--r--security/libbf/Makefile4
-rw-r--r--security/srp/Makefile4
-rw-r--r--security/ssh2/Makefile4
-rw-r--r--sysutils/apcupsd/Makefile4
-rw-r--r--sysutils/tct/Makefile4
-rw-r--r--x11-fm/dfm/Makefile4
-rw-r--r--x11-fm/gentoo/Makefile4
-rw-r--r--x11-wm/larswm/Makefile4
26 files changed, 52 insertions, 52 deletions
diff --git a/audio/libsndfile/Makefile b/audio/libsndfile/Makefile
index 71a2b8573f73..599bf31170fc 100644
--- a/audio/libsndfile/Makefile
+++ b/audio/libsndfile/Makefile
@@ -21,13 +21,13 @@ INSTALLS_SHLIB= yes
MAN1= sndfile-convert.1 sndfile-info.1 sndfile-play.1
-PORTDOCS= ChangeLog NEWS api.html bugs.html index.html libsndfile.jpg \
+MYPORTDOCS= ChangeLog NEWS api.html bugs.html index.html libsndfile.jpg \
new_file_type.HOWTO sndfile_info.html
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/deskutils/teapot/Makefile b/deskutils/teapot/Makefile
index 859b5a590555..8b6058ec1c14 100644
--- a/deskutils/teapot/Makefile
+++ b/deskutils/teapot/Makefile
@@ -22,7 +22,7 @@ EXAMPLES= examples/asqrt examples/asqrt.README examples/blink \
examples/counter examples/counter.README examples/life \
examples/life.README examples/graphtest.sh examples/sqrt \
examples/sqrt.README
-PORTDOCS= doc/teapot.doc doc/teapot.html doc/teapot.ps
+MYPORTDOCS= doc/teapot.doc doc/teapot.html doc/teapot.ps
post-build:
@cd ${WRKSRC}/doc && ${MAKE} teapot.doc teapot.html teapot.ps
@@ -36,7 +36,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR}
.endfor
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/editors/biew/Makefile b/editors/biew/Makefile
index a1a51685f0e9..bef0ff728939 100644
--- a/editors/biew/Makefile
+++ b/editors/biew/Makefile
@@ -19,7 +19,7 @@ COMMENT= Binary vIEWer + editor for binary, hexadecimal and dis-asm modes
USE_BZIP2= yes
USE_GMAKE= yes
-PORTDOCS= biew_en.txt biew_ru.txt develop.en develop.ru file_ini.en \
+MYPORTDOCS= biew_en.txt biew_ru.txt develop.en develop.ru file_ini.en \
file_ini.ru licence.en licence.ru release.txt unix.txt
.include <bsd.port.pre.mk>
@@ -56,7 +56,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/hlp/biew.hlp ${DATADIR}
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/emulators/xgs/Makefile b/emulators/xgs/Makefile
index 261c2286813b..47506c6c25a1 100644
--- a/emulators/xgs/Makefile
+++ b/emulators/xgs/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS= --with-x
#
XGS_DIR= ${PREFIX}/share/xgs
XGS_DOC= ${PREFIX}/share/doc/xgs
-PORTDOCS= CHANGES.TXT COMPAT.TXT INSTALL.TXT IWM-DOC.TXT TODO.TXT \
+MYPORTDOCS= CHANGES.TXT COMPAT.TXT INSTALL.TXT IWM-DOC.TXT TODO.TXT \
XGS-FAQ.TXT
post-extract:
@@ -46,7 +46,7 @@ post-install:
${INSTALL_DATA} -m 666 /dev/null ${XGS_DIR}/xgs.ram
.if !defined(NOPORTDOCS)
@${MKDIR} ${XGS_DOC}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${XGS_DOC}
.endfor
${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${XGS_DOC}
diff --git a/games/omega/Makefile b/games/omega/Makefile
index 89c2b8ec32e6..9212e9ccd087 100644
--- a/games/omega/Makefile
+++ b/games/omega/Makefile
@@ -18,7 +18,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= # empty
MAN6= omega.6
-PORTDOCS= buglist.txt docs/compile.all docs/omega.txt docs/readme.1st \
+MYPORTDOCS= buglist.txt docs/compile.all docs/omega.txt docs/readme.1st \
docs/readme3 docs/readme4
do-install:
@@ -36,7 +36,7 @@ do-install:
@${CHOWN} -R root:games ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/graphics/cqcam/Makefile b/graphics/cqcam/Makefile
index 4f741cc35b07..f2417529446e 100644
--- a/graphics/cqcam/Makefile
+++ b/graphics/cqcam/Makefile
@@ -29,7 +29,7 @@ MAN1= cqcam.1
MLINKS= cqcam.1 webcam.1 \
cqcam.1 xcqcam.1
-PORTDOCS= README docs/APINOTES docs/CHANGES docs/README.webcam \
+MYPORTDOCS= README docs/APINOTES docs/CHANGES docs/README.webcam \
docs/refresh.html docs/webcam.html docs/README.movies
.include <bsd.port.pre.mk>
@@ -48,7 +48,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/webcam/nph-webcam ${PREFIX}/share/examples/cqcam/sample.nph-webcam
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 9e7a4aa214b0..972a31610148 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -45,13 +45,13 @@ MAN1= acyclic.1 ccomps.1 colorize.1 dot.1 dot2gxl.1 dotty.1 gc.1 \
MAN3= agraph.3 cdt.3 expr.3 graph.3 pack.3 pathplan.3
MANN= gdtclft.n tcldgl.n tcldgr.n tcldot.n tkspline.n
-PORTDOCS= dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf \
+MYPORTDOCS= dotguide.pdf dottyguide.pdf gd.html leftyguide.pdf \
neatoguide.pdf tcldot.html Dot.ref FAQ.html
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/graphics/qvplay/Makefile b/graphics/qvplay/Makefile
index 8e027c49b38c..491be342e533 100644
--- a/graphics/qvplay/Makefile
+++ b/graphics/qvplay/Makefile
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
MAN1= qvplay.1 qvrec.1 qvalldel.1
-PORTDOCS= FAQ.txt HISTORY PROTOCOL.txt PROTOCOL.eng \
+MYPORTDOCS= FAQ.txt HISTORY PROTOCOL.txt PROTOCOL.eng \
README README.eng README.FreeBSD
pre-patch:
@@ -31,7 +31,7 @@ pre-configure:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/../../${file} ${DOCSDIR}
.endfor
.endif
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
diff --git a/japanese/ng/Makefile b/japanese/ng/Makefile
index b0902d1e00df..460aa776850c 100644
--- a/japanese/ng/Makefile
+++ b/japanese/ng/Makefile
@@ -20,7 +20,7 @@ COMMENT?= A very light Emacs-clone with Japanese support
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="-ltermcap"
ALL_TARGET= ng
-PORTDOCS= CHANGES.1_3 CHANGES.doc Ng.FAQ Ng.doc Ng.ref Ng.tut \
+MYPORTDOCS= CHANGES.1_3 CHANGES.doc Ng.FAQ Ng.doc Ng.ref Ng.tut \
README.Ng README.SKG
post-patch:
@@ -30,7 +30,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/ja/ng
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/docs/${file} ${PREFIX}/share/doc/ja/ng/${file}.euc-jp
.endfor
.endif
diff --git a/lang/cu-prolog/Makefile b/lang/cu-prolog/Makefile
index eefc68f2ac7d..7d860aadf08a 100644
--- a/lang/cu-prolog/Makefile
+++ b/lang/cu-prolog/Makefile
@@ -18,7 +18,7 @@ COMMENT= Experimental constraint logic programming language
WRKSRC= ${WRKDIR}/src
MAKEFILE= makefile
ALL_TARGET= cup
-PORTDOCS= CHANGES COPYRIGHT COPYRIGHT.j INSTALL INSTALL.j README \
+MYPORTDOCS= CHANGES COPYRIGHT COPYRIGHT.j INSTALL INSTALL.j README \
README.j doc/cu3eman.dvi doc/cu3man.dvi doc/newpred_e.doc \
doc/newpred_j.doc
@@ -28,7 +28,7 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/sample/* ${PREFIX}/share/examples/cu-prolog
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/cu-prolog
-.for i in ${PORTDOCS}
+.for i in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKDIR}/$i ${PREFIX}/share/doc/cu-prolog
.endfor
.endif
diff --git a/lang/yorick/Makefile b/lang/yorick/Makefile
index e7c6deab4200..000bc0b73653 100644
--- a/lang/yorick/Makefile
+++ b/lang/yorick/Makefile
@@ -42,7 +42,7 @@ MAKE_ARGS= Y_HOME="${PREFIX}/lib/${PORTNAME}" Y_SITE="${DATADIR}" \
MAN1= yorick.1 gist.1
INFO= yorick
-PORTDOCS= FILE_FORMATS README drat.doc drat.tex graph.doc hex.doc \
+MYPORTDOCS= FILE_FORMATS README drat.doc drat.tex graph.doc hex.doc \
library.doc math.doc refs.pdf refs.ps refs.tex std.doc \
yorick.pdf yorick.ps yorick.tex
@@ -67,7 +67,7 @@ post-install:
@${CP} ${DATADIR}/i0/paths.i ${PREFIX}/lib/${PORTNAME}/bin/paths.i
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
@${LN} -sf ../doc/${PORTNAME} ${DATADIR}/doc
diff --git a/mail/im/Makefile b/mail/im/Makefile
index 0b41791d5a8c..fa8460cd5e0c 100644
--- a/mail/im/Makefile
+++ b/mail/im/Makefile
@@ -24,13 +24,13 @@ MAKE_ARGS= prefix=${PREFIX} imlibdir=${PREFIX}/etc/im
PORTDOCDIR= ${PREFIX}/share/doc/im
SAMPLEDIR= ${PREFIX}/share/examples/im
-PORTDOCS= 00changes 00copyright 00copyright.jis 00perl 00readme 00usage
+MYPORTDOCS= 00changes 00copyright 00copyright.jis 00perl 00readme 00usage
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PORTDOCDIR}/man ${SAMPLEDIR}
@cd ${WRKSRC}; \
- ${INSTALL_DATA} ${PORTDOCS} ${PORTDOCDIR}; \
+ ${INSTALL_DATA} ${MYPORTDOCS} ${PORTDOCDIR}; \
${INSTALL_DATA} man/* ${PORTDOCDIR}/man; \
${INSTALL_DATA} dot.im/* ${SAMPLEDIR}
.endif
diff --git a/mail/smtpfeed/Makefile b/mail/smtpfeed/Makefile
index ec35776f7902..931058efe633 100644
--- a/mail/smtpfeed/Makefile
+++ b/mail/smtpfeed/Makefile
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
MAN8= smtpfeed.8
-PORTDOCS= COPYRIGHT FEATURES FEATURES.j FYI FYI.j INSTALL INSTALL.j \
+MYPORTDOCS= COPYRIGHT FEATURES FEATURES.j FYI FYI.j INSTALL INSTALL.j \
ML-ADMIN ML-ADMIN.j \
OPTIONS OPTIONS.j README README.j RELEASE.NOTE SIGNAL \
SIGNAL.j TODO smtpfeed.html
@@ -29,7 +29,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/smtpfeed.8 ${MANPREFIX}/man/man8
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile
index c35653d88e87..68459bd498e9 100644
--- a/misc/ewipe/Makefile
+++ b/misc/ewipe/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
NO_BUILD= YES
USE_REINPLACE= yes
TCLLIBS= definefont.tcl edittable.tcl setpointer.tcl viewer.tcl tclIndex
-PORTDOCS= Changes.jp README README.jp dot.ewipe
+MYPORTDOCS= Changes.jp README README.jp dot.ewipe
EXAMPLES= a1.gif a2.gif a3.gif a4.gif blue1.gif sample.ewp test.ewp \
tutorial.ewp tutorial-e.ewp
@@ -45,7 +45,7 @@ do-install:
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ewipe
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/ewipe
.endfor
@${MKDIR} ${PREFIX}/share/examples/ewipe
diff --git a/multimedia/nxtvepg/Makefile b/multimedia/nxtvepg/Makefile
index 999addd8f75f..55e2d8c5cc34 100644
--- a/multimedia/nxtvepg/Makefile
+++ b/multimedia/nxtvepg/Makefile
@@ -22,7 +22,7 @@ USE_X_PREFIX= yes
MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS}
MAN1= nxtvepg.1
-PORTDOCS= README TODO CHANGES manual.html
+MYPORTDOCS= README TODO CHANGES manual.html
.include <bsd.port.pre.mk>
@@ -40,7 +40,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
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
diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile
index 46d2aa29577f..1feb090e28b7 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
diff --git a/security/libbf/Makefile b/security/libbf/Makefile
index ff73757a6182..1c27cae2602f 100644
--- a/security/libbf/Makefile
+++ b/security/libbf/Makefile
@@ -24,7 +24,7 @@ MAKEFLAGS+= BF_ENC=bf_enc.o
WRKSRC= ${WRKDIR}/bf
-PORTDOCS= blowfish.doc COPYRIGHT README VERSION
+MYPORTDOCS= blowfish.doc COPYRIGHT README VERSION
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bfspeed ${PREFIX}/bin
@@ -35,7 +35,7 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for doc in ${PORTDOCS}
+.for doc in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
diff --git a/security/srp/Makefile b/security/srp/Makefile
index 2cfc64c16e1c..749807d98239 100644
--- a/security/srp/Makefile
+++ b/security/srp/Makefile
@@ -20,7 +20,7 @@ CONFIGURE_ARGS= --with-openssl=/usr \
--with-zlib \
--enable-loginf
-PORTDOCS= Acknowledgements Copyrights LICENSE copyright.c \
+MYPORTDOCS= Acknowledgements Copyrights LICENSE copyright.c \
draft-altman-rfc2942bis-00.txt draft-altman-rfc2944bis-01.txt \
draft-altman-telnet-fwdx-02.txt \
draft-ietf-tn3270e-telnet-tls-05.txt rfc2941.txt rfc2942.txt \
@@ -35,7 +35,7 @@ BROKEN= "Does not compile"
.if !defined(NOPORTDOCS)
post-install:
-.for f in ${PORTDOCS}
+.for f in ${MYPORTDOCS}
${MKDIR} ${PREFIX}/share/doc/srp
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${PREFIX}/share/doc/srp/${f}
@${ECHO_CMD} share/doc/srp/${f} >> ${TMPPLIST}
diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile
index 3e2ff56d9be5..4866395530b9 100644
--- a/security/ssh2/Makefile
+++ b/security/ssh2/Makefile
@@ -79,7 +79,7 @@ MLINKS= ssh2.1 ssh.1 ssh-add2.1 ssh-add.1 ssh-agent2.1 ssh-agent.1 \
ssh-probe2.1 ssh-probe.1 sshd2.8 sshd.8
MANCOMPRESSED= no
-PORTDOCS= CHANGES FAQ INSTALL LICENSE MANIFEST NEWS README \
+MYPORTDOCS= CHANGES FAQ INSTALL LICENSE MANIFEST NEWS README \
REGEX-SYNTAX SSH2.QUICKSTART
post-patch:
@@ -93,7 +93,7 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
-.for i in ${PORTDOCS}
+.for i in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/$i ${DOCSDIR}
.endfor
.endif
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index c6c9daec66ed..efa30d736f81 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -42,7 +42,7 @@ PLIST_SUB+= POWERFL="@comment "
MAN8= "apcupsd.8"
-PORTDOCS= apcupsd.pdf apcaccess.html apcnisd.html apctest.html apcupsd-styles.css \
+MYPORTDOCS= apcupsd.pdf apcaccess.html apcnisd.html apctest.html apcupsd-styles.css \
apcupsd.apf apcupsd.book apcupsd.gif apcupsd.html batteries.html \
bugs.html cables.html cgiprogs.html charging.gif \
config-examples.html configure.html data.html eprom.html \
@@ -65,7 +65,7 @@ post-install:
${PREFIX}/etc/rc.d/${STARTUP_SCRIPT}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/manual/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/sysutils/tct/Makefile b/sysutils/tct/Makefile
index 6d545ffce69d..582cf584fa0d 100644
--- a/sysutils/tct/Makefile
+++ b/sysutils/tct/Makefile
@@ -23,7 +23,7 @@ USE_PERL5_RUN= yes
MAN1= ils.1 mactime.1 pcat.1 grave-robber.1 lastcomm.1 major_minor.1 timeout.1 icat.1 lazarus.1 unrm.1
MAN5= magic.5 tm-format.5
-PORTDOCS= CHANGES COPYRIGHT INSTALL LICENSE MANIFEST OS-NOTES README.FIRST TODO docs/README docs/design-notes docs/lazarus.README docs/grave-robber.README docs/mac.README
+MYPORTDOCS= CHANGES COPYRIGHT INSTALL LICENSE MANIFEST OS-NOTES README.FIRST TODO docs/README docs/design-notes docs/lazarus.README docs/grave-robber.README docs/mac.README
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/bin/file ${LOCALBASE}/bin/file-tct
@@ -46,7 +46,7 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/tct
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tct
.endfor
.endif
diff --git a/x11-fm/dfm/Makefile b/x11-fm/dfm/Makefile
index 43144a7265e4..24fba2590f9c 100644
--- a/x11-fm/dfm/Makefile
+++ b/x11-fm/dfm/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS= --enable-imlib-icons
MAN1= dfm.1x
-PORTDOCS= ANNOUNCE BUGS COPYRIGHT CREDITS ChangeLog DOWNLOAD HELP.ERROR \
+MYPORTDOCS= ANNOUNCE BUGS COPYRIGHT CREDITS ChangeLog DOWNLOAD HELP.ERROR \
NO_WARRANTY README START TESTED TODO
pre-patch:
@@ -40,7 +40,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/dfmext-samples/dfmext_user ${PREFIX}/share/examples/dfm/dfmext.sample.user
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile
index b91b4c7f2b0b..e189ffd0565c 100644
--- a/x11-fm/gentoo/Makefile
+++ b/x11-fm/gentoo/Makefile
@@ -20,7 +20,7 @@ GNU_CONFIGURE= yes
MAN1= gentoo.1
-PORTDOCS= BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS \
+MYPORTDOCS= BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS \
README.gtkrc TODO
post-patch:
@@ -31,7 +31,7 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${MANPREFIX}/man/man1/gentoo.1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
${TAR} -C ${WRKSRC}/docs --exclude "gentoo.1x" -cf - . | \
diff --git a/x11-wm/larswm/Makefile b/x11-wm/larswm/Makefile
index 869bee493305..0e8b3ced0b5a 100644
--- a/x11-wm/larswm/Makefile
+++ b/x11-wm/larswm/Makefile
@@ -17,14 +17,14 @@ USE_IMAKE= yes
MAN1= larsclock.1 larsremote.1 larswm.1
-PORTDOCS= ChangeLog README README.9wm keyboard_refcard.ms \
+MYPORTDOCS= ChangeLog README README.9wm keyboard_refcard.ms \
mouse_refcard.ms sample.barclock sample.larswmrc \
sample.xmodmaprc sample.xsession
post-install:
.if !defined(NOPORTDOCS)
@$(MKDIR) $(DOCSDIR)
-.for file in ${PORTDOCS}
+.for file in ${MYPORTDOCS}
$(INSTALL_DATA) $(WRKSRC)/${file} $(DOCSDIR)
.endfor
.endif