Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently added
bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 - . | \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user