diff options
author | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-16 06:57:37 +0000 |
commit | 087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /converters | |
parent | 383f864b8f8e060b2294382bed67a87ab22eba6a (diff) | |
download | pkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/2vcard/Makefile | 4 | ||||
-rw-r--r-- | converters/ack/Makefile | 4 | ||||
-rw-r--r-- | converters/bbcim/Makefile | 4 | ||||
-rw-r--r-- | converters/bib2xml/Makefile | 4 | ||||
-rw-r--r-- | converters/bibtex2html/Makefile | 4 | ||||
-rw-r--r-- | converters/cbmconvert/Makefile | 3 | ||||
-rw-r--r-- | converters/code2html/Makefile | 4 | ||||
-rw-r--r-- | converters/doc2html/Makefile | 4 | ||||
-rw-r--r-- | converters/dvi2tty/Makefile | 4 | ||||
-rw-r--r-- | converters/enriched2html/Makefile | 4 | ||||
-rw-r--r-- | converters/fondu/Makefile | 4 | ||||
-rw-r--r-- | converters/ja-dvi2tty/Makefile | 4 | ||||
-rw-r--r-- | converters/latex2rtf/Makefile | 4 | ||||
-rw-r--r-- | converters/macfork/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-chkjis/Makefile | 3 | ||||
-rw-r--r-- | converters/rpm2cpio/Makefile | 4 | ||||
-rw-r--r-- | converters/rtf2html/Makefile | 4 | ||||
-rw-r--r-- | converters/ruby-romkan/Makefile | 3 | ||||
-rw-r--r-- | converters/tex2rtf/Makefile | 3 | ||||
-rw-r--r-- | converters/txt2html/Makefile | 4 | ||||
-rw-r--r-- | converters/unix2dos/Makefile | 4 | ||||
-rw-r--r-- | converters/uulib/Makefile | 4 | ||||
-rw-r--r-- | converters/xlreader/Makefile | 4 |
23 files changed, 65 insertions, 23 deletions
diff --git a/converters/2vcard/Makefile b/converters/2vcard/Makefile index 642ee016699..cf550a04814 100644 --- a/converters/2vcard/Makefile +++ b/converters/2vcard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:27:05 grant Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= 2vcard-0.5 @@ -15,6 +15,8 @@ REPLACE_PERL= src/2vcard NO_BUILD= yes +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/src/2vcard ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/2vcard.1 ${PREFIX}/man/man1/ diff --git a/converters/ack/Makefile b/converters/ack/Makefile index e20d09713e6..6c2b6ca0e95 100644 --- a/converters/ack/Makefile +++ b/converters/ack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/03/24 21:12:52 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:43 jlam Exp $ DISTNAME= ack139 PKGNAME= ack-1.39 @@ -10,6 +10,8 @@ COMMENT= Japanese code converter BUILD_TARGET= ack +INSTALLATION_DIRS= bin man/ja_JP.EUC/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ack ${PREFIX}/bin/ack ${INSTALL_DATA} ${WRKSRC}/ack.1 ${PREFIX}/man/ja_JP.EUC/man1/ack.1 diff --git a/converters/bbcim/Makefile b/converters/bbcim/Makefile index 43436c881ff..5335ad2e5ba 100644 --- a/converters/bbcim/Makefile +++ b/converters/bbcim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:10:28 agc Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= bbcim095-5 @@ -13,6 +13,8 @@ COMMENT= File and diskimage conversion utility for BBC Micro software WRKSRC= ${WRKDIR}/bbcim MAN_PAGE= ${FILESDIR}/bbcim.1 +INSTALLATION_DIRS= bin man/man1 + do-build: (cd ${WRKSRC} && ${WRKSRC}/mkbbcim) diff --git a/converters/bib2xml/Makefile b/converters/bib2xml/Makefile index b5a98980ab9..dc758665dbd 100644 --- a/converters/bib2xml/Makefile +++ b/converters/bib2xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:08 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= bib2xml-10062002 @@ -14,6 +14,8 @@ WRKSRC= ${WRKDIR}/bib2xml GNU_CONFIGURE= YES BUILD_DIRS= ${WRKSRC}/progs +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${BUILD_DIRS}/bib2xml ${PREFIX}/bin diff --git a/converters/bibtex2html/Makefile b/converters/bibtex2html/Makefile index 44ceb85c37b..badb8569155 100644 --- a/converters/bibtex2html/Makefile +++ b/converters/bibtex2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:08 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:43 jlam Exp $ DISTNAME= bibtex2html-1.75 CATEGORIES= converters @@ -20,6 +20,8 @@ SUBST_STAGE.paths= pre-configure SUBST_FILES.paths= aux2bib.1 SUBST_SED.paths= -e 's,/usr/share,${PREFIX}/share,g' +INSTALLATION_DIRS= bin man/man1 + post-build: cd ${WRKSRC}; ${MAKE} doc diff --git a/converters/cbmconvert/Makefile b/converters/cbmconvert/Makefile index 348d6ce63a2..8396f6e269f 100644 --- a/converters/cbmconvert/Makefile +++ b/converters/cbmconvert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:08 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:43 jlam Exp $ DISTNAME= cbmconvert-2.0.5 CATEGORIES= converters archivers @@ -9,6 +9,7 @@ COMMENT= Converts files to and from various C64/C128/CBM formats BUILD_TARGET= unix MAKE_FLAGS= CFLAGS="${CFLAGS}" +INSTALLATION_DIRS= bin do-install: .for f in cbmconvert disk2zip zip2disk diff --git a/converters/code2html/Makefile b/converters/code2html/Makefile index 6367f5e1258..36c687fafd4 100644 --- a/converters/code2html/Makefile +++ b/converters/code2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/09/02 12:50:45 seb Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= code2html-0.9.1 @@ -13,6 +13,8 @@ NO_BUILD= # defined REPLACE_PERL= code2html USE_PERL5= run +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/code2html ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/code2html.1 ${PREFIX}/man/man1/ diff --git a/converters/doc2html/Makefile b/converters/doc2html/Makefile index 30dccb85ef7..cecb150feef 100644 --- a/converters/doc2html/Makefile +++ b/converters/doc2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/12/30 17:21:55 cjep Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= doc2html @@ -18,6 +18,8 @@ DEPENDS+= catdoc-[0-9]*:../../textproc/catdoc USE_PERL5= YES +INSTALLATION_DIRS= bin + do-build: .for CVTR in doc2html pdf2html ${SED} -e "s%@@LOCALBASE@@%${LOCALBASE}%g" \ diff --git a/converters/dvi2tty/Makefile b/converters/dvi2tty/Makefile index 4072057f4ef..2527252e552 100644 --- a/converters/dvi2tty/Makefile +++ b/converters/dvi2tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:08 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= dvi2tty @@ -14,6 +14,8 @@ LICENSE= no-commercial-use MAKE_FLAGS+= CFLAGS="${CFLAGS}" +INSTALLATION_DIRS= bin man/man1 + pre-patch: cd ${WRKSRC}; \ for p in dvi2tty.patch dvi2tty-latin1.patch; \ diff --git a/converters/enriched2html/Makefile b/converters/enriched2html/Makefile index 8aa53e914fc..eecb0e895e5 100644 --- a/converters/enriched2html/Makefile +++ b/converters/enriched2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/01/19 09:12:27 agc Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= enriched2html-1.0 @@ -12,6 +12,8 @@ COMMENT= Converts from text/enriched to HTML WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin + do-extract: ${CP} ${DISTDIR}/enriched2html.c ${WRKSRC} diff --git a/converters/fondu/Makefile b/converters/fondu/Makefile index 5d23d2e5811..0a1ff9991b8 100644 --- a/converters/fondu/Makefile +++ b/converters/fondu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/01/18 22:30:24 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= fondu_src-030428 @@ -13,6 +13,8 @@ COMMENT= Utility to convert between Mac fonts and UNIX fonts WRKSRC= ${WRKDIR}/fondu GNU_CONFIGURE= YES +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fondu ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/dfont2res ${PREFIX}/bin diff --git a/converters/ja-dvi2tty/Makefile b/converters/ja-dvi2tty/Makefile index 372e6b4e9df..6a3a1d49d3e 100644 --- a/converters/ja-dvi2tty/Makefile +++ b/converters/ja-dvi2tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:08 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:43 jlam Exp $ DISTNAME= dvi2tty5.0 PKGNAME= ja-dvi2tty-5.0 @@ -23,6 +23,8 @@ LICENSE= no-commercial-use MAKE_FLAGS+= CFLAGS="${CFLAGS} -DDEFPAGER='\"${PREFIX}/bin/jless\"'" +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jdvi2tty ${PREFIX}/bin/jdvi2tty ${INSTALL_PROGRAM} ${WRKSRC}/disdvi ${PREFIX}/bin/jdisdvi diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile index 89464d86988..63fcd56fabf 100644 --- a/converters/latex2rtf/Makefile +++ b/converters/latex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:08 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= latex2rtf-1.8aa @@ -17,6 +17,8 @@ INFO_FILES= latex2rtf.info SUPPORT_FILES= direct.cfg fonts.cfg ignore.cfg english.cfg german.cfg \ spanish.cfg +INSTALLATION_DIRS= bin ${INFO_DIR} man/man1 + post-extract: ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.in ${RM} -f ${WRKSRC}/*.o diff --git a/converters/macfork/Makefile b/converters/macfork/Makefile index 7dc65882add..e007bb6508b 100644 --- a/converters/macfork/Makefile +++ b/converters/macfork/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/22 20:07:44 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:43 jlam Exp $ DISTNAME= macfork-1.0 CATEGORIES= converters @@ -14,6 +14,8 @@ USE_TOOLS+= gmake DOCDIR= ${PREFIX}/share/doc/macfork +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/macfork ${PREFIX}/bin ${INSTALL_DATA_DIR} ${DOCDIR} diff --git a/converters/p5-chkjis/Makefile b/converters/p5-chkjis/Makefile index 3005ec90f0d..14a37ee7e45 100644 --- a/converters/p5-chkjis/Makefile +++ b/converters/p5-chkjis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:09 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= chkjis @@ -25,6 +25,7 @@ NO_CONFIGURE= yes NO_WRAPPER= yes do-install: + ${INSTALL_DATA_DIR} ${PERL5_SITELIB} ${INSTALL_SCRIPT} ${WRKSRC}/chkjis.pl ${PERL5_SITELIB} .include "../../mk/bsd.pkg.mk" diff --git a/converters/rpm2cpio/Makefile b/converters/rpm2cpio/Makefile index a56c0ab3ef8..e1655e9a674 100644 --- a/converters/rpm2cpio/Makefile +++ b/converters/rpm2cpio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:09 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:43 jlam Exp $ DISTNAME= rpm2cpio PKGNAME= rpm2cpio-1.1 @@ -18,6 +18,8 @@ REPLACE_PERL= rpm2cpio EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} . +INSTALLATION_DIRS= bin + # There is nothing to build do-build: diff --git a/converters/rtf2html/Makefile b/converters/rtf2html/Makefile index 6cc654cfdf7..f3094c2fd8c 100644 --- a/converters/rtf2html/Makefile +++ b/converters/rtf2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:09 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= rtf2html @@ -13,6 +13,8 @@ COMMENT= Rich Text to HTML file converter BUILD_TARGET= rtf2html MAKE_FLAGS+= CFLAGS="${CFLAGS}" +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rtf2html ${PREFIX}/bin diff --git a/converters/ruby-romkan/Makefile b/converters/ruby-romkan/Makefile index 6d55286390c..8fc0bac1267 100644 --- a/converters/ruby-romkan/Makefile +++ b/converters/ruby-romkan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:09 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:43 jlam Exp $ DISTNAME= ruby-romkan-0.4 PKGNAME= ${RUBY_PKGPREFIX}-romkan-0.4 @@ -17,6 +17,7 @@ do-build: cd ${WRKSRC}; ${RUBY_RD} romkan.ja.rd > romkan.html.ja do-install: + ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR} ${INSTALL_DATA} ${WRKSRC}/romkan.rb ${RUBY_SITELIBDIR} ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/romkan ${INSTALL_DATA} ${WRKSRC}/romkan.html ${RUBY_DOCDIR}/romkan diff --git a/converters/tex2rtf/Makefile b/converters/tex2rtf/Makefile index 91919714e34..1f7811a4431 100644 --- a/converters/tex2rtf/Makefile +++ b/converters/tex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:45:09 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:43 jlam Exp $ DISTNAME= tex2rtf-2.01-source PKGNAME= tex2rtf-2.01 @@ -14,6 +14,7 @@ COMMENT= LaTex-to-RTF translator WRKSRC= ${WRKDIR}/${DISTNAME}/src MAKEFILE= makefile.unx USE_LANGUAGES= c++ +INSTALLATION_DIRS= bin post-patch: ${CP} ${FILESDIR}/stringmatch.* ${WRKSRC} diff --git a/converters/txt2html/Makefile b/converters/txt2html/Makefile index e9bdd9ff541..9cf0af79044 100644 --- a/converters/txt2html/Makefile +++ b/converters/txt2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:09 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:43 jlam Exp $ DISTNAME= txt2html-1.28 CATEGORIES= converters www @@ -11,6 +11,8 @@ COMMENT= Text to HTML converter NO_BUILD= YES REPLACE_PERL= txt2html.pl +INSTALLATION_DIRS= bin + do-configure: ${SED} -e "s:@PREFIX@:${PREFIX}:g" \ ${WRKSRC}/txt2html.pl > ${WRKSRC}/txt2html diff --git a/converters/unix2dos/Makefile b/converters/unix2dos/Makefile index b4cdee9c991..3fe4320358c 100644 --- a/converters/unix2dos/Makefile +++ b/converters/unix2dos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:09 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/16 06:57:43 jlam Exp $ DISTNAME= unix2dos-1.2 CATEGORIES= converters @@ -11,6 +11,8 @@ COMMENT= Translate ASCII files to/from DOS (cr/lf) and UNIX (lf) WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unix2dos ${PREFIX}/bin/unix2dos ${LN} -f ${PREFIX}/bin/unix2dos ${PREFIX}/bin/dos2unix diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index 2c32f65e8f3..d5d6c626fcb 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/04/11 21:45:10 tv Exp $ +# $NetBSD: Makefile,v 1.33 2005/06/16 06:57:43 jlam Exp $ # DISTNAME= uudeview-0.5.20 @@ -26,6 +26,8 @@ DOCFILES= HISTORY doc/Makefile doc/README doc/binhex.fig \ .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= include lib man/man3 + do-install: ${LIBTOOL} ${INSTALL_DATA} ${WRKSRC}/libuu.la ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/uudeview.h ${PREFIX}/include diff --git a/converters/xlreader/Makefile b/converters/xlreader/Makefile index 1898329df42..2a67f460c48 100644 --- a/converters/xlreader/Makefile +++ b/converters/xlreader/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/10 05:53:48 cjs Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= xlreader-0.9.0 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.giffin.org/xlreader.php COMMENT= Converts the cells in a MS Excel file to text +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xlreader ${PREFIX}/bin |