diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-16 06:57:37 +0000 |
commit | 81edaaa606a86e87c2885489ad72ee9908969aba (patch) | |
tree | 3ccd645970d07eb5e027f9f4978696237c5cd04b /editors | |
parent | 8b982bf812954ec2be8cdc97dbf2d9dd2be7779e (diff) | |
download | pkgsrc-81edaaa606a86e87c2885489ad72ee9908969aba.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/biew/Makefile | 4 | ||||
-rw-r--r-- | editors/easyedit/Makefile | 4 | ||||
-rw-r--r-- | editors/gice/Makefile | 3 | ||||
-rw-r--r-- | editors/manedit/Makefile | 4 | ||||
-rw-r--r-- | editors/mg2a/Makefile | 4 | ||||
-rw-r--r-- | editors/ne/Makefile | 4 | ||||
-rw-r--r-- | editors/nedit/Makefile | 3 | ||||
-rw-r--r-- | editors/ng/Makefile | 4 | ||||
-rw-r--r-- | editors/pico/Makefile | 4 | ||||
-rw-r--r-- | editors/speedbar/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-cs/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-da/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-de/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-en-gb/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-en-us/Makefile | 3 | ||||
-rw-r--r-- | editors/ted-es/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-fr/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-it/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-nl/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-no/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-pl/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-pt/Makefile | 4 | ||||
-rw-r--r-- | editors/ted-sv/Makefile | 4 | ||||
-rw-r--r-- | editors/ve/Makefile | 4 | ||||
-rw-r--r-- | editors/xcoral/Makefile | 4 |
25 files changed, 72 insertions, 25 deletions
diff --git a/editors/biew/Makefile b/editors/biew/Makefile index f5f58939d6b..9bfdf1b4f5a 100644 --- a/editors/biew/Makefile +++ b/editors/biew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/05/22 20:07:55 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:49 jlam Exp $ # DISTNAME= biew562 @@ -17,6 +17,8 @@ USE_TOOLS+= gmake MAKEFILE= makefile WRKSRC= ${WRKDIR}/biew-562 +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/biew ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/biew diff --git a/editors/easyedit/Makefile b/editors/easyedit/Makefile index 78912f3c787..7692046f17b 100644 --- a/editors/easyedit/Makefile +++ b/editors/easyedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/11/25 19:45:52 snj Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:49 jlam Exp $ # DISTNAME= ee-1.4.6.src @@ -13,6 +13,8 @@ COMMENT= Easy to use text editor WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ee ${PREFIX}/bin/easyedit ${INSTALL_MAN} ${WRKSRC}/ee.1 ${PREFIX}/man/man1/easyedit.1 diff --git a/editors/gice/Makefile b/editors/gice/Makefile index da1aaf38592..8f7535b01ec 100644 --- a/editors/gice/Makefile +++ b/editors/gice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/06/01 18:02:45 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/16 06:57:49 jlam Exp $ # DISTNAME= gice-0.6.2 @@ -15,6 +15,7 @@ USE_TOOLS+= gmake GNU_CONFIGURE= YES BUILD_TARGET= gice +INSTALLATION_DIRS= bin .include "../../devel/pkgconfig/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index 6c8eb303a1c..2a33e9b8e47 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:41 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:49 jlam Exp $ # DISTNAME= manedit-0.5.6 @@ -18,6 +18,8 @@ MAKE_ENV+= CPP="${CXX}" # The FreeBSD makefile may be used as "generic UNIX". MAKEFILE= Makefile.FreeBSD +INSTALLATION_DIRS= bin man/man1 man/man7 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/manedit ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/utils/manview.sh ${PREFIX}/bin/manview diff --git a/editors/mg2a/Makefile b/editors/mg2a/Makefile index 747e50bb0c2..2eb8ae95d20 100644 --- a/editors/mg2a/Makefile +++ b/editors/mg2a/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:34:39 grant Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:49 jlam Exp $ DISTNAME= mg2a PKGNAME= mg2a-1.11 @@ -9,6 +9,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= tron@NetBSD.org COMMENT= Small, fast, public domain EMACS style editor +INSTALLATION_DIRS= bin man/man1 + post-extract: cd ${WRKSRC} ; ${CP} sys/bsd/Makefile . diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 1d04fb80d19..8946056914d 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/12/03 15:14:56 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:49 jlam Exp $ DISTNAME= ne-1.31 CATEGORIES= editors @@ -15,6 +15,8 @@ EXTRACT_ONLY= ${DISTNAME}.tar.gz BUILD_TARGET= NetBSD ne +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nenewp ${PREFIX}/bin/ne ${INSTALL_MAN} ${_DISTDIR}/ne.manpage.1 ${PREFIX}/man/man1/ne.1 diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index b961ab10e20..5e621a17d72 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/06/01 18:02:45 jlam Exp $ +# $NetBSD: Makefile,v 1.42 2005/06/16 06:57:49 jlam Exp $ DISTNAME= nedit-${VERS}-src PKGNAME= nedit-${VERS} @@ -17,6 +17,7 @@ VERS= 5.5 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} BUILD_TARGET= netbsd +INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/source/nedit ${PREFIX}/bin diff --git a/editors/ng/Makefile b/editors/ng/Makefile index 88027df14ae..1283a0a19a2 100644 --- a/editors/ng/Makefile +++ b/editors/ng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:41 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/16 06:57:49 jlam Exp $ DISTNAME= ng-1.4.3 CATEGORIES= editors japanese @@ -23,6 +23,8 @@ USE_CANNA= YES BUILD_TARGET= ng MAKEFLAGS+= USE_CANNA=${USE_CANNA} +INSTALLATION_DIRS= bin + post-patch: @(cd ${WRKSRC}; ${LN} -s sys/bsd/Makefile . ) diff --git a/editors/pico/Makefile b/editors/pico/Makefile index b5fbdaa7ef1..d2d3f0f975a 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2005/04/11 21:45:41 tv Exp $ +# $NetBSD: Makefile,v 1.64 2005/06/16 06:57:49 jlam Exp $ # # NOTE: # When updating, it is necessary to change the shlib version, located in @@ -46,6 +46,8 @@ BUILDNAME= neb MAKE_ENV+= _STRIPFLAG_INSTALL= # debug... +INSTALLATION_DIRS= bin lib man/man1 + pre-patch: .if ${OPSYS} == "Interix" ${CP} -f \ diff --git a/editors/speedbar/Makefile b/editors/speedbar/Makefile index 85cbbf7920f..79c6c15cc75 100644 --- a/editors/speedbar/Makefile +++ b/editors/speedbar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/05/22 20:07:57 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:49 jlam Exp $ # DISTNAME= speedbar-0.14beta4 @@ -28,6 +28,8 @@ IMAGES= sb-dir-plus.xpm sb-dir-minus.xpm sb-dir.xpm sb-pg-plus.xpm \ sb-label.xpm sb-ro.xpm sb-doc.xpm sb-info.xpm sb-doc-plus.xpm \ sb-doc-minus.xpm sb-box.xpm sb-box-plus.xpm sb-box-minus.xpm +INSTALLATION_DIRS= info + do-install: ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/speedbar cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \ diff --git a/editors/ted-cs/Makefile b/editors/ted-cs/Makefile index c59a0a21705..ed4729b18d1 100644 --- a/editors/ted-cs/Makefile +++ b/editors/ted-cs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:00 markd Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:49 jlam Exp $ DISTNAME= Ted_cs_CZ PKGNAME= ted-cs-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + do-install: ${INSTALL_DATA} ${WRKSRC}/ind/Czech.ind ${PREFIX}/share/Ted/ind diff --git a/editors/ted-da/Makefile b/editors/ted-da/Makefile index 41e9893c4c1..4e14a21d0c3 100644 --- a/editors/ted-da/Makefile +++ b/editors/ted-da/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:00 markd Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:49 jlam Exp $ DISTNAME= Ted_da_DK PKGNAME= ted-da-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + do-install: ${INSTALL_DATA} ${WRKSRC}/ind/Danish.ind ${PREFIX}/share/Ted/ind diff --git a/editors/ted-de/Makefile b/editors/ted-de/Makefile index 42b8d16d46e..6f4029cd382 100644 --- a/editors/ted-de/Makefile +++ b/editors/ted-de/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:00 markd Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:49 jlam Exp $ DISTNAME= Ted_de_DE PKGNAME= ted-de-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + do-install: ${INSTALL_DATA} ${WRKSRC}/ind/German.ind ${PREFIX}/share/Ted/ind diff --git a/editors/ted-en-gb/Makefile b/editors/ted-en-gb/Makefile index 74332fabbf7..973ee7737a7 100644 --- a/editors/ted-en-gb/Makefile +++ b/editors/ted-en-gb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:00 markd Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:49 jlam Exp $ DISTNAME= Ted_en_GB PKGNAME= ted-en-gb-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + do-install: ${INSTALL_DATA} ${WRKSRC}/ind/UK_English.ind ${PREFIX}/share/Ted/ind diff --git a/editors/ted-en-us/Makefile b/editors/ted-en-us/Makefile index 5a6f5eaf491..3e92ee3715d 100644 --- a/editors/ted-en-us/Makefile +++ b/editors/ted-en-us/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/16 01:15:30 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:49 jlam Exp $ DISTNAME= ted-2.16.src PKGNAME= ted-en-us-2.16 @@ -17,6 +17,7 @@ USE_X11BASE= YES NO_BUILD= YES PKGSRC_USE_TOOLS+= gtar +INSTALLATION_DIRS= share/Ted/ind post-extract: @cd ${WRKSRC} ; ${GTAR} xf tedPackage/TedBindist.tar diff --git a/editors/ted-es/Makefile b/editors/ted-es/Makefile index e6433c950f8..b39cf9bcee4 100644 --- a/editors/ted-es/Makefile +++ b/editors/ted-es/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:00 markd Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:49 jlam Exp $ DISTNAME= Ted_es_ES PKGNAME= ted-es-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + do-install: ${INSTALL_DATA} ${WRKSRC}/ind/Spanish.ind ${PREFIX}/share/Ted/ind diff --git a/editors/ted-fr/Makefile b/editors/ted-fr/Makefile index c85b3006b8e..68f6dd77e0e 100644 --- a/editors/ted-fr/Makefile +++ b/editors/ted-fr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:00 markd Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:49 jlam Exp $ DISTNAME= Ted_fr_FR PKGNAME= ted-fr-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + do-install: ${INSTALL_DATA} ${WRKSRC}/ind/French.ind ${PREFIX}/share/Ted/ind diff --git a/editors/ted-it/Makefile b/editors/ted-it/Makefile index 8cd796f1f75..f2d12ed6978 100644 --- a/editors/ted-it/Makefile +++ b/editors/ted-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:01 markd Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:49 jlam Exp $ DISTNAME= Ted_it_IT PKGNAME= ted-it-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + do-install: ${INSTALL_DATA} ${WRKSRC}/ind/Italian.ind ${PREFIX}/share/Ted/ind diff --git a/editors/ted-nl/Makefile b/editors/ted-nl/Makefile index f124bdb016e..a2fe66e9c70 100644 --- a/editors/ted-nl/Makefile +++ b/editors/ted-nl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:01 markd Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:49 jlam Exp $ DISTNAME= Ted_nl_NL PKGNAME= ted-nl-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + do-install: ${INSTALL_DATA} ${WRKSRC}/ind/Dutch.ind ${PREFIX}/share/Ted/ind diff --git a/editors/ted-no/Makefile b/editors/ted-no/Makefile index a165f3fd2ae..6edee9a03b9 100644 --- a/editors/ted-no/Makefile +++ b/editors/ted-no/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:01 markd Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:50 jlam Exp $ DISTNAME= Ted_no_NO PKGNAME= ted-no-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + do-install: ${INSTALL_DATA} ${WRKSRC}/ind/Norwegian.ind ${PREFIX}/share/Ted/ind diff --git a/editors/ted-pl/Makefile b/editors/ted-pl/Makefile index c3eb6b0dd71..7ac3e6ebba1 100644 --- a/editors/ted-pl/Makefile +++ b/editors/ted-pl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/05/11 11:50:01 markd Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:50 jlam Exp $ DISTNAME= Ted_pl_PL PKGNAME= ted-pl-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + post-extract: cd ${WRKSRC};tar xvf Ted/ad/Ted_pl_PL.ad.tar diff --git a/editors/ted-pt/Makefile b/editors/ted-pt/Makefile index 70244c78daa..c69389f212c 100644 --- a/editors/ted-pt/Makefile +++ b/editors/ted-pt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:01 markd Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:50 jlam Exp $ DISTNAME= Ted_pt_PT PKGNAME= ted-pt-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + do-install: ${INSTALL_DATA} ${WRKSRC}/ind/Portuguese.ind ${PREFIX}/share/Ted/ind diff --git a/editors/ted-sv/Makefile b/editors/ted-sv/Makefile index 6a510b9bbdb..1cbc1586560 100644 --- a/editors/ted-sv/Makefile +++ b/editors/ted-sv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/11 11:50:01 markd Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:50 jlam Exp $ DISTNAME= Ted_sv_SE PKGNAME= ted-sv-2.16 @@ -18,6 +18,8 @@ USE_X11BASE= YES DIST_SUBDIR= Ted-2.16 NO_BUILD= YES +INSTALLATION_DIRS= share/Ted/ind + do-install: ${INSTALL_DATA} ${WRKSRC}/ind/Swedish.ind ${PREFIX}/share/Ted/ind diff --git a/editors/ve/Makefile b/editors/ve/Makefile index 9c5b49e5e02..65122da6bc7 100644 --- a/editors/ve/Makefile +++ b/editors/ve/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:35:04 grant Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:50 jlam Exp $ DISTNAME= ve-1.0 CATEGORIES= editors @@ -9,6 +9,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= rxg@NetBSD.org COMMENT= NTHU-CS Maple BBS 2.36 BBS-like editor +INSTALLATION_DIRS= bin + post-patch: ${SED} "s,/usr/local,${PREFIX},g" ${WRKSRC}/edit.c > ${WRKSRC}/edit.c.done ${MV} ${WRKSRC}/edit.c.done ${WRKSRC}/edit.c diff --git a/editors/xcoral/Makefile b/editors/xcoral/Makefile index a7b6e4b5f80..b32f5f0808e 100644 --- a/editors/xcoral/Makefile +++ b/editors/xcoral/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/01 18:02:46 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:50 jlam Exp $ DISTNAME= xcoral-3.2 CATEGORIES= editors @@ -18,6 +18,8 @@ LIBFILES= DEPEND README cmd.sc color.sc comments.sc compare-win.sc \ rcs.sc save.sc sun-keydef.sc title.sc top-ten.sc \ utilities.sc version.sc window-utilities.sc xcoralrc.lf +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-install: |