summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
committerjlam <jlam@pkgsrc.org>2005-06-17 03:50:19 +0000
commite46a9dd38060ef6414b4db2f15402a701e32c7b7 (patch)
tree067490bfc0f733c9b522363134ffa36e43b49192 /textproc
parent412af280c005dfc946b85f88a9e754232c586fc7 (diff)
downloadpkgsrc-e46a9dd38060ef6414b4db2f15402a701e32c7b7.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/GutenMark/Makefile4
-rw-r--r--textproc/catdoc-tk/Makefile4
-rw-r--r--textproc/cawf/Makefile4
-rw-r--r--textproc/cdif/Makefile3
-rw-r--r--textproc/detex/Makefile4
-rw-r--r--textproc/doclifter/Makefile4
-rw-r--r--textproc/dtdparse/Makefile4
-rw-r--r--textproc/html2text/Makefile3
-rw-r--r--textproc/html2wml/Makefile4
-rw-r--r--textproc/ispell-british/Makefile4
-rw-r--r--textproc/ispell-catalan/Makefile4
-rw-r--r--textproc/ispell-german/Makefile4
-rw-r--r--textproc/ispell-polski/Makefile4
-rw-r--r--textproc/ispell-romanian/Makefile4
-rw-r--r--textproc/lua-expat/Makefile4
-rw-r--r--textproc/makeztxt/Makefile4
-rw-r--r--textproc/par/Makefile3
-rw-r--r--textproc/psgml-mode/Makefile4
-rw-r--r--textproc/pyDict/Makefile3
-rw-r--r--textproc/rfcutil/Makefile4
-rw-r--r--textproc/rtf-tools/Makefile3
-rw-r--r--textproc/rtfm/Makefile4
-rw-r--r--textproc/ruby-amrita/Makefile4
-rw-r--r--textproc/ruby-html-parser/Makefile3
-rw-r--r--textproc/subtitleripper/Makefile3
-rw-r--r--textproc/texi2roff/Makefile3
-rw-r--r--textproc/troffcvt/Makefile3
-rw-r--r--textproc/untex/Makefile4
-rw-r--r--textproc/writer2latex/Makefile4
29 files changed, 78 insertions, 29 deletions
diff --git a/textproc/GutenMark/Makefile b/textproc/GutenMark/Makefile
index c84ec4ed4da..b5b5b08a0ec 100644
--- a/textproc/GutenMark/Makefile
+++ b/textproc/GutenMark/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:34 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:36 jlam Exp $
#
DISTNAME= GutenMark_source_${GVER}
@@ -18,6 +18,8 @@ GVER= 20020714
USE_TOOLS+= gmake
BUILD_TARGET= GutenMark
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/GutenMark ${PREFIX}/bin
diff --git a/textproc/catdoc-tk/Makefile b/textproc/catdoc-tk/Makefile
index 31c40fda475..b10972da01e 100644
--- a/textproc/catdoc-tk/Makefile
+++ b/textproc/catdoc-tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/01 18:03:23 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:36 jlam Exp $
#
.include "../../textproc/catdoc/Makefile.common"
@@ -13,6 +13,8 @@ CONFIGURE_ARGS+= --enable-wordview
CONFIGURE_ENV+= WISH="${BUILDLINK_PREFIX.tk}/bin/wish"
CONFIGURE_ENV+= enable_wordview=yes
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/wordview ${PREFIX}/bin/wordview
diff --git a/textproc/cawf/Makefile b/textproc/cawf/Makefile
index 2767623f25a..87c4c35cf7f 100644
--- a/textproc/cawf/Makefile
+++ b/textproc/cawf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/12 15:11:18 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:36 jlam Exp $
#
# Possible TODOs:
# - set CH based on manual page section number, and real OS name
@@ -26,6 +26,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
CPPFLAGS+= -DUNIX -DUSG -DSTDLIB -DCAWFLIB="\"${PREFIX}/share/cawf\""
+INSTALLATION_DIRS+= bin man/man1
+
post-extract:
${RM} -f ${WRKSRC}/*.o
diff --git a/textproc/cdif/Makefile b/textproc/cdif/Makefile
index 6a70e8b4c7d..159d47bfda3 100644
--- a/textproc/cdif/Makefile
+++ b/textproc/cdif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:26:49 agc Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:36 jlam Exp $
#
DISTNAME= cdif-1.15
@@ -16,6 +16,7 @@ USE_PERL5= # defined
NO_CONFIGURE= # defined
NO_BUILD= # defined
+INSTALLATION_DIRS= bin
do-extract:
${MKDIR} ${WRKSRC}
diff --git a/textproc/detex/Makefile b/textproc/detex/Makefile
index 013702d15f4..54720301fdd 100644
--- a/textproc/detex/Makefile
+++ b/textproc/detex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/07/21 17:27:29 martti Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/17 03:50:36 jlam Exp $
#
DISTNAME= detex-2.7
@@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.cs.purdue.edu/homes/trinkle/detex/
COMMENT= Remove LaTeX commands
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/detex ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/detex.1l ${PREFIX}/man/man1/detex.1
diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile
index 1866a7ce804..5424d1737b7 100644
--- a/textproc/doclifter/Makefile
+++ b/textproc/doclifter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/04/11 21:47:34 tv Exp $
+# $NetBSD: Makefile,v 1.14 2005/06/17 03:50:36 jlam Exp $
#
DISTNAME= doclifter-2.1
@@ -19,6 +19,8 @@ SUBST_STAGE.bin-path= pre-configure
SUBST_FILES.bin-path= manlifter
SUBST_SED.bin-path= -e 's,@@BIN_PATH@@,${PREFIX}/bin,g'
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/doclifter ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doclifter.1 ${PREFIX}/man/man1
diff --git a/textproc/dtdparse/Makefile b/textproc/dtdparse/Makefile
index fc8ca7d70ea..3c7957f7635 100644
--- a/textproc/dtdparse/Makefile
+++ b/textproc/dtdparse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:34 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:36 jlam Exp $
#
DISTNAME= dtdparse-2.0beta6
@@ -22,6 +22,8 @@ XML_CATALOGS= ${XMLDIR}/catalog
SCRIPTS= dtdflatten dtdformat dtdparse \
tools/contentmodel tools/dtdstats tools/elements
+INSTALLATION_DIRS= bin
+
do-build:
cd ${WRKSRC}; \
${PERL5} -pi -e 's,/usr/local/bin/perl5,${PERL5},' ${SCRIPTS}
diff --git a/textproc/html2text/Makefile b/textproc/html2text/Makefile
index 4cdbee633b0..f210d2c122c 100644
--- a/textproc/html2text/Makefile
+++ b/textproc/html2text/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/05/15 22:02:28 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:36 jlam Exp $
DISTNAME= html2text-1.3.2a
CATEGORIES= textproc
@@ -13,6 +13,7 @@ GCC_REQD= 3.0
HAS_CONFIGURE= yes
CONFIGURE_ENV+= ECHO="${ECHO}"
PKGSRC_USE_TOOLS+= gunzip
+INSTALLATION_DIRS= bin man/man1 man/man5
post-build:
${GUNZIP_CMD} -d ${WRKSRC}/html2text.1.gz ${WRKSRC}/html2textrc.5.gz
diff --git a/textproc/html2wml/Makefile b/textproc/html2wml/Makefile
index 95ff37c0b91..ec8db3afcbe 100644
--- a/textproc/html2wml/Makefile
+++ b/textproc/html2wml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:47:35 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:36 jlam Exp $
DISTNAME= html2wml-0.4.8r2
PKGNAME= html2wml-0.4.8.2
@@ -19,6 +19,8 @@ NO_BUILD= # defined
REPLACE_PERL= ${WRKSRC}/html2wml.cgi
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/html2wml.cgi ${PREFIX}/bin/html2wml
${INSTALL_MAN} ${WRKSRC}/doc/html2wml.man ${PREFIX}/man/man1/html2wml.1
diff --git a/textproc/ispell-british/Makefile b/textproc/ispell-british/Makefile
index 9cebd69747d..8136906faaf 100644
--- a/textproc/ispell-british/Makefile
+++ b/textproc/ispell-british/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/12/03 15:15:11 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:36 jlam Exp $
#
DISTNAME= ispell-3.2.06
@@ -25,6 +25,8 @@ WORDS= /usr/dict/words
WORDS= /usr/share/dict/words
.endif
+INSTALLATION_DIRS= lib
+
do-configure:
cd ${WRKSRC}; \
${SED} -e 's|/usr/local|${PREFIX}|g' <local.h.samp >local.h; \
diff --git a/textproc/ispell-catalan/Makefile b/textproc/ispell-catalan/Makefile
index 9525ca982fa..e9c04cd511e 100644
--- a/textproc/ispell-catalan/Makefile
+++ b/textproc/ispell-catalan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/01/20 12:26:50 agc Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:36 jlam Exp $
#
DISTNAME= ispell-sc-ca
@@ -15,6 +15,8 @@ DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= lib
+
post-extract:
( cd ${WRKSRC} \
&& ${MV} catalan_i.dic catala.dic && \
diff --git a/textproc/ispell-german/Makefile b/textproc/ispell-german/Makefile
index cf3008ba988..071afd46c0e 100644
--- a/textproc/ispell-german/Makefile
+++ b/textproc/ispell-german/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:35 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:36 jlam Exp $
#
DISTNAME= igerman98-20030222
@@ -19,6 +19,8 @@ USE_PERL5= build
REPLACE_PERL= bin/dic2iso.pl bin/grepl bin/sq.pl bin/myspellfixprefix.pl \
bin/clear_affix.pl bin/unsq.pl bin/uniqflag.pl
+INSTALLATION_DIRS= lib
+
do-install:
${INSTALL_DATA} ${WRKSRC}/german.aff ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/german.hash ${PREFIX}/lib
diff --git a/textproc/ispell-polski/Makefile b/textproc/ispell-polski/Makefile
index 53ebeb60797..a4361391b15 100644
--- a/textproc/ispell-polski/Makefile
+++ b/textproc/ispell-polski/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/09/30 13:43:16 adam Exp $
+# $NetBSD: Makefile,v 1.2 2005/06/17 03:50:36 jlam Exp $
#
DISTNAME= ispell-pl-20021127
@@ -12,6 +12,8 @@ COMMENT= Polish dictionary for interactive spelling checker
DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
+INSTALLATION_DIRS= lib
+
do-build:
cd ${WRKSRC} && ${SH} ./zbuduj.slownik.sh
diff --git a/textproc/ispell-romanian/Makefile b/textproc/ispell-romanian/Makefile
index c8b2917e90e..76d564e1963 100644
--- a/textproc/ispell-romanian/Makefile
+++ b/textproc/ispell-romanian/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/12/07 21:14:09 markd Exp $
+# $NetBSD: Makefile,v 1.4 2005/06/17 03:50:36 jlam Exp $
#
DISTNAME= rom-spell
@@ -14,6 +14,8 @@ DEPENDS+= ispell-base>=3.1.20:../../textproc/ispell-base
DIST_SUBDIR= ${PKGNAME_NOREV}
+INSTALLATION_DIRS= lib
+
do-install:
${INSTALL_DATA} ${WRKSRC}/rom.aff ${PREFIX}/lib/romanian.aff
${INSTALL_DATA} ${WRKSRC}/rom.hash ${PREFIX}/lib/romanian.hash
diff --git a/textproc/lua-expat/Makefile b/textproc/lua-expat/Makefile
index 2652a5a7b00..9b58193eb45 100644
--- a/textproc/lua-expat/Makefile
+++ b/textproc/lua-expat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:35 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:37 jlam Exp $
#
DISTNAME= luaexpat-1.0a
@@ -14,6 +14,8 @@ COMMENT= XML parser for LUA based on expat
USE_TOOLS+= gmake
MAKEFILE= makefile
+INSTALLATION_DIRS= lib
+
do-install:
${INSTALL_DATA} ${WRKSRC}/liblxp.so ${PREFIX}/lib/liblualxp.so
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/lua
diff --git a/textproc/makeztxt/Makefile b/textproc/makeztxt/Makefile
index a5b1030dd6f..d3c4776c344 100644
--- a/textproc/makeztxt/Makefile
+++ b/textproc/makeztxt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2004/01/20 12:26:50 agc Exp $
+# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:37 jlam Exp $
#
DISTNAME= ${PKGNAME}b-src
@@ -12,6 +12,8 @@ COMMENT= ASCII text to Palm zTXT database converter
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}b
+INSTALLATION_DIRS= bin
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/makeztxt ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/makeztxt
diff --git a/textproc/par/Makefile b/textproc/par/Makefile
index e614e573dad..72cbeb0f9a7 100644
--- a/textproc/par/Makefile
+++ b/textproc/par/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/03/24 21:13:02 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:37 jlam Exp $
DISTNAME= Par152
PKGNAME= par-1.52
@@ -10,6 +10,7 @@ HOMEPAGE= http://www.nicemice.net/par/
COMMENT= Paragraph reformatter, vaguely similar to fmt, but better
BUILD_TARGET=
+INSTALLATION_DIRS= bin man/man1
do-configure:
(cd ${WRKSRC}; ${CP} protoMakefile Makefile)
diff --git a/textproc/psgml-mode/Makefile b/textproc/psgml-mode/Makefile
index f7fe4516ea8..4ec349565f5 100644
--- a/textproc/psgml-mode/Makefile
+++ b/textproc/psgml-mode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/05/05 05:59:56 hrs Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:37 jlam Exp $
DISTNAME= psgml-1.3.2
PKGNAME= ${DISTNAME:S/-/-mode-/}
@@ -21,6 +21,8 @@ SRCS= psgml-api.el psgml-charent.el psgml-debug.el psgml-dtd.el \
psgml-sysdep.el psgml.el
INFO_FILES= psgml-api.info psgml.info
+INSTALLATION_DIRS+= info
+
do-install:
${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/psgml-mode
cd ${WRKSRC} && ${INSTALL_DATA} *.el *.elc \
diff --git a/textproc/pyDict/Makefile b/textproc/pyDict/Makefile
index b0f9d68fba5..e41c84aa7d6 100644
--- a/textproc/pyDict/Makefile
+++ b/textproc/pyDict/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:42 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/06/17 03:50:37 jlam Exp $
DISTNAME= pyDict-0.2.5.1
PKGREVISION= 4
@@ -16,6 +16,7 @@ NO_CONFIGURE= yes
NO_BUILD= yes
PYTHON_PATCH_SCRIPTS= dict.py
+INSTALLATION_DIRS= bin
post-patch:
${SED} -e 's:/bin/grep:'${GREP}':g' < ${WRKSRC}/dict.py > ${WRKSRC}/dict.py.tmp
diff --git a/textproc/rfcutil/Makefile b/textproc/rfcutil/Makefile
index 70a3bb7fb11..14fed443c95 100644
--- a/textproc/rfcutil/Makefile
+++ b/textproc/rfcutil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/26 02:27:55 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:37 jlam Exp $
#
DISTNAME= rfc-3.2
@@ -21,6 +21,8 @@ NO_BUILD= YES
USE_PERL5= YES
REPLACE_PERL= rfc
+INSTALLATION_DIRS= bin
+
do-extract:
${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/rfc
diff --git a/textproc/rtf-tools/Makefile b/textproc/rtf-tools/Makefile
index 55dd83e24e9..dbb3c62d8dc 100644
--- a/textproc/rtf-tools/Makefile
+++ b/textproc/rtf-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/03/31 01:05:22 reed Exp $
+# $NetBSD: Makefile,v 1.18 2005/06/17 03:50:37 jlam Exp $
#
DISTNAME= RTF-1.10
@@ -14,6 +14,7 @@ COMMENT= RTF to troff/groff/text converter
WRKSRC= ${WRKDIR}/rtf
INSTALL_TARGET= install install.man
+INSTALLATION_DIRS= bin man/manl
post-patch:
for i in `${FIND} ${WRKSRC} -name Makefile -print`; do \
diff --git a/textproc/rtfm/Makefile b/textproc/rtfm/Makefile
index 5f89e0a94bb..8894d1d35d2 100644
--- a/textproc/rtfm/Makefile
+++ b/textproc/rtfm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/03/24 21:13:02 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:37 jlam Exp $
DISTNAME= rtfm-1.0
CATEGORIES= textproc
@@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
MAINTAINER= zuntum@NetBSD.org
COMMENT= NetBSD documentation and GNU Texinfo files search mechanism
+INSTALLATION_DIRS= bin man/man1
+
post-patch:
${SED} "s,@LOCALBASE@,${LOCALBASE},g" ${WRKSRC}/rtfm.c \
> ${WRKSRC}/rtfm.c.done
diff --git a/textproc/ruby-amrita/Makefile b/textproc/ruby-amrita/Makefile
index ebd3460fbd6..21e88108e16 100644
--- a/textproc/ruby-amrita/Makefile
+++ b/textproc/ruby-amrita/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/03/24 21:13:02 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/17 03:50:37 jlam Exp $
DISTNAME= amrita-1.0.2
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
@@ -22,6 +22,8 @@ REPLACE_RUBY= bin/ams bin/amshandler bin/amx
DEPENDS+= ${RUBY_PKGPREFIX}-strscan>=0.6.5:../../devel/ruby-strscan
.endif
+INSTALLATION_DIRS= bin
+
post-patch:
@${FIND} ${WRKSRC} -name '.cvsignore' -exec ${RM} -f {} \;
diff --git a/textproc/ruby-html-parser/Makefile b/textproc/ruby-html-parser/Makefile
index 0d603a6105c..f05b58367ab 100644
--- a/textproc/ruby-html-parser/Makefile
+++ b/textproc/ruby-html-parser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/03/24 21:13:02 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:37 jlam Exp $
DISTNAME= html-parser-${VERSION}
PKGNAME= ${RUBY_PKGPREFIX}-html-parser-${VERSION}
@@ -17,6 +17,7 @@ MODULES= formatter.rb html-parser.rb sgml-parser.rb
VERSION= 19990912p1
do-install:
+ ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR}
.for f in ${MODULES}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}
.endfor
diff --git a/textproc/subtitleripper/Makefile b/textproc/subtitleripper/Makefile
index 53dfd479b7c..f5c55d9ca58 100644
--- a/textproc/subtitleripper/Makefile
+++ b/textproc/subtitleripper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:35 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:37 jlam Exp $
#
DISTNAME= subtitleripper-0.3-1
@@ -15,6 +15,7 @@ DEPENDS+= gocr-[0-9]*:../../textproc/gocr
USE_TOOLS+= gmake
WRKSRC= ${WRKDIR}/subtitleripper
+INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pgm2txt ${PREFIX}/bin
diff --git a/textproc/texi2roff/Makefile b/textproc/texi2roff/Makefile
index 8d2f6bcf8b6..f2262ead34a 100644
--- a/textproc/texi2roff/Makefile
+++ b/textproc/texi2roff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:11 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2005/06/17 03:50:37 jlam Exp $
DISTNAME= texi2roff-2.0
CATEGORIES= textproc
@@ -9,6 +9,7 @@ HOMEPAGE= http://texinfo.org/texi2roff/
COMMENT= Texinfo-to-ROFF direct translator
BUILD_TARGET=
+INSTALLATION_DIRS= bin man/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/texi2roff ${PREFIX}/bin
diff --git a/textproc/troffcvt/Makefile b/textproc/troffcvt/Makefile
index 9389bae892d..f461bddddd5 100644
--- a/textproc/troffcvt/Makefile
+++ b/textproc/troffcvt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/09 18:39:01 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/17 03:50:37 jlam Exp $
#
DISTNAME= troffcvt-1.04
@@ -13,6 +13,7 @@ COMMENT= Troff/groff to RTF/HTML/TEXT converter
USE_PERL5= yes
INSTALL_TARGET= install install.man
+INSTALLATION_DIRS= bin man/man1
post-patch:
for i in `${FIND} ${WRKSRC} -name Makefile -print`; do \
diff --git a/textproc/untex/Makefile b/textproc/untex/Makefile
index 1e7d053ca33..f1bf698a652 100644
--- a/textproc/untex/Makefile
+++ b/textproc/untex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/01/20 12:26:50 agc Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/17 03:50:38 jlam Exp $
#
DISTNAME= untex-1.3
@@ -10,6 +10,8 @@ COMMENT= Remove LaTeX commands
WRKSRC= ${WRKDIR}
+INSTALLATION_DIRS= bin man/man1
+
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/untex ${PREFIX}/bin
${INSTALL_MAN} ${WRKDIR}/untex.man ${PREFIX}/man/man1/untex.1
diff --git a/textproc/writer2latex/Makefile b/textproc/writer2latex/Makefile
index 516b5f5d14b..4a5ebd99389 100644
--- a/textproc/writer2latex/Makefile
+++ b/textproc/writer2latex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:43 tv Exp $
+# $NetBSD: Makefile,v 1.3 2005/06/17 03:50:38 jlam Exp $
#
DISTNAME= ${W2L}beta2
@@ -18,6 +18,8 @@ USE_JAVA= run
W2L= writer2latex04
W2LPATH= ${PREFIX}/share/${W2L}
+INSTALLATION_DIRS= bin
+
do-configure:
.for scr in w2l
${SED} -e 's|^\(java\)|${PKG_JAVA_HOME}/bin/\1|' \