diff options
485 files changed, 1345 insertions, 494 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index a85cbd2e183..4e095779d67 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/05/22 20:07:37 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/06/16 06:57:37 jlam Exp $ DISTNAME= ha0999 PKGNAME= ha-0.999b @@ -17,6 +17,8 @@ MAKEFILE= makefile.nix BUILD_TARGET= ha USE_TOOLS+= gmake +INSTALLATION_DIRS= bin + do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} ha ${PREFIX}/bin diff --git a/archivers/pbzip2/Makefile b/archivers/pbzip2/Makefile index c7f89018b29..8062938f2e4 100644 --- a/archivers/pbzip2/Makefile +++ b/archivers/pbzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/10 00:01:07 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:37 jlam Exp $ # DISTNAME= pbzip2-0.9.2 @@ -14,6 +14,8 @@ PTHREAD_OPTS+= require MAKE_FLAGS+= LDADD=${LIBS:Q}" -lbz2" MAKEFILE= ${FILESDIR}/Makefile +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pbzip2 ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pbzip2 diff --git a/archivers/rar-linux/Makefile b/archivers/rar-linux/Makefile index 5e8dce8b524..a4e265f4a25 100644 --- a/archivers/rar-linux/Makefile +++ b/archivers/rar-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/31 20:48:17 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:37 jlam Exp $ # DISTNAME= rarlinux-3.4.1 @@ -31,6 +31,8 @@ NO_BUILD= YES NO_CONFIGURE= YES CHECK_SHLIBS= NO +INSTALLATION_DIRS= bin lib + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rar_static ${PREFIX}/bin/rar-linux # ${INSTALL_PROGRAM} ${WRKSRC}/unrar ${PREFIX}/bin/unrar-linux diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index 5061f3f817d..576b75cfa3b 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/05/25 22:52:53 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:37 jlam Exp $ DISTNAME= stuffit520.611linux-i386 PKGNAME= stuffit-5.2.0.611 @@ -28,6 +28,8 @@ CHECK_SHLIBS= NO NO_CONFIGURE= yes NO_BUILD= yes +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/man1/* ${PREFIX}/man/man1 diff --git a/archivers/unace22/Makefile b/archivers/unace22/Makefile index 8516046c938..965c449bdd5 100644 --- a/archivers/unace22/Makefile +++ b/archivers/unace22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/10/01 10:37:33 grant Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:37 jlam Exp $ # DISTNAME= linunace22 @@ -33,6 +33,8 @@ NO_BUILD= YES NO_CONFIGURE= YES CHECK_SHLIBS= NO +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin/unace22 diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile index 555cfc92c5b..38c9fc291ab 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/25 22:53:55 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:38 jlam Exp $ DISTNAME= upx-1.25-src PKGNAME= ${DISTNAME:S/-src//} @@ -13,6 +13,8 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake perl +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} \ ${MAKE_PROGRAM} PREFIX=${PREFIX} target=netbsd \ diff --git a/audio/SDL-arts/Makefile b/audio/SDL-arts/Makefile index eed19b30e7b..a7c3846d0af 100644 --- a/audio/SDL-arts/Makefile +++ b/audio/SDL-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/03/27 15:43:32 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:38 jlam Exp $ # .include "../../devel/SDL/Makefile.common" @@ -15,6 +15,7 @@ CONFIGURE_ARGS+= --enable-arts SHLIBTOOL_OVERRIDE= libtool BUILD_DIRS= ${WRKSRC}/src/audio/arts +INSTALLATION_DIRS= lib do-install: cd ${WRKSRC}/src/audio/arts && ${SHLIBTOOL} --mode=install \ diff --git a/audio/SDL-esound/Makefile b/audio/SDL-esound/Makefile index cd0ef4949c4..ea4630121f1 100644 --- a/audio/SDL-esound/Makefile +++ b/audio/SDL-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/03/27 15:43:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:38 jlam Exp $ # .include "../../devel/SDL/Makefile.common" @@ -15,6 +15,7 @@ CONFIGURE_ARGS+= --enable-esd SHLIBTOOL_OVERRIDE= libtool BUILD_DIRS= ${WRKSRC}/src/audio/esd +INSTALLATION_DIRS= lib do-install: cd ${WRKSRC}/src/audio/esd && ${SHLIBTOOL} --mode=install \ diff --git a/audio/SDL-nas/Makefile b/audio/SDL-nas/Makefile index 0d5be30ea91..67d998225f8 100644 --- a/audio/SDL-nas/Makefile +++ b/audio/SDL-nas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/03/27 15:43:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:38 jlam Exp $ # .include "../../devel/SDL/Makefile.common" @@ -15,6 +15,7 @@ CONFIGURE_ARGS+= --enable-nas SHLIBTOOL_OVERRIDE= libtool BUILD_DIRS= ${WRKSRC}/src/audio/nas +INSTALLATION_DIRS= lib do-install: cd ${WRKSRC}/src/audio/nas && ${SHLIBTOOL} --mode=install \ diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index c6f622ea36e..ceeaad5b697 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/05/31 21:40:37 rillig Exp $ +# $NetBSD: Makefile,v 1.33 2005/06/16 06:57:38 jlam Exp $ DISTNAME= abcde_2.2.6.orig PKGNAME= ${DISTNAME:S/_/-/:S/.orig//} @@ -23,6 +23,8 @@ EGDIR= ${PREFIX}/share/examples/abcde MESSAGE_SUBST+= EGDIR=${EGDIR} MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} +INSTALLATION_DIRS= bin man/man1 + pre-configure: @cd ${WRKSRC} && for f in abcde; do \ ${SED} "s,@PKG_SYSCONFDIR@,${PKG_SYSCONFDIR}," \ diff --git a/audio/applerecords/Makefile b/audio/applerecords/Makefile index be22cec66aa..1ddcff8ff8b 100644 --- a/audio/applerecords/Makefile +++ b/audio/applerecords/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/05/25 22:55:20 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:38 jlam Exp $ # DISTNAME= applerecords-0.5 @@ -14,6 +14,8 @@ NO_BUILD= yes WRKSRC= ${WRKDIR} USE_JAVA= run +INSTALLATION_DIRS= bin + do-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}.jar ${WRKSRC} ${SED} -e 's|@SH@|${SH}|g' -e 's|@PREFIX@|${PREFIX}|g' ${FILESDIR}/applerecords > ${WRKSRC}/applerecords diff --git a/audio/cd-discid/Makefile b/audio/cd-discid/Makefile index c782ba928cc..79e7e7a51bd 100644 --- a/audio/cd-discid/Makefile +++ b/audio/cd-discid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/05/30 02:19:16 snj Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:38 jlam Exp $ DISTNAME= cd-discid_0.9.orig PKGNAME= cd-discid-0.9 @@ -10,6 +10,8 @@ COMMENT= Read CD to obtain CDDB discid information WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +INSTALLATION_DIRS= bin man/man1 + do-build: cd ${WRKSRC} && ${CC} -O -o cd-discid cd-discid.c diff --git a/audio/cdd/Makefile b/audio/cdd/Makefile index 2edb6afcaea..f028d92f5e0 100644 --- a/audio/cdd/Makefile +++ b/audio/cdd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/05 10:56:44 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:38 jlam Exp $ DISTNAME= cdd-1.0nb3 CATEGORIES= audio @@ -13,6 +13,8 @@ COMMENT= Program for reading CD audio from SCSI/ATAPI CD-ROM drives MAKE_ENV+= "CDDCPPFLAGS=${CDDCPPFLAGS}" .endif +INSTALLATION_DIRS= bin + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/cdd ${PREFIX}/bin @${INSTALL_PROGRAM} ${WRKSRC}/stripzeros ${PREFIX}/bin diff --git a/audio/cmp3/Makefile b/audio/cmp3/Makefile index 8740375b1fe..6a6036e3150 100644 --- a/audio/cmp3/Makefile +++ b/audio/cmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/05/22 20:07:37 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/06/16 06:57:38 jlam Exp $ # DISTNAME= cmp3-2.0pre6 @@ -18,6 +18,8 @@ USE_TOOLS+= gmake INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-H]* +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cmp3 ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/rnmp3 ${PREFIX}/bin diff --git a/audio/dap/Makefile b/audio/dap/Makefile index 5a9683f902d..a80fce4ab3d 100644 --- a/audio/dap/Makefile +++ b/audio/dap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/06/01 18:02:37 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/16 06:57:38 jlam Exp $ DISTNAME= dap-2.1.2 PKGREVISION= 5 @@ -15,6 +15,7 @@ MAKEFILE= Makefile.netbsd MAKE_ENV+= X11PREFIX=${X11PREFIX} USE_LANGUAGES= c c++ +INSTALLATION_DIRS= bin do-install: @${INSTALL_PROGRAM} ${WRKSRC}/main/DAP ${PREFIX}/bin/dap diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index 6a932a76c9a..ca35d2a121f 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/05/22 20:07:37 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:38 jlam Exp $ # DISTNAME= darkice-0.14 @@ -23,6 +23,8 @@ HTMLDIR= ${PREFIX}/share/doc/html/darkice CONF_FILES= ${EGDIR}/darkice.conf.default ${PKG_SYSCONFDIR}/darkice.conf +INSTALLATION_DIRS= bin man/man1 man/man5 + do-install: ${INSTALL_DATA_DIR} ${EGDIR} ${HTMLDIR} ${INSTALL_DATA} ${WRKSRC}/darkice.cfg ${EGDIR}/darkice.conf.default diff --git a/audio/disc-cover/Makefile b/audio/disc-cover/Makefile index f2c50b09741..030faa002f5 100644 --- a/audio/disc-cover/Makefile +++ b/audio/disc-cover/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:44:52 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:38 jlam Exp $ # DISTNAME= disc-cover-1.5.4 @@ -15,6 +15,8 @@ REPLACE_PERL= disc-cover DCTMPL= ${PREFIX}/share/disc-cover/templates +INSTALLATION_DIRS= bin man/man1 + do-build: cd ${WRKSRC} && ${BUILDLINK_PREFIX.perl}/bin/pod2man \ disc-cover > disc-cover.1 diff --git a/audio/distmp3/Makefile b/audio/distmp3/Makefile index ca0392c5568..155732fd1bf 100644 --- a/audio/distmp3/Makefile +++ b/audio/distmp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/25 23:31:02 rillig Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:38 jlam Exp $ # DISTNAME= distmp3-0.1.9 @@ -32,6 +32,8 @@ SUBST_FILES.config= distmp3.conf SUBST_SED.config+= -e 's,^SERVER_PROGRAM,; SERVER_PROGRAM,' SUBST_SED.config+= -e 's,/usr/local,${PREFIX},' +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/distmp3 ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/distmp3host ${PREFIX}/bin diff --git a/audio/festival-doc/Makefile b/audio/festival-doc/Makefile index b73ea95cf2d..8ba68181406 100644 --- a/audio/festival-doc/Makefile +++ b/audio/festival-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/21 23:02:10 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:38 jlam Exp $ DISTNAME= festdoc-1.4.0.1 PKGNAME= festival-doc-1.4.0.1 @@ -17,6 +17,8 @@ DOC= ${PREFIX}/share/doc/festival INFO_FILES= festival.info +INSTALLATION_DIRS= info + post-extract: ${CHMOD} -R a+r ${WRKSRC} ${FIND} ${WRKSRC} -type d -print | ${XARGS} ${CHMOD} 755 diff --git a/audio/festival/Makefile b/audio/festival/Makefile index dc17fb70bfd..7496944def8 100644 --- a/audio/festival/Makefile +++ b/audio/festival/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/06/06 03:08:18 minskim Exp $ +# $NetBSD: Makefile,v 1.42 2005/06/16 06:57:38 jlam Exp $ DISTNAME= festival-1.95-beta PKGNAME= festival-1.95beta @@ -64,6 +64,8 @@ MAKE_ENV+= PKG_EST_HOME="${SPEECHTOOLS}" \ CC="${CC}" \ CXX="${CXX}" +INSTALLATION_DIRS= bin libexec man/man1 + post-patch: @${CP} ${FILESDIR}/top-Makefile ${WRKSRC}/Makefile .if exists(${FILESDIS}/unknown_${OPSYS}.mak) diff --git a/audio/flac2mp3/Makefile b/audio/flac2mp3/Makefile index f3032e176fa..95d861663ac 100644 --- a/audio/flac2mp3/Makefile +++ b/audio/flac2mp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/05/25 23:34:07 rillig Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:38 jlam Exp $ DISTNAME= flac2mp3 PKGNAME= flac2mp3-20041223 @@ -24,6 +24,8 @@ WRKSRC= ${WRKDIR} NO_BUILD= yes +INSTALLATION_DIRS= bin + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/flac2mp3.pl ${PREFIX}/bin/flac2mp3 diff --git a/audio/freepats/Makefile b/audio/freepats/Makefile index a60209db56f..3f4bb0b2b64 100644 --- a/audio/freepats/Makefile +++ b/audio/freepats/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/12/03 14:07:10 ben Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:38 jlam Exp $ # DISTNAME= freepats-20040611 @@ -16,6 +16,8 @@ NO_BUILD= yes MESSAGE_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} +INSTALLATION_DIRS= share + post-patch: ${ECHO} "dir ${PREFIX}/share/freepats" >${WRKSRC}/timidity.cfg ${CAT} ${WRKSRC}/freepats.cfg >>${WRKSRC}/timidity.cfg diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile index df63650fae1..49031c4144b 100644 --- a/audio/gogo/Makefile +++ b/audio/gogo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/05/22 20:07:38 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:38 jlam Exp $ # DISTNAME= gogo239b @@ -30,6 +30,8 @@ MAKE_FLAGS+= ASFLAGS="-f aoutb -D__unix__ -DAOUT ${E3DN}" MAKE_FLAGS+= ASFLAGS="-f elf -D__unix__ ${E3DN}" .endif +INSTALLATION_DIRS= bin + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin @ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gogo diff --git a/audio/gqmpeg-skins/Makefile b/audio/gqmpeg-skins/Makefile index edd0f86c5f0..c2512939c12 100644 --- a/audio/gqmpeg-skins/Makefile +++ b/audio/gqmpeg-skins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/16 01:15:30 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:38 jlam Exp $ DISTNAME= gqmpeg-skins-20030712 PKGREVISION= 3 @@ -86,6 +86,8 @@ NO_BUILD= yes PKGSRC_USE_TOOLS+= gtar +INSTALLATION_DIRS= share/gqmpeg/skins + do-install: for i in ${DISTFILES} ; do \ ${ECHO} unpacking $$i ; \ diff --git a/audio/gtkmserv/Makefile b/audio/gtkmserv/Makefile index 751cccb56a2..14937a587b9 100644 --- a/audio/gtkmserv/Makefile +++ b/audio/gtkmserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:44:53 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:38 jlam Exp $ # DISTNAME= gtkmserv-0.5.2 @@ -13,6 +13,8 @@ COMMENT= Gtk-based GUI client for the audio/mserv package WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= YES +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gtkMserv ${PREFIX}/bin diff --git a/audio/ices-mp3/Makefile b/audio/ices-mp3/Makefile index efa278c69ad..934f623d25e 100644 --- a/audio/ices-mp3/Makefile +++ b/audio/ices-mp3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/06/01 20:07:59 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:39 jlam Exp $ # DISTNAME= ices-${ICES_VERSION} @@ -32,6 +32,8 @@ DOCDIR= ${PREFIX}/share/doc/${PKGBASE} EGDIR= ${PREFIX}/share/examples/${PKGBASE} MODDIR= ${PREFIX}/share/${PKGBASE} +INSTALLATION_DIRS= bin man/man1 + pre-configure: cd ${WRKSRC} && autoreconf --force diff --git a/audio/libac3/Makefile b/audio/libac3/Makefile index 49d7a75db41..f9a816fabd9 100644 --- a/audio/libac3/Makefile +++ b/audio/libac3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:44:53 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:39 jlam Exp $ # DISTNAME= ac3dec-0.6.1 @@ -12,6 +12,8 @@ COMMENT= AC3 audio (as used on DVDs) decoding library GNU_CONFIGURE= yes +INSTALLATION_DIRS= include lib + do-build: cd ${WRKSRC}/libac3 && ${MAKE} diff --git a/audio/liveice/Makefile b/audio/liveice/Makefile index 0928ab3c428..2cf21dd9d57 100644 --- a/audio/liveice/Makefile +++ b/audio/liveice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:44:54 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:39 jlam Exp $ # DISTNAME= liveice @@ -18,6 +18,8 @@ GNU_CONFIGURE= YES DIST_SUBDIR= liveice-0.20001121 LIBS+= ${LIBOSSAUDIO} +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/liveice ${PREFIX}/bin ( ${ECHO} '#!${LOCALBASE}/bin/wish' ; \ diff --git a/audio/mad123/Makefile b/audio/mad123/Makefile index b0b04feb0b1..cb444639786 100644 --- a/audio/mad123/Makefile +++ b/audio/mad123/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/05/31 16:14:39 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:39 jlam Exp $ # DISTNAME= mad123-0.8.5 @@ -23,6 +23,8 @@ MAKE_FLAGS+= USE_ARTS=yes . include "../../mk/ossaudio.buildlink3.mk" .endif +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mad123 ${PREFIX}/bin/mad123 ${INSTALL_MAN} ${WRKSRC}/mad123.1 ${PREFIX}/man/man1/ diff --git a/audio/madman/Makefile b/audio/madman/Makefile index caea8ac9adb..565d60b6982 100644 --- a/audio/madman/Makefile +++ b/audio/madman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/01 18:02:38 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:39 jlam Exp $ DISTNAME= madman-0.93 PKGREVISION= 2 @@ -13,6 +13,8 @@ BUILD_DEPENDS+= scons>=0.96:../../devel/scons GCC_REQD= 3.0 +INSTALLATION_DIRS= bin + post-extract: ${MV} ${WRKSRC}/httpd/make_webdata ${WRKSRC}/httpd/make_webdata.org ${SED} -e 's,#! /usr/bin/env python,#!${PYTHONBIN},' ${WRKSRC}/httpd/make_webdata.org > ${WRKSRC}/httpd/make_webdata diff --git a/audio/mbrola/Makefile b/audio/mbrola/Makefile index caaca2bfae2..485adcc15b3 100644 --- a/audio/mbrola/Makefile +++ b/audio/mbrola/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/31 22:11:22 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:39 jlam Exp $ DISTNAME= mbr301h PKGNAME= mbrola-301h @@ -24,6 +24,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 DEPENDS+= compat14{,-crypto}>=1.4.3:../../emulators/compat14 .endif +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mbrola-netbsd-i386 ${PREFIX}/bin/mbrola ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mbrola diff --git a/audio/mp32ogg/Makefile b/audio/mp32ogg/Makefile index f16e547376e..fc6df6a074b 100644 --- a/audio/mp32ogg/Makefile +++ b/audio/mp32ogg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/01/03 15:59:12 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:39 jlam Exp $ DISTNAME= mp32ogg-0.11 PKGREVISION= 2 @@ -23,6 +23,8 @@ NO_BUILD= yes REPLACE_PERL= ${WRKSRC}/${DISTNAME} +INSTALLATION_DIRS= bin + do-extract: ${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC} diff --git a/audio/mp3_check/Makefile b/audio/mp3_check/Makefile index 7ab21bf8a26..a69e6b3aae4 100644 --- a/audio/mp3_check/Makefile +++ b/audio/mp3_check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/24 13:54:50 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:39 jlam Exp $ # DISTNAME= mp3_check-1.98 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://mp3check.sourceforge.net/ COMMENT= mp3 file checker +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mp3_check ${PREFIX}/bin diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile index 5e21bb00b41..23ceaa1da39 100644 --- a/audio/mp3check/Makefile +++ b/audio/mp3check/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/31 21:53:26 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:39 jlam Exp $ DISTNAME= mp3check-0.8.0 CATEGORIES= audio @@ -13,6 +13,8 @@ USE_LANGUAGES= c c++ BUILD_TARGET= mp3check +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mp3check ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/mp3check.1 ${PREFIX}/man/man1 diff --git a/audio/mp3to/Makefile b/audio/mp3to/Makefile index 5340e49c8b6..309f04dd7b4 100644 --- a/audio/mp3to/Makefile +++ b/audio/mp3to/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:22:56 grant Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:39 jlam Exp $ DISTNAME= mp3to PKGNAME= ${DISTNAME}-1.0.1 @@ -17,6 +17,8 @@ DEPENDS+= sox>=12.17.1:../sox NO_BUILD= YES +INSTALLATION_DIRS= bin + do-extract: @${MKDIR} ${WRKSRC} @${GZCAT} ${DISTDIR}/${DISTFILES} >${WRKSRC}/${DISTFILES:S/.gz//} diff --git a/audio/musicbox/Makefile b/audio/musicbox/Makefile index 2ceef7dc92d..37c26165fda 100644 --- a/audio/musicbox/Makefile +++ b/audio/musicbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/06/01 18:02:38 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/16 06:57:39 jlam Exp $ DISTNAME= musicbox-1.01p2 CATEGORIES= audio @@ -14,6 +14,8 @@ WRKSRC= ${WRKDIR}/musicbox-1.01 CFLAGS+= -D${OPSYS} MAKE_ENV+= QT1DIR="${QT1DIR}" +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/musicbox ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/musicbox diff --git a/audio/nosefart/Makefile b/audio/nosefart/Makefile index 0763da9633c..4a8c5698536 100644 --- a/audio/nosefart/Makefile +++ b/audio/nosefart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/24 13:46:21 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:39 jlam Exp $ DISTNAME= nosefart-2.3-mls PKGNAME= ${DISTNAME:S/-mls//} @@ -19,6 +19,8 @@ SUBST_MESSAGE.ossaudio= "Fixing audio device." SUBST_FILES.ossaudio= src/linux/main_linux.c SUBST_SED.ossaudio= -e 's|/dev/dsp|${DEVOSSSOUND}|' +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nsfobj/nosefart ${PREFIX}/bin diff --git a/audio/oggasm/Makefile b/audio/oggasm/Makefile index 2fb68da3955..b161f4b5e80 100644 --- a/audio/oggasm/Makefile +++ b/audio/oggasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/01/03 15:59:12 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:39 jlam Exp $ # DISTNAME= oggasm_1.4.0 @@ -21,6 +21,8 @@ REPLACE_PERL= oggasm NO_BUILD= yes +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/oggasm ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/oggasm.1 ${PREFIX}/man/man1 diff --git a/audio/rio/Makefile b/audio/rio/Makefile index cfa8e1b0e13..8db4f23f6bf 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:44:56 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:39 jlam Exp $ # DISTNAME= rio007 @@ -16,6 +16,8 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 WRKSRC= ${WRKDIR}/rio107 MAKEFILE= makefile +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/rio diff --git a/audio/rip/Makefile b/audio/rip/Makefile index a7ba85e349f..ec9b4f6fc77 100644 --- a/audio/rip/Makefile +++ b/audio/rip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:44:56 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:39 jlam Exp $ # DISTNAME= rip-1.07 @@ -19,6 +19,8 @@ REPLACE_PERL= rip DOCFILES= BUGS CHANGELOG COPYING FAQ INSTALLING README DOCDIR= ${PREFIX}/share/doc/rip +INSTALLATION_DIRS= bin + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/rip ${PREFIX}/bin/rip ${INSTALL_DATA_DIR} ${DOCDIR} diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index 4cb3aa42c6c..5c109fae2c0 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/01 18:02:38 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:39 jlam Exp $ # DISTNAME= SpiralLoops-2.0.0 @@ -23,6 +23,8 @@ MAKE_ENV+= CXXFLAGS="${CXXFLAGS}" CXXFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\"" CXXFLAGS+= -DFLTK_1_0_COMPAT +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/SpiralLoops ${PREFIX}/bin diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index dee64f72b49..fd66f40cee7 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/06/01 18:02:38 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:39 jlam Exp $ # DISTNAME= SpiralSynth-2.0.0 @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes MAKE_ENV+= CXXFLAGS="${CXXFLAGS}" CXXFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\"" +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/SpiralSynth ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/spiralsynth diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index 529542aee92..6bbe6edbbfc 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:07:39 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:39 jlam Exp $ # DISTNAME= toolame-02l @@ -17,6 +17,8 @@ TOOLAME_ARCH?= MAKE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" ARCH="${TOOLAME_ARCH}" BUILD_TARGET= toolame +INSTALLATION_DIRS= bin + TOOLAME_HTMLFILES= changes.html default.html psycho.html readme.html vbr.html do-install: ${INSTALL_DATA_DIR} ${LOCALBASE}/share/doc/html/toolame diff --git a/audio/wmusic/Makefile b/audio/wmusic/Makefile index 27b942cf187..984b68e2265 100644 --- a/audio/wmusic/Makefile +++ b/audio/wmusic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/01 18:02:39 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:40 jlam Exp $ DISTNAME= wmusic-1.5.0 PKGREVISION= 1 @@ -12,6 +12,8 @@ COMMENT= WindowMaker dockable remote for XMMS GNU_CONFIGURE= yes USE_TOOLS+= gmake +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/wmusic ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/wmusic diff --git a/audio/xamp/Makefile b/audio/xamp/Makefile index ed0e46b23db..7389251498f 100644 --- a/audio/xamp/Makefile +++ b/audio/xamp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/01 18:02:39 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:40 jlam Exp $ DISTNAME= xamp-0.8-10 PKGNAME= xamp-0.8.10 @@ -28,6 +28,8 @@ MAKE_ENV+= QT1DIR=${QT1DIR:Q} SKIN_DATA= bfamp.tar.gz chrome.tar.gz mmxamp.tar.gz SKIN_DIR= ${PREFIX}/lib/X11/xamp +INSTALLATION_DIRS= bin man/man1 + post-patch: for f in about.cpp aboutData.cpp readmex.h; do \ ${MV} ${WRKSRC}/$$f ${WRKSRC}/$$f.tmp; \ diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile index e542033a23e..7f2772345f5 100644 --- a/audio/xine-arts/Makefile +++ b/audio/xine-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/05/10 00:18:03 reed Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:40 jlam Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -11,6 +11,8 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/audio_out +INSTALLATION_DIRS= lib/xine/plugins/1.0.1 + do-install: cd ${WRKSRC}/src/audio_out && \ ${LIBTOOL} --mode=install ${INSTALL_DATA} \ diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index 11add3117e5..919359ad86f 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/05/10 00:18:03 reed Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:40 jlam Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -11,6 +11,8 @@ DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/audio_out +INSTALLATION_DIRS= lib/xine/plugins/1.0.1 + do-install: cd ${WRKSRC}/src/audio_out && \ ${LIBTOOL} --mode=install ${INSTALL_DATA} \ diff --git a/audio/xmms-meta-csound/Makefile b/audio/xmms-meta-csound/Makefile index 23b5c51042f..b67295392aa 100644 --- a/audio/xmms-meta-csound/Makefile +++ b/audio/xmms-meta-csound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/23 08:47:26 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= xmms-meta-csound-0.3 @@ -17,6 +17,7 @@ DEPENDS+= xmms-meta-input-[0-9]*:../../audio/xmms-meta-input WRKSRC= ${WRKDIR} USE_LANGUAGES= # empty NO_CHECKSUM= yes +INSTALLATION_DIRS= lib/xmms/Input/Mesa do-build: ${SED} "s,XXXPREFIXXXX,${PREFIX},g" \ diff --git a/audio/xmms-meta-input/Makefile b/audio/xmms-meta-input/Makefile index bdfac267ff7..9cb6ef36f51 100644 --- a/audio/xmms-meta-input/Makefile +++ b/audio/xmms-meta-input/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/23 08:49:16 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= xmms-meta-input-0.4 @@ -10,6 +10,8 @@ MAINTAINER= ben@NetBSD.org HOMEPAGE= http://www.corbac.com/page3.html COMMENT= XMMS plugin wrapper for shell scripts +INSTALLATION_DIRS= lib/xmms/Input + do-install: ${INSTALL_DATA} ${WRKSRC}/libmetainput.so ${PREFIX}/lib/xmms/Input ${INSTALL_DATA_DIR} ${PREFIX}/lib/xmms/Input/Meta diff --git a/audio/xmms-meta-timidity/Makefile b/audio/xmms-meta-timidity/Makefile index 5238f2b58a4..710908e32d8 100644 --- a/audio/xmms-meta-timidity/Makefile +++ b/audio/xmms-meta-timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/05/23 08:48:52 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= xmms-meta-timidity-0.2 @@ -17,6 +17,7 @@ DEPENDS+= xmms-meta-input-[0-9]*:../../audio/xmms-meta-input WRKSRC= ${WRKDIR} USE_LANGUAGES= # empty NO_CHECKSUM= yes +INSTALLATION_DIRS= lib/xmms/Input/Meta do-build: ${SED} <${FILESDIR}/timidity.sh >${WRKSRC}/timidity.sh \ diff --git a/audio/xmmsctrl/Makefile b/audio/xmmsctrl/Makefile index a9e3a2ef801..e57a987e35c 100644 --- a/audio/xmmsctrl/Makefile +++ b/audio/xmmsctrl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/22 20:07:40 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= xmmsctrl-1.6 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.docs.uu.se/~adavid/utils/ COMMENT= Small utility to control xmms from the command line USE_TOOLS+= gmake +INSTALLATION_DIRS= bin .include "../../audio/xmms/buildlink3.mk" diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile index c99915bad3d..34114137a09 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/05/22 20:07:40 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= xsidplay-1.6.5.1a @@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --with-qt-dir=${QTDIR} CONFIGURE_ENV+= DISABLE_ESD_TEST=yes CONFIGURE_ENV+= DISABLE_ARTSD_TEST=yes +INSTALLATION_DIRS= bin + do-install: @${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin diff --git a/audio/xwave/Makefile b/audio/xwave/Makefile index efc1fdee699..c0ffd059d1b 100644 --- a/audio/xwave/Makefile +++ b/audio/xwave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:45:00 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= xwave2 @@ -10,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Audio player/recorder/editor for the X Window System USE_IMAKE= YES +INSTALLATION_DIRS= bin lib/X11/app-defaults do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xwave ${PREFIX}/bin diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile index 77ef79f0088..d37dacb75b5 100644 --- a/benchmarks/skampi/Makefile +++ b/benchmarks/skampi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/15 04:29:48 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= skampi4 @@ -22,6 +22,8 @@ USE_PERL5= run REPLACE_PERL= report_generator/dorep4.pl DIST_SUBDIR= ${PKGNAME_NOREV} +INSTALLATION_DIRS= bin + do-build: ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}_userman.ps.gz > \ ${WRKSRC}/${DISTNAME}_userman.ps diff --git a/biology/coalesce/Makefile b/biology/coalesce/Makefile index 984ed61b1cc..85d25fbd57e 100644 --- a/biology/coalesce/Makefile +++ b/biology/coalesce/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:00 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= coalesce1.5b @@ -18,6 +18,8 @@ EXDIR= ${PREFIX}/share/examples/coalesce DOCFILES= coalesce.doc errors.doc readme EXFILES= bestree infile intree outfile parmfile seedfile +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${DOCDIR} ${INSTALL_DATA_DIR} ${EXDIR} diff --git a/biology/fastDNAml/Makefile b/biology/fastDNAml/Makefile index 3ca124a921e..ef7ec12fc43 100644 --- a/biology/fastDNAml/Makefile +++ b/biology/fastDNAml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/05/07 20:55:26 kristerw Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:40 jlam Exp $ DISTNAME= fastDNAml_1.2.2 PKGNAME= fastDNAml-1.2.2 @@ -11,6 +11,8 @@ COMMENT= Program derived from Joseph Felsenstein's version 3.3 DNAML WRKSRC= ${WRKDIR}/${DISTNAME}/source +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fastDNAml ${PREFIX}/bin .for SCRIPT in ae2dnaml bootstrap categories categories_file \ diff --git a/biology/fluctuate/Makefile b/biology/fluctuate/Makefile index 575649ceee1..1769b26eb68 100644 --- a/biology/fluctuate/Makefile +++ b/biology/fluctuate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:00 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= fluctuate1.4.src.doc @@ -18,6 +18,8 @@ EXDIR= ${PREFIX}/share/examples/fluctuate DOCFILES= fluctuate.doc errors.doc EXFILES= bestree infile outfile +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fluctuate ${PREFIX}/bin/ ${INSTALL_DATA_DIR} ${DOCDIR} diff --git a/biology/genesplicer/Makefile b/biology/genesplicer/Makefile index 111b9c69d89..537a0d4527a 100644 --- a/biology/genesplicer/Makefile +++ b/biology/genesplicer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/23 08:56:25 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= GeneSplicer @@ -16,6 +16,7 @@ EXAMPLES= arabidopsis drosophila malaria pyoelii human rice \ training_data_sets/Human MAKEFILE= makefile WRKSRC= ${WRKDIR}/GeneSplicer/sources +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/genesplicer ${PREFIX}/bin diff --git a/biology/glimmer/Makefile b/biology/glimmer/Makefile index 773b35c96f6..2fa2ae41cd4 100644 --- a/biology/glimmer/Makefile +++ b/biology/glimmer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:00 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= glimmer213 @@ -11,6 +11,7 @@ HOMEPAGE= ftp://ftp.tigr.org/pub/software/Glimmer/ COMMENT= System for finding genes in microbial DNA WRKSRC= ${WRKDIR}/glimmer2.13 +INSTALLATION_DIRS= bin do-install: .for PROGRAM in adjust anomaly build-icm check codon-usage compare-lists \ diff --git a/biology/mummer/Makefile b/biology/mummer/Makefile index ee0dd58b935..1d3f67d4bb8 100644 --- a/biology/mummer/Makefile +++ b/biology/mummer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/22 20:07:40 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= MUMmer3.15 @@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME} USE_TOOLS+= gmake MAKE_ENV+= SH="${SH}" +INSTALLATION_DIRS= bin do-install: .for PROGRAM in annotate combineMUMs gaps mgaps mummer repeat-match \ diff --git a/biology/nut/Makefile b/biology/nut/Makefile index 2daf8e5e8b3..e3ac5a37657 100644 --- a/biology/nut/Makefile +++ b/biology/nut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/05/22 20:07:40 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:40 jlam Exp $ DISTNAME= nut-10.18 CATEGORIES= biology @@ -12,6 +12,8 @@ COMMENT= Record what you eat and analyze your meals BUILD_TARGET= nut USE_TOOLS+= gmake +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nut ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/nut diff --git a/biology/pdbalign/Makefile b/biology/pdbalign/Makefile index e91b270d53c..b0c74d6eebb 100644 --- a/biology/pdbalign/Makefile +++ b/biology/pdbalign/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/20 12:08:40 agc Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:40 jlam Exp $ # DISTNAME= pdbalign @@ -11,6 +11,7 @@ HOMEPAGE= #empty COMMENT= Prediction of Protein Secondary Structure and Active Sites WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pdbalign ${PREFIX}/bin diff --git a/biology/phylip/Makefile b/biology/phylip/Makefile index eb9edb42999..93854fd3b55 100644 --- a/biology/phylip/Makefile +++ b/biology/phylip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/01 18:02:40 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:40 jlam Exp $ DISTNAME= phylip-3.61 CATEGORIES= biology @@ -14,6 +14,8 @@ NO_BIN_ON_CDROM= ${RESTRICTED} WRKSRC= ${WRKDIR}/${DISTNAME}/src +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-install: diff --git a/biology/profit/Makefile b/biology/profit/Makefile index c6536b01a52..5a9ec5c0f26 100644 --- a/biology/profit/Makefile +++ b/biology/profit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:01 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= profit @@ -13,6 +13,7 @@ COMMENT= Performs least squares fits of two protein structures DIST_SUBDIR= ${DISTNAME} BUILD_TARGET= ${DISTNAME} WRKSRC= ${WRKDIR}/ProFitV2.2/src +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/profit ${PREFIX}/bin diff --git a/biology/stride/Makefile b/biology/stride/Makefile index 703c6df68a7..03e990d1d22 100644 --- a/biology/stride/Makefile +++ b/biology/stride/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:01 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= stride @@ -11,6 +11,7 @@ HOMEPAGE= http://wolf.bi.umist.ac.uk/unix/stride.html COMMENT= Protein secondary structure assignment from atomic coordinates WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKDIR}/stride ${PREFIX}/bin diff --git a/biology/xylem/Makefile b/biology/xylem/Makefile index 6aba269cab7..8e7bab5d9d6 100644 --- a/biology/xylem/Makefile +++ b/biology/xylem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:01 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= xylem.1.8.7 @@ -12,6 +12,7 @@ HOMEPAGE= http://home.cc.umanitoba.ca/~psgendb/XYLEM.html COMMENT= Tools for manipulation of genetic databases WRKSRC= ${WRKDIR}/xylem/src.c +INSTALLATION_DIRS= bin do-configure: ${CP} ${WRKSRC}/p2c.h.standard ${WRKSRC}/p2c.h diff --git a/cad/boolean/Makefile b/cad/boolean/Makefile index ab9a4dc4443..5125c8fe415 100644 --- a/cad/boolean/Makefile +++ b/cad/boolean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/05/22 20:07:40 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= boolean @@ -19,6 +19,8 @@ BUILD_DEPENDS+= cmake>=1.6.6:../../devel/cmake USE_TOOLS+= gmake +INSTALLATION_DIRS= bin + # the zip archive messes up the case of these files which breaks # cmake. post-patch: diff --git a/cad/eagle/Makefile b/cad/eagle/Makefile index bdb76dffe0c..7802bdfbf7e 100644 --- a/cad/eagle/Makefile +++ b/cad/eagle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/05/30 19:48:54 bouyer Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= eagle-lin-eng-4.14 @@ -28,6 +28,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_BUILD= YES +INSTALLATION_DIRS= bin do-configure: ${SED} -e "s:@@PREFIX@@:${PREFIX}:g" <${FILESDIR}/eagle >${WRKDIR}/eagle diff --git a/cad/fastcap/Makefile b/cad/fastcap/Makefile index f48c84babcd..2b048ea4f38 100644 --- a/cad/fastcap/Makefile +++ b/cad/fastcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/05/22 19:11:12 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= fastcap-2.0-18Sep92 @@ -23,6 +23,8 @@ CONFIGURE_ARGS= 4 GCC_REQD+= 2.95.3 .endif +INSTALLATION_DIRS= bin + post-patch: ${CHMOD} 755 ${WRKSRC}/config diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile index 76b0b385b11..a12570fbb67 100644 --- a/cad/gnucap/Makefile +++ b/cad/gnucap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/22 20:07:41 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= gnucap-0.34 @@ -16,6 +16,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gmake USE_GNU_READLINE= YES +INSTALLATION_DIRS= bin do-build: @cd ${WRKSRC}/modelgen && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} pkgsrc diff --git a/cad/mpac/Makefile b/cad/mpac/Makefile index ba479d41677..6b169892c3f 100644 --- a/cad/mpac/Makefile +++ b/cad/mpac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/03/12 00:02:38 minskim Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= mpac-0.2.2 @@ -11,6 +11,8 @@ COMMENT= Microstrip Patch Antenna Calculator DEPENDS+= tk>=8.1:../../x11/tk +INSTALLATION_DIRS= bin + do-build: ${SED} 's;patch.gif;${PREFIX}/share/mpac/patch.gif;g' ${WRKSRC}/mpac.tcl > ${WRKSRC}/mpac diff --git a/cad/ntesla/Makefile b/cad/ntesla/Makefile index 110cec2043a..50e8501c288 100644 --- a/cad/ntesla/Makefile +++ b/cad/ntesla/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 16:32:12 martti Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= ntesla-1.7 @@ -9,6 +9,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.nic.funet.fi/pub/sci/electrical/tesla/ COMMENT= Tesla coil design program +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ntesla ${PREFIX}/bin diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile index 6a604435d8e..a7ba5aa39c4 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/06/01 18:02:40 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/16 06:57:41 jlam Exp $ DISTNAME= qcad-1.5.4-src PKGNAME= qcad-1.5.4 @@ -13,6 +13,7 @@ COMMENT= 2D CAD System WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH} MAKE_ENV+= QTDIR=${BUILDLINK_PREFIX.qt3} +INSTALLATION_DIRS= bin do-configure: for f in rappwin.cpp relement.cpp rfonts.cpp rprgdef.h; do \ diff --git a/cad/simian/Makefile b/cad/simian/Makefile index 4f238cbc247..e7a627cd8eb 100644 --- a/cad/simian/Makefile +++ b/cad/simian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:02 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= simian_12_98 @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/Simian/src BUILD_TARGET= simian INTERACTIVE_STAGE= fetch +INSTALLATION_DIRS= bin _FETCH_MESSAGE= \ ${ECHO} '======================================================='; \ diff --git a/cad/spice/Makefile b/cad/spice/Makefile index a72df8adb3d..592782d752d 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/06/01 18:02:40 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2005/06/16 06:57:41 jlam Exp $ DISTNAME= sp3f4.kit PKGNAME= spice-3f5.1 @@ -24,6 +24,8 @@ WRKSRC= ${WRKDIR} #PATCH_SITES= ftp://ilpsoft.eecs.berkeley.edu/pub/SPICE3F5/ #PATCHFILES= grid.patch newcoms.patch spsmp.patch +INSTALLATION_DIRS= bin man/man1 man/man3 man/man5 + post-extract: ${CP} ${FILESDIR}/NetBSD ${WRKSRC}/conf diff --git a/cad/spiceprm/Makefile b/cad/spiceprm/Makefile index 8b615040038..3477c11cf66 100644 --- a/cad/spiceprm/Makefile +++ b/cad/spiceprm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:02 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= spiceprm-0.11 @@ -11,6 +11,7 @@ COMMENT= Spice preprocessor for parameterized subcircuits WRKSRC= ${WRKDIR}/spiceprm NO_BUILD= YES REPLACE_PERL= spiceprm +INSTALLATION_DIRS= bin do-install: ${INSTALL_SCRIPT} ${WRKSRC}/spiceprm ${PREFIX}/bin/spiceprm diff --git a/cad/xchiplogo/Makefile b/cad/xchiplogo/Makefile index c5913404dc0..6eb8150161c 100644 --- a/cad/xchiplogo/Makefile +++ b/cad/xchiplogo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/01 18:02:41 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= xchiplogo @@ -11,6 +11,8 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://www.eleceng.adelaide.edu.au/Personal/moini/chiplogo.html COMMENT= Program for generating pretty logos on VLSI chips +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xchiplogo ${LOCALBASE}/bin/xchiplogo diff --git a/chat/aim/Makefile b/chat/aim/Makefile index f2146ade478..a98496a8d89 100644 --- a/chat/aim/Makefile +++ b/chat/aim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/03 21:31:13 fredb Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:41 jlam Exp $ DISTNAME= aim-1.5.286 CATEGORIES= chat @@ -28,6 +28,8 @@ PLIST_SUBST+= EMULSUBDIR=${EMULSUBDIR} DIST_SUBDIR= . RPMFILES= ${DISTFILES} +INSTALLATION_DIRS= bin + do-install: ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} ${LOCALBASE}/sbin/rpm2pkg -d ${PREFIX} -f ${PLIST_SRC} \ diff --git a/chat/amsn/Makefile b/chat/amsn/Makefile index 7a398ef7ef5..2b29b48f9c0 100644 --- a/chat/amsn/Makefile +++ b/chat/amsn/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:03 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= amsn-0_94 @@ -13,6 +13,7 @@ COMMENT= "Alvaro's MSN messenger client" NO_CONFIGURE= YES NO_BUILD= YES +INSTALLATION_DIRS= bin do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/amsn diff --git a/chat/bitlbee/Makefile b/chat/bitlbee/Makefile index 84cb1a81c59..74963ea691f 100644 --- a/chat/bitlbee/Makefile +++ b/chat/bitlbee/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/05/22 20:07:41 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:41 jlam Exp $ # DISTNAME= bitlbee-0.91 @@ -35,6 +35,8 @@ OWN_DIRS_PERMS= ${STATEDIR} bitlbee nobody 700 PKG_USERS= bitlbee:nobody::Bitlbee\\ user:${VARBASE}/db/bitlbee +INSTALLATION_DIRS= man/man8 sbin + do-install: ${INSTALL_DATA_DIR} ${DATADIR} ${DOCDIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/bitlbee.conf ${EGDIR} diff --git a/chat/bnc/Makefile b/chat/bnc/Makefile index 1aef8ba1138..4053a5a763b 100644 --- a/chat/bnc/Makefile +++ b/chat/bnc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/24 21:12:51 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:41 jlam Exp $ DISTNAME= bnc2.8.6 PKGNAME= ${DISTNAME:S/bnc/&-/} @@ -15,6 +15,8 @@ DEPENDS+= dialog-[0-9]*:../../misc/dialog GNU_CONFIGURE= YES +INSTALLATION_DIRS= bin + post-patch: ${MV} ${WRKSRC}/bncsetup ${WRKSRC}/bncsetup.orig ${SED} -e "s|./mkpasswd|${PREFIX}/bin/bncmkpasswd|g" \ diff --git a/chat/eggdrop/Makefile b/chat/eggdrop/Makefile index 34914aeb93d..edb443ddf76 100644 --- a/chat/eggdrop/Makefile +++ b/chat/eggdrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:45:03 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:42 jlam Exp $ DISTNAME= eggdrop1.6.17 PKGNAME= eggdrop-1.6.17 @@ -28,6 +28,8 @@ PLIST_SUBST+= NOIPV6= EGDIR= ${PREFIX}/share/examples/eggdrop CONF_FILES= ${EGDIR}/eggdrop.conf ${PKG_SYSCONFDIR}/eggdrop.conf +INSTALLATION_DIRS= bin man/man1 + post-patch: cd ${WRKSRC} && ${SED} -e 's,modules/,${PREFIX}/lib/eggdrop/,' \ < eggdrop.conf > eggdrop.conf.dist.new diff --git a/chat/epic4-doc/Makefile b/chat/epic4-doc/Makefile index a0006d2bfec..99d713c9dd0 100644 --- a/chat/epic4-doc/Makefile +++ b/chat/epic4-doc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/04 09:10:50 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= epic4-help-20050315 @@ -23,6 +23,8 @@ DEPENDS+= epic4>=2.0:../../chat/epic4 NO_BUILD= YES +INSTALLATION_DIRS= share/epic/help + do-install: ${CP} -R ${WRKDIR}/help/* ${PREFIX}/share/epic/help ${RM} -r ${PREFIX}/share/epic/help/Makefile diff --git a/chat/goofey/Makefile b/chat/goofey/Makefile index b1ff0855068..04fcaa3d673 100644 --- a/chat/goofey/Makefile +++ b/chat/goofey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/23 09:01:45 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= goofey-3.15 @@ -13,6 +13,8 @@ COMMENT= Text-based client for goofey, a flexible short message system NO_CONFIGURE= yes LDFLAGS.SunOS= -lnsl -lsocket +INSTALLATION_DIRS= bin man/man1 + do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} ${LDFLAGS} -o goofey goofey.c diff --git a/chat/i2cb/Makefile b/chat/i2cb/Makefile index 510769d98a9..c4633f9ec18 100644 --- a/chat/i2cb/Makefile +++ b/chat/i2cb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:04 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= i2cb-6.0_ALPHA @@ -13,6 +13,8 @@ COMMENT= Next generation Internet Citicen's Band chat client WRKSRC= ${WRKDIR}/icb USE_GNU_READLINE= yes +INSTALLATION_DIRS= bin libdata + post-extract: ${RM} -f ${WRKSRC}/src/.depend diff --git a/chat/icbirc/Makefile b/chat/icbirc/Makefile index 39973718088..3a3e0d03af8 100644 --- a/chat/icbirc/Makefile +++ b/chat/icbirc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/23 09:04:56 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:42 jlam Exp $ DISTNAME= icbirc-1.8 CATEGORIES= chat @@ -16,6 +16,8 @@ SRCS= icb.c irc.c icbirc.c CPPFLAGS.Interix+= -Dsocklen_t=int LDFLAGS.SunOS+= -lsocket -lnsl +INSTALLATION_DIRS= bin man/man8 + do-build: .for f in ${SRCS} cd ${WRKSRC} && ${COMPILE.c} ${f} diff --git a/chat/ircu/Makefile b/chat/ircu/Makefile index d5e300c9f6b..a5785adb75c 100644 --- a/chat/ircu/Makefile +++ b/chat/ircu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:04 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= ircu2.10.11.07 @@ -52,6 +52,8 @@ SUBST_SED.paths= -e "s|/usr/local/lib/irc|${PKG_SYSCONFDIR}|g" \ -e "s|@PREFIX@|${PREFIX}|g" SUBST_MESSAGE.paths= "Fixing hardcoded paths." +INSTALLATION_DIRS= man/man8 sbin + post-build: @cd ${WRKSRC}/tools && \ ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} \ diff --git a/chat/iroffer/Makefile b/chat/iroffer/Makefile index 036fec944df..fee92443b02 100644 --- a/chat/iroffer/Makefile +++ b/chat/iroffer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/11/28 16:03:46 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= iroffer1.2b13 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://iroffer.org/ COMMENT= IRC (Internet Relay Chat) DCC OfferBot +INSTALLATION_DIRS= bin + do-configure: cd ${WRKSRC}; ./Configure diff --git a/chat/jabberd/Makefile b/chat/jabberd/Makefile index 9ffdf0a3208..160242265d5 100644 --- a/chat/jabberd/Makefile +++ b/chat/jabberd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/06/02 21:39:53 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= jabber-1.4.2 @@ -54,6 +54,9 @@ OWN_DIRS_PERMS+= ${f} ${JABBERD_USER} ${JABBERD_GROUP} 750 CONF_FILES= ${EGDIR}/jabber.xml ${PKG_SYSCONFDIR}/jabber.xml SUPPORT_FILES= ${EGDIR}/platform-settings \ ${PKG_SYSCONFDIR}/platform-settings + +INSTALLATION_DIRS= sbin + post-extract: @${MV} ${WRKSRC}/jabber.xml ${WRKSRC}/jabber.xml.in diff --git a/chat/mu-conference/Makefile b/chat/mu-conference/Makefile index 1e4ca41e239..a3fde06f871 100644 --- a/chat/mu-conference/Makefile +++ b/chat/mu-conference/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:43 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= mu-conference-0.6.0 @@ -32,6 +32,8 @@ FILES_SUBST+= JABBERD_USER=${JABBERD_USER} EGDIR= ${PREFIX}/share/examples/jabberd CONF_FILES+= ${EGDIR}/muc-jcr.xml ${PKG_SYSCONFDIR}/muc-jcr.xml +INSTALLATION_DIRS= bin + post-extract: @${MV} ${XMLCONFIG} ${XMLCONFIG}.in diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 46df39c61e7..c544742fd12 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/06/01 18:02:41 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/16 06:57:42 jlam Exp $ PSI_VERSION= 0.9.3 DISTNAME= psi-${PSI_VERSION} @@ -36,6 +36,8 @@ LANG_FILES= psi_zh.qm psi_nl.qm psi_sk.qm psi_fr.qm psi_cs.qm \ SITES_${l}= http://psi.affinix.com/?version=${PSI_VERSION}&file= .endfor +INSTALLATION_DIRS= bin + # XXX the psiwidgets.so symlink is somewhat ugly, but without that # uic doesn't find the built plug-in and generates sources without # proper psiwidgets #include's. This should eventually be fixed in diff --git a/chat/tik/Makefile b/chat/tik/Makefile index bba3f36176b..6d0b58f095b 100644 --- a/chat/tik/Makefile +++ b/chat/tik/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/03/12 05:38:38 minskim Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= tik-0.90 @@ -16,6 +16,7 @@ NO_CONFIGURE= # defined NO_BUILD= # defined TIKDIR= ${PREFIX}/libexec/tik +INSTALLATION_DIRS= bin do-install: ${INSTALL_DATA_DIR} ${TIKDIR} diff --git a/comms/dl-ezkit/Makefile b/comms/dl-ezkit/Makefile index 90f3cfecc8a..3a1b741737f 100644 --- a/comms/dl-ezkit/Makefile +++ b/comms/dl-ezkit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:06 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:42 jlam Exp $ DISTNAME= dl-ezkit-0.8.1-bsd PKGNAME= dl-ezkit-0.8.1 @@ -13,6 +13,8 @@ MAKEFILE= Makefile.bsd WRKSRC= ${WRKDIR}/dl-ezkit +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dl ${PREFIX}/bin/ diff --git a/comms/estic/Makefile b/comms/estic/Makefile index a591d135136..1eabd521e45 100644 --- a/comms/estic/Makefile +++ b/comms/estic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/01 18:02:41 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:42 jlam Exp $ DISTNAME= estic-1.61 CATEGORIES= comms @@ -24,6 +24,8 @@ LIB_TARGET= depend lib LIBSRC= ${WRKDIR}/spunk MAKEFILE= make/freebsd-x.mak +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" post-extract: diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 14eb58deebe..ab2740708e0 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2005/05/30 15:04:17 yyamano Exp $ +# $NetBSD: Makefile,v 1.63 2005/06/16 06:57:42 jlam Exp $ DISTNAME= cku211 PKGNAME= kermit-8.0.211 @@ -28,6 +28,8 @@ PLIST_SRC= ${WRKDIR}/PLIST SSLINC= -I${WRKDIR}/.buildlink/include SSLLIB= -L${WRKDIR}/.buildlink/lib ${COMPILER_RPATH_FLAG}${WRKDIR}/.buildlink/lib +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wermit ${PREFIX}/bin/kermit @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} @@ -37,10 +39,12 @@ do-install: case $$OPT in \ catinstall) \ nroff -man ${WRKSRC}/ckuker.nr > ${WRKSRC}/kermit.0; \ + ${INSTALL_MAN_DIR} ${PREFIX}/man/cat1; \ ${INSTALL_MAN} ${WRKSRC}/kermit.0 ${PREFIX}/man/cat1/kermit.0; \ ${ECHO} man/cat1/kermit.0 >>${PLIST_SRC}; \ ;; \ maninstall) \ + ${INSTALL_MAN_DIR} ${PREFIX}/man/man1; \ ${INSTALL_MAN} ${WRKSRC}/ckuker.nr ${PREFIX}/man/man1/kermit.1; \ ${ECHO} man/man1/kermit.1 >>${PLIST_SRC}; \ ;; \ diff --git a/comms/linuxsms/Makefile b/comms/linuxsms/Makefile index fb65562923e..55059edce95 100644 --- a/comms/linuxsms/Makefile +++ b/comms/linuxsms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/31 22:42:12 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= linuxsms-0.65 @@ -14,6 +14,8 @@ NO_BUILD= yes REPLACE_PERL= linuxsms +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/linuxsms ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/linuxsms.1 ${PREFIX}/man/man1 diff --git a/comms/malsync/Makefile b/comms/malsync/Makefile index 34a6dbe0d70..4146c88a9bb 100644 --- a/comms/malsync/Makefile +++ b/comms/malsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/05/22 20:07:43 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/16 06:57:42 jlam Exp $ # DISTNAME= ${PKGNAME_NOREV:S/-/_/}.src @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/malsync USE_TOOLS+= gmake MAKE_ENV+= PILOT_LINK_DIR=${BUILDLINK_PREFIX.pilot-link-libs} CPPFLAGS+= -D__unix__=1 +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/malsync ${PREFIX}/bin diff --git a/comms/pilotmgr/Makefile b/comms/pilotmgr/Makefile index a1cac0ee81e..2882970d7f1 100644 --- a/comms/pilotmgr/Makefile +++ b/comms/pilotmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/06/01 18:02:41 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2005/06/16 06:57:42 jlam Exp $ DISTNAME= pilotmgr-1.107p2 PKGNAME= pilotmgr-1.107.2 @@ -27,6 +27,8 @@ CONFIGURE_SCRIPT= ./Setup PM_PERL_DIR= ${PREFIX}/lib/${DISTNAME:C/-.*$//} PM_DOC_DIR= ${PREFIX}/share/doc/${DISTNAME:C/-.*$//} +INSTALLATION_DIRS= bin + post-extract: @${RM} -f ${WRKSRC}/SyncCM.pm @${CHMOD} +x ${WRKSRC}/Setup diff --git a/comms/plp/Makefile b/comms/plp/Makefile index 107f23daac3..f802f46c6df 100644 --- a/comms/plp/Makefile +++ b/comms/plp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/05/22 20:07:44 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:42 jlam Exp $ DISTNAME= plp_1_8 PKGNAME= plp-1.8 @@ -14,6 +14,8 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake USE_LIBTOOL= # defined +INSTALLATION_DIRS= bin lib + do-install: ${LIBTOOL} --mode=install ${INSTALL_DATA} ${WRKSRC}/utils/libplputils.la ${PREFIX}/lib ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/ncp/ncp ${PREFIX}/bin 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 diff --git a/cross/avr-gdb/Makefile b/cross/avr-gdb/Makefile index 763d97db6de..3dbd248783c 100644 --- a/cross/avr-gdb/Makefile +++ b/cross/avr-gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:07:44 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:44 jlam Exp $ DISTNAME= gdb-5.3 PKGNAME= avr-gdb-5.3 @@ -13,6 +13,8 @@ USE_TOOLS+= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr --program-prefix=avr +INSTALLATION_DIRS= bin + pre-configure: cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo diff --git a/databases/geneweb/Makefile b/databases/geneweb/Makefile index 3cf6094cc49..89fb062d0cf 100644 --- a/databases/geneweb/Makefile +++ b/databases/geneweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/05/29 07:45:32 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= geneweb-4.10 @@ -32,6 +32,8 @@ CONFLICTS+= coreutils-[0-9]* # Installing unstripped binaries until this is fixed INSTALL_PROGRAM = ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} +INSTALLATION_DIRS= bin libexec sbin + pre-configure: if ! ${TEST} -x ${LOCALBASE}/bin/ocamlc.opt; then \ ${ECHO} "No optimized ocaml binaries found"; \ diff --git a/databases/lua-sqlite/Makefile b/databases/lua-sqlite/Makefile index 8a317e4790b..fbeaa3bce96 100644 --- a/databases/lua-sqlite/Makefile +++ b/databases/lua-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:12 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= lsqlite_src @@ -17,6 +17,8 @@ WRKSRC= ${WRKDIR} CFLAGS+= -fPIC LIBS+= -llua -lsqlite -llualib +INSTALLATION_DIRS= lib + do-build: cd ${WRKSRC}; ${CC} -shared ${CFLAGS} ${LDFLAGS} lsqlite.c \ -o libluasqlite.so ${LIBS} diff --git a/databases/mysqlcc/Makefile b/databases/mysqlcc/Makefile index c76bb81d537..94239644a58 100644 --- a/databases/mysqlcc/Makefile +++ b/databases/mysqlcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/01 20:08:00 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= mysqlcc-0.9.4-src @@ -26,6 +26,8 @@ CONFIGURE_ENV+= QMAKESPEC="${QTDIR}/mkspecs/netbsd-g++" MYSQL_VERSIONS_ACCEPTED= 40 41 +INSTALLATION_DIRS= bin + pre-configure: cd ${WRKSRC} && aclocal && autoconf diff --git a/databases/oraedit/Makefile b/databases/oraedit/Makefile index 3b7e06e7b8d..53eb2dbf4cf 100644 --- a/databases/oraedit/Makefile +++ b/databases/oraedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/10/02 09:04:04 jdolecek Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:44 jlam Exp $ DISTNAME= oraedit-0.1.4 CATEGORIES= databases @@ -12,6 +12,7 @@ NO_CONFIGURE= 1 NO_BUILD= 1 PYTHON_PATCH_SCRIPTS= oraedit +INSTALLATION_DIRS= bin do-install: ${INSTALL_SCRIPT} ${WRKSRC}/oraedit ${LOCALBASE}/bin/oraedit diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile index 0720345e9b3..912a3ddb076 100644 --- a/databases/pgaccess/Makefile +++ b/databases/pgaccess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/07/26 06:47:12 recht Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= pgaccess-0.98.8 @@ -21,6 +21,8 @@ PGACCESS_HOME= ${PREFIX}/share/pgaccess HTMLDIR= ${PREFIX}/share/doc/html/pgaccess EGDIR= ${PREFIX}/share/examples/pgaccess +INSTALLATION_DIRS= bin + do-configure: for file in ${WRKSRC}/pgaccess.tcl; do \ ${SED} -e "s|@PGTKSH@|${PGTKSH}|g" \ diff --git a/databases/sqsh/Makefile.common b/databases/sqsh/Makefile.common index 9ff4517711d..0dc949c9a9e 100644 --- a/databases/sqsh/Makefile.common +++ b/databases/sqsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2005/04/11 21:45:16 tv Exp $ +# $NetBSD: Makefile.common,v 1.9 2005/06/16 06:57:44 jlam Exp $ DISTNAME= sqsh-2.1-src CATEGORIES= databases @@ -38,6 +38,8 @@ CONFIGURE_ENV+= SYBASE="${_SYBASE}" CONFIGURE_ENV+= INCDIRS="${BUILDLINK_PREFIX.readline}/include" CONFIGURE_ENV+= LIBDIRS="${BUILDLINK_PREFIX.readline}/lib" +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/sqsh ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/sqsh.1 ${PREFIX}/man/man1/sqsh.1 diff --git a/databases/tcl-fbsql/Makefile b/databases/tcl-fbsql/Makefile index 3f40f13f3e6..483db636524 100644 --- a/databases/tcl-fbsql/Makefile +++ b/databases/tcl-fbsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:16 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/16 06:57:44 jlam Exp $ DISTNAME= fbsql.c PKGNAME= tcl-fbsql-1.06 @@ -14,6 +14,7 @@ COMMENT= Tcl interface to MySQL WRKSRC= ${WRKDIR}/src USE_LIBTOOL= YES DIST_SUBDIR= ${PKGNAME_NOREV} +INSTALLATION_DIRS= lib/tcl do-extract: ${MKDIR} ${WRKSRC} diff --git a/databases/unixodbc-DataManager/Makefile b/databases/unixodbc-DataManager/Makefile index 73c355fe2ba..20df4bac9b3 100644 --- a/databases/unixodbc-DataManager/Makefile +++ b/databases/unixodbc-DataManager/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:02:42 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:44 jlam Exp $ PKGNAME= unixodbc-DataManager-${ODBC_BASE_VERS} PKGREVISION= 4 @@ -28,6 +28,8 @@ _AC_CV_HAVE_QT?= have_qt=yes \ ac_qt_includes=${QTDIR}/include \ ac_qt_libraries=${QTDIR}/lib +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC}/DataManager; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} \ ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET} diff --git a/databases/unixodbc-ODBCConfig/Makefile b/databases/unixodbc-ODBCConfig/Makefile index 8c9fc9ba519..a1169216d1d 100644 --- a/databases/unixodbc-ODBCConfig/Makefile +++ b/databases/unixodbc-ODBCConfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/01 18:02:42 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:44 jlam Exp $ PKGNAME= unixodbc-ODBCConfig-${ODBC_BASE_VERS} PKGREVISION= 4 @@ -28,6 +28,8 @@ _AC_CV_HAVE_QT?= have_qt=yes \ ac_qt_includes=${QTDIR}/include \ ac_qt_libraries=${QTDIR}/lib +INSTALLATION_DIRS= bin + post-patch: fix-driver-installation do-build: diff --git a/databases/xsqlmenu/Makefile b/databases/xsqlmenu/Makefile index ecfb8d76255..7defb2350ba 100644 --- a/databases/xsqlmenu/Makefile +++ b/databases/xsqlmenu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/06/01 18:02:42 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= xsqlmenu-2.10 @@ -13,6 +13,8 @@ COMMENT= X based GUI for MySQL USE_TOOLS+= gmake MAKE_ENV+= MAKE=${MAKE_PROGRAM} +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xsqlmenu ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xsqlmenu diff --git a/databases/yasql/Makefile b/databases/yasql/Makefile index 7792636ee5e..98fd12c7149 100644 --- a/databases/yasql/Makefile +++ b/databases/yasql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:16 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:44 jlam Exp $ DISTNAME= yasql-1.81 CATEGORIES= databases @@ -22,6 +22,8 @@ DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey CONF_FILES+= ${PREFIX}/share/examples/yasql/yasql.conf \ ${PKG_SYSCONFDIR}/yasql.conf +INSTALLATION_DIRS= bin man/man1 + post-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} default diff --git a/databases/zope-mysql/Makefile b/databases/zope-mysql/Makefile index b448aa8a263..a6f4932c71e 100644 --- a/databases/zope-mysql/Makefile +++ b/databases/zope-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/04/11 21:45:16 tv Exp $ +# $NetBSD: Makefile,v 1.23 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= ZMySQLDA-1.1.3-nonbin @@ -22,6 +22,8 @@ ZOPEDIR= ${PREFIX}/lib/zope DAPATH= lib/python/Products/ZMySQLDA PYTHON_VERSIONS_ACCEPTED= 20 # XXX for now +INSTALLATION_DIRS= lib + do-configure: (cd ${WRKDIR}/${DAPATH}; ${RM} -rf Makefile* *.pyc *.orig src Setup) diff --git a/devel/ArX/Makefile b/devel/ArX/Makefile index 603eeb2b263..47c51c4ad16 100644 --- a/devel/ArX/Makefile +++ b/devel/ArX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:16 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= ArX-1.0.20 @@ -27,6 +27,8 @@ IMG_FILES= ArX001.png ArX002.png ArX003.png ArX004.png DOC_FILES= ArX.html ArX.pdf ${IMG_FILES} DOCDIR= ${PREFIX}/share/doc/ArX +INSTALLATION_DIRS= bin + do-build: ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons diff --git a/devel/ArX2/Makefile b/devel/ArX2/Makefile index 4d16614131e..f4680496b83 100644 --- a/devel/ArX2/Makefile +++ b/devel/ArX2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/05/10 07:23:25 recht Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= ArX-2.2.2 @@ -28,6 +28,8 @@ IMG_FILES= ArX001.png ArX002.png ArX003.png ArX004.png DOC_FILES= ArX.html ArX.pdf ${IMG_FILES} DOCDIR= ${PREFIX}/share/doc/ArX +INSTALLATION_DIRS= bin + do-build: ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD}cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile index b3e907c0657..74dfbfbfb9e 100644 --- a/devel/GConf2-ui/Makefile +++ b/devel/GConf2-ui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/03/22 15:55:26 jmmv Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:44 jlam Exp $ # .include "../../devel/GConf2/Makefile.common" @@ -12,6 +12,8 @@ CONFIGURE_ARGS+= --enable-gtk BUILD_DIRS= ${WRKSRC}/gconf BUILD_TARGET= gconfmarshal.h gconfmarshal.c GConfX.h gconf-sanity-check-2 +INSTALLATION_DIRS= libexec + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \ ${PREFIX}/libexec diff --git a/devel/RTFM/Makefile b/devel/RTFM/Makefile index 458fd2f6aa6..ab5f4027ecd 100644 --- a/devel/RTFM/Makefile +++ b/devel/RTFM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/03 23:46:29 cube Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= RTFM-2.0.4 @@ -26,6 +26,8 @@ PLIST_SUBST+= RT_HTML_DIR=${RT_HTML_DIR:C/^${LOCALBASE}\///} \ NO_BUILD= YES NO_CONFIGURE= YES +INSTALLATION_DIRS= lib share + do-install: @${ECHO} "=> Libraries" cd ${WRKSRC}/lib && ${FIND} . -type f ! -name '*.orig' 2>/dev/null | \ diff --git a/devel/acme/Makefile b/devel/acme/Makefile index 2f1efa9b1d4..ce31230f963 100644 --- a/devel/acme/Makefile +++ b/devel/acme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/25 12:11:39 dillo Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= acme085_linux @@ -21,6 +21,8 @@ WRKTOP= ${WRKDIR}/acme085 ACME_LIB= ${PREFIX}/share/acme MAKE_ENV+= ACME_LIB=${ACME_LIB} +INSTALLATION_DIRS= bin + post-extract: cd ${WRKDIR} && unzip -qa ${_DISTDIR}/${LIBDIST} diff --git a/devel/adocman/Makefile b/devel/adocman/Makefile index 1a196e3f050..9ec785a6dc2 100644 --- a/devel/adocman/Makefile +++ b/devel/adocman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/05/31 22:43:53 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:44 jlam Exp $ # DISTNAME= adocman-0.10 @@ -18,6 +18,8 @@ NO_BUILD= YES REPLACE_PERL= adocman xml_export +INSTALLATION_DIRS= bin + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/adocman ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/xml_export ${PREFIX}/bin diff --git a/devel/ald/Makefile b/devel/ald/Makefile index 3ed15b8a054..6a3652f7c48 100644 --- a/devel/ald/Makefile +++ b/devel/ald/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/12/03 15:14:53 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= ald-0.0.19d @@ -15,6 +15,8 @@ ONLY_FOR_PLATFORM= NetBSD-1.5*-i386 NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= YES +INSTALLATION_DIRS= bin man/man8 + #do-build: # cd ${WRKSRC} && ${MAKE_PROGRAM} -f ${MAKEFILE} ${BUILD_TARGET} diff --git a/devel/apache-ant/Makefile b/devel/apache-ant/Makefile index 0f698c54fed..611d162c015 100644 --- a/devel/apache-ant/Makefile +++ b/devel/apache-ant/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:45:17 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:45 jlam Exp $ # # NOTE: if you are depending on ant from another package, please be aware that # the ant team has CHANGED the version numbering scheme. A previous version @@ -25,6 +25,7 @@ USE_JAVA= run USE_JAVA2= yes EXTRACT_CMD_OPTS.zip= -Caq +INSTALLATION_DIRS= bin do-build: ${SED} -e 's,@PREFIX@,${PREFIX},g' \ diff --git a/devel/apache-ant15/Makefile b/devel/apache-ant15/Makefile index 3726eb757c7..8845488e020 100644 --- a/devel/apache-ant15/Makefile +++ b/devel/apache-ant15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:17 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:45 jlam Exp $ # # NOTE: if you are depending on ant from another package, please be aware that # the ant team has CHANGED the version numbering scheme. A previous version @@ -25,6 +25,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_JAVA= run EXTRACT_CMD_OPTS.zip= -Caq +INSTALLATION_DIRS= bin do-build: ${SED} -e 's,@PREFIX@,${PREFIX},g' \ diff --git a/devel/as31/Makefile b/devel/as31/Makefile index f2ec042565f..05f8d74e62d 100644 --- a/devel/as31/Makefile +++ b/devel/as31/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/12/03 15:14:54 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:45 jlam Exp $ DISTNAME= asm.8051 PKGNAME= as31-19900126 @@ -16,6 +16,8 @@ EXTRACT_CMD= ${DECOMPRESS_CMD} ${DOWNLOADED_DISTFILE} | \ MAKEFILE= makefile BUILD_TARGET= as31 man +INSTALLATION_DIRS= bin man/cat1 man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/as31 ${PREFIX}/bin/as31 ${INSTALL_DATA} ${WRKSRC}/as31.man ${PREFIX}/man/man1/as31.1 diff --git a/devel/bmake/Makefile b/devel/bmake/Makefile index 5b0c6d34e21..b1461ee84c3 100644 --- a/devel/bmake/Makefile +++ b/devel/bmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/05/31 20:52:53 sjg Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= bmake-20050530 @@ -17,6 +17,8 @@ makesyspath=${PREFIX}/share/mk:/usr/share/mk:/usr/local/share/mk:/opt/share/mk GNU_CONFIGURE= no CONFIGURE_ARGS+= --with-default-sys-path=${makesyspath} +INSTALLATION_DIRS= bin man/cat1 man/man1 + do-configure: do-build: diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile index 7f6ff5b7501..c1d7dd98fd8 100644 --- a/devel/boaconstructor/Makefile +++ b/devel/boaconstructor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:18 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= boa-constructor-0.2.3.src @@ -20,6 +20,8 @@ BOADIR= ${PREFIX}/share/boa-constructor-0.2.3 SEDSUBST= -e "s|@PYTHONBIN@|${PYTHONBIN}|" SEDSUBST+= -e "s|@PREFIX@|${PREFIX}|" +INSTALLATION_DIRS= bin + do-build: ${SED} ${SEDSUBST} <${FILESDIR}/Boa.sh >${WRKDIR}/Boa diff --git a/devel/buddy/Makefile b/devel/buddy/Makefile index a37a793182a..b68157f58c2 100644 --- a/devel/buddy/Makefile +++ b/devel/buddy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/12/03 15:14:54 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= buddy22 @@ -13,6 +13,8 @@ COMMENT= Library for binary decision diagrams MAKEFILE= makefile BUILD_TARGET= buddy +INSTALLATION_DIRS= include lib + do-install: ${INSTALL_DATA} ${WRKSRC}/src/libbdd.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/src/bdd.h ${WRKSRC}/src/fdd.h \ diff --git a/devel/c4/Makefile b/devel/c4/Makefile index 62fb1d5dcf6..1fae4dfa22f 100644 --- a/devel/c4/Makefile +++ b/devel/c4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/12/03 15:14:54 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= c4 @@ -14,6 +14,8 @@ DEPENDS+= p4-[0-9]*:../../devel/p4 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} BUILD_TARGET= c4 +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/c4 ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/c4.1 ${PREFIX}/man/man1 diff --git a/devel/cbrowser/Makefile b/devel/cbrowser/Makefile index 0c9edf81515..9472f21ec8e 100644 --- a/devel/cbrowser/Makefile +++ b/devel/cbrowser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:18 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= cbrowser-0.6 @@ -15,6 +15,8 @@ DEPENDS+= tk-[0-9]*:../../x11/tk NO_BUILD= # defined +INSTALLATION_DIRS= bin + post-patch: ${MV} ${WRKSRC}/cbrowser ${WRKSRC}/cbrowser.input && \ ${SED} -e 's|@PREFIX@|${PREFIX}|' ${WRKSRC}/cbrowser.input > ${WRKSRC}/cbrowser diff --git a/devel/cfitsio/Makefile b/devel/cfitsio/Makefile index f4d3e4b4505..5a31c88ffab 100644 --- a/devel/cfitsio/Makefile +++ b/devel/cfitsio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/02/28 07:28:29 tron Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:45 jlam Exp $ DISTNAME= cfitsio2500 PKGNAME= cfitsio-2.500 @@ -16,6 +16,8 @@ USE_LIBTOOL= YES BUILD_TARGET= all testprog +INSTALLATION_DIRS= include lib + post-build: cd ${WRKSRC}; \ ./testprog | diff - testprog.out; \ diff --git a/devel/cgdb/Makefile b/devel/cgdb/Makefile index 343bee711dc..2c349cb7912 100644 --- a/devel/cgdb/Makefile +++ b/devel/cgdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/22 20:07:49 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= cgdb-0.4.0 @@ -15,6 +15,8 @@ USE_TOOLS+= gmake USE_NCURSES= # tigetstr() USE_GNU_READLINE= # rl_mark and others +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cgdb ${INSTALL_PROGRAM} ${WRKSRC}/cgdb/src/cgdb ${PREFIX}/bin diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile index 127a28ec62a..2a66c3f600f 100644 --- a/devel/cvs2cl/Makefile +++ b/devel/cvs2cl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:19 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= cvs2cl-2.58 @@ -16,6 +16,8 @@ NO_CONFIGURE= YES NO_BUILD= YES USE_PERL5= # defined +INSTALLATION_DIRS= bin + do-install: ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} \ ${LOCALBASE}/bin/${DISTNAME:C/-.*$//} diff --git a/devel/cvs2html/Makefile b/devel/cvs2html/Makefile index dcb59576d64..f8a19e502ac 100644 --- a/devel/cvs2html/Makefile +++ b/devel/cvs2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:19 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= cvs2html-1.82 @@ -13,6 +13,8 @@ NO_BUILD= YES USE_PERL5= # defined REPLACE_PERL= cvs2html +INSTALLATION_DIRS= bin + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cvs2html ${PREFIX}/bin diff --git a/devel/cvs2p4/Makefile b/devel/cvs2p4/Makefile index e4cdad016d3..25f0e63a015 100644 --- a/devel/cvs2p4/Makefile +++ b/devel/cvs2p4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:30:06 grant Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= cvs2p4-2.3.3 @@ -32,6 +32,8 @@ FILES_SUBST+= P4PORT=${P4PORT:Q} CVS2P4_INLIB= $$Mydir/lib/util\.pl CVS2P4_OUTLIB= ${LIBDIR}/${PKGBASE}-util.pl +INSTALLATION_DIRS= bin ${LIBDIR} + do-configure: for f in ${WRKSRC}/bin/*; do \ ( ${ECHO} \#!${PERL5}; ${CAT} $${f} ) | ${SED} -e '2,5d' \ diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 22a9878bb6a..6b6d767b333 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/05/22 20:07:50 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= cvsgraph-1.5.1 @@ -27,6 +27,8 @@ SUBST_FILES.man= cvsgraph.1 SUBST_SED.man= -e "s|/usr/local/etc|${PKG_SYSCONFDIR}|g" SUBST_MESSAGE.man= "Fixing man page paths." +INSTALLATION_DIRS= bin man/man1 man/man5 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cvsgraph ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/cvsgraph.1 ${PREFIX}/man/man1/ diff --git a/devel/cvsup-bin/Makefile b/devel/cvsup-bin/Makefile index a51fc2105d6..b689b137ab5 100644 --- a/devel/cvsup-bin/Makefile +++ b/devel/cvsup-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/04/23 18:07:06 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:45 jlam Exp $ DISTNAME= cvsup-static-16.1.h PKGNAME= ${DISTNAME:C/static/bin/} @@ -19,6 +19,8 @@ DIST_SUBDIR= cvsup-i386-1.6 CONFLICTS= cvsup-[0-9]* cvsup-gui-[0-9]* +INSTALLATION_DIRS= bin man/man1 man/man5 sbin + do-install: for i in cvpasswd cvsup ; do \ ${INSTALL_PROGRAM} ${WRKSRC}/bin/$$i ${PREFIX}/bin; \ diff --git a/devel/cvsup-gui-bin/Makefile b/devel/cvsup-gui-bin/Makefile index 28804bf6576..102c2314a8f 100644 --- a/devel/cvsup-gui-bin/Makefile +++ b/devel/cvsup-gui-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/04/23 18:07:06 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:45 jlam Exp $ DISTNAME= cvsup-gui-static-16.1.h PKGNAME= ${DISTNAME:C/static/bin/} @@ -20,6 +20,8 @@ DIST_SUBDIR= cvsup-i386-1.6 ONLY_FOR_PLATFORM= NetBSD-1.[5-9]*-i386 NetBSD-[2-9]*-i386 +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/cvsup ${PREFIX}/bin/cvsup-gui diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile index 79eebc4fc8a..0cfd364570b 100644 --- a/devel/cweb/Makefile +++ b/devel/cweb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/02 17:17:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:45 jlam Exp $ # # XXX This package needs to be installed with the same PREFIX as teTeX # @@ -17,6 +17,7 @@ CONFLICTS+= teTeX-bin>=2.0 # Part of teTeX>=2.0 DEPENDS+= teTeX-[0-9]*:../../print/teTeX1 WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin man/man1 post-patch: ${MV} ${WRKSRC}/cweb.1 ${WRKSRC}/cweb.1.dist diff --git a/devel/dmake/Makefile b/devel/dmake/Makefile index 908fc8adefd..de9a6ca0ce2 100644 --- a/devel/dmake/Makefile +++ b/devel/dmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/12/03 15:14:54 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:45 jlam Exp $ # DISTNAME= dmake-v4.1-src-export.all-unknown-all @@ -16,6 +16,8 @@ MAKEFILE= makefile BUILD_TARGET= linux WRKSRC= ${WRKDIR}/dmake +INSTALLATION_DIRS= bin man/man1 + do-configure: cd ${WRKSRC} && ${RM} unix/bsd43/dirent.h && \ ${CP} unix/startup.h unix/startup.h.orig && \ diff --git a/devel/eclipse/Makefile b/devel/eclipse/Makefile index 2ea3807120c..df862913399 100644 --- a/devel/eclipse/Makefile +++ b/devel/eclipse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/01/19 20:44:11 jschauma Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= ${PKGNAME} @@ -35,6 +35,8 @@ BUILD_DEPENDS+= zip>=2.3:../../archivers/zip PAXDIR= ${WRKDIR} +INSTALLATION_DIRS= bin + do-build: cd ${WRKDIR} && ${MAKE_ENV} ${SH} build -os linux -ws motif -arch x86 .else diff --git a/devel/electricfence/Makefile b/devel/electricfence/Makefile index 6651fec9ca7..5813fc4e358 100644 --- a/devel/electricfence/Makefile +++ b/devel/electricfence/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/02/04 13:33:36 grant Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:46 jlam Exp $ DISTNAME= ElectricFence-2.1 PKGREVISION= 1 @@ -17,6 +17,8 @@ CFLAGS+= -g -DPAGE_PROTECTION_VIOLATED_SIGNAL=SIGBUS CFLAGS+= -g .endif +INSTALLATION_DIRS= lib man/man3 + do-install: ${INSTALL_DATA} ${WRKSRC}/libefence.a ${PREFIX}/lib ${INSTALL_MAN} ${WRKSRC}/libefence.3 ${PREFIX}/man/man3 diff --git a/devel/elf/Makefile b/devel/elf/Makefile index 90ae96ff889..1a926ba0972 100644 --- a/devel/elf/Makefile +++ b/devel/elf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/11 21:45:20 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= elf-0.5.3 @@ -16,6 +16,8 @@ GNU_CONFIGURE= YES BUILD_DIRS= ${WRKSRC}/src BUILD_TARGET= elf +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/elf ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/elf.1 ${PREFIX}/man/man1 diff --git a/devel/elfsh/Makefile b/devel/elfsh/Makefile index 0285643c3dd..d8f93fd6f8c 100644 --- a/devel/elfsh/Makefile +++ b/devel/elfsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:20 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:46 jlam Exp $ # VERS= 0.51b3 @@ -24,6 +24,8 @@ SUBST_CLASSES+= elfsh # XXX This package should be converted to use libtool +INSTALLATION_DIRS= bin include lib + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vm/elfsh ${PREFIX}/bin/elfsh ${INSTALL_DATA} ${WRKSRC}/libelfsh/libelfsh.a ${PREFIX}/lib/libelfsh.a diff --git a/devel/fastdep/Makefile b/devel/fastdep/Makefile index 6c34dc2217f..24f8554cb33 100644 --- a/devel/fastdep/Makefile +++ b/devel/fastdep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:50 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= fastdep-0.16 @@ -12,6 +12,8 @@ COMMENT= Dependency generator for C/C++ files GNU_CONFIGURE= YES USE_TOOLS+= gmake +INSTALLATION_DIRS= bin + post-extract: ${RM} -f ${WRKSRC}/*.orig diff --git a/devel/gentle/Makefile b/devel/gentle/Makefile index 21c69cf62df..841f70c1758 100644 --- a/devel/gentle/Makefile +++ b/devel/gentle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:23 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= gentle-97 @@ -10,6 +10,7 @@ HOMEPAGE= http://gentle.compilertools.net/distribution.html COMMENT= Gentle Compiler Construction System USE_LIBTOOL= yes +INSTALLATION_DIRS= bin lib do-build: (cd ${WRKSRC}/gentle ; LIBTOOL=${LOCALBASE}/bin/libtool ./build) diff --git a/devel/gobo-eiffel/Makefile b/devel/gobo-eiffel/Makefile index f418f5f2c3d..a892fc3eb94 100644 --- a/devel/gobo-eiffel/Makefile +++ b/devel/gobo-eiffel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/04/24 22:46:09 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= gobo15 @@ -21,6 +21,8 @@ EXTRACT_CMD= ${LOCALBASE}/bin/unzip -uLa \ GOBO= ${PREFIX}/share/gobo-eiffel +INSTALLATION_DIRS= bin + post-extract: ${RM} -rf ${WRKSRC}/bin diff --git a/devel/guile-slib/Makefile b/devel/guile-slib/Makefile index 3b3432a8f14..343ba36af56 100644 --- a/devel/guile-slib/Makefile +++ b/devel/guile-slib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/05/09 20:30:42 kristerw Exp $ +# $NetBSD: Makefile,v 1.26 2005/06/16 06:57:46 jlam Exp $ DISTNAME= guile-slib-2.4.2 PKGREVISION= 6 @@ -16,6 +16,8 @@ EXTRACT_ONLY= # empty NO_CHECKSUM= yes WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= share/guile + do-build: do-install: diff --git a/devel/guile14-slib/Makefile b/devel/guile14-slib/Makefile index 94bfc39c814..3aab7494605 100644 --- a/devel/guile14-slib/Makefile +++ b/devel/guile14-slib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/09 20:29:26 kristerw Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:46 jlam Exp $ DISTNAME= guile-slib-2.4.2 PKGREVISION= 5 @@ -18,6 +18,8 @@ WRKSRC= ${WRKDIR} PLIST_SUBST+= GUILE14_SUBDIR=${GUILE14_SUBDIR:Q} +INSTALLATION_DIRS= share/guile + do-build: do-install: diff --git a/devel/idiff/Makefile b/devel/idiff/Makefile index 85f66c70306..e23f2e1f644 100644 --- a/devel/idiff/Makefile +++ b/devel/idiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:31:08 grant Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= idiff-1.0 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.darwinsys.com/freeware/ COMMENT= Interactive front-end to diff(1) +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin/idiff diff --git a/devel/ipv6socket_scrub/Makefile b/devel/ipv6socket_scrub/Makefile index 590680794ec..f13804fe703 100644 --- a/devel/ipv6socket_scrub/Makefile +++ b/devel/ipv6socket_scrub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/01/20 12:13:28 agc Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:46 jlam Exp $ # KAME Id: Makefile,v 1.6 1999/11/28 14:36:04 itojun Exp # @@ -23,6 +23,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} INTERACTIVE_STAGE= fetch +INSTALLATION_DIRS= bin man/man1 _FETCH_MESSAGE= \ ${ECHO} '======================================================='; \ diff --git a/devel/its4/Makefile b/devel/its4/Makefile index 1fdd29859ee..8d16085b67a 100644 --- a/devel/its4/Makefile +++ b/devel/its4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:13:28 agc Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= its4-1.1.1 @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/its4 HAS_CONFIGURE= YES CONFIGURE_ARGS+= --prefix=${PREFIX} CONFIGURE_ARGS+= --datadir=${PREFIX}/share/its4 +INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/its4 ${PREFIX}/bin diff --git a/devel/jam/Makefile b/devel/jam/Makefile index 2daf63aeedd..63c519bda4a 100644 --- a/devel/jam/Makefile +++ b/devel/jam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/09/04 13:56:46 schmonz Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= jam-2.5 @@ -19,6 +19,8 @@ WRKSRC= ${WRKDIR} DOCDIR= share/doc/${PKGBASE} HTMLDIR= share/doc/html/${PKGBASE} +INSTALLATION_DIRS= bin + do-install: @for f in jam mkjambase; do \ ${INSTALL_PROGRAM} ${WRKSRC}/bin.*/$${f} ${PREFIX}/bin; \ diff --git a/devel/javadeps/Makefile b/devel/javadeps/Makefile index 558f61a9d10..e930a1530c7 100644 --- a/devel/javadeps/Makefile +++ b/devel/javadeps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:25 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= javadeps-1.1 @@ -13,6 +13,8 @@ COMMENT= Automatic dependency tracking for Java WRKSRC= ${WRKDIR}/JavaDeps-1.1 USE_JAVA= run +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC}; for file in jdeps; do \ ${SED} -e "s|@PREFIX@|${PREFIX}|g" \ diff --git a/devel/jgrasp/Makefile b/devel/jgrasp/Makefile index f234683a0a2..89f20863ff8 100644 --- a/devel/jgrasp/Makefile +++ b/devel/jgrasp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/01 18:02:44 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= jgrasp170 @@ -13,6 +13,7 @@ COMMENT= IDE with support for Software Visualizations WRKSRC= ${WRKDIR}/jgrasp PKG_JVMS_ACCEPTED= sun-jdk13 sun-jdk14 jdk13 jdk14 +INSTALLATION_DIRS= bin do-configure: ${MKDIR} ${WRKSRC}/bin/${LOWER_OPSYS} diff --git a/devel/lcc/Makefile b/devel/lcc/Makefile index fd0bacbb6e9..17c9373af76 100644 --- a/devel/lcc/Makefile +++ b/devel/lcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 16:43:25 martti Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:46 jlam Exp $ DISTNAME= lcc-4.1 CATEGORIES= devel lang @@ -19,6 +19,8 @@ ONLY_FOR_PLATFORM= *-*-i386 BUILDDIR= ${WRKSRC}/src MAKEFILE= makefile +INSTALLATION_DIRS= bin libexec man/man1 + post-extract: ${CP} ${FILESDIR}/x86bsd.md ${WRKSRC}/src/ ${CP} ${FILESDIR}/netbsd.c ${WRKSRC}/etc/ diff --git a/devel/libetm/Makefile b/devel/libetm/Makefile index 4feb5891459..d3799c249e2 100644 --- a/devel/libetm/Makefile +++ b/devel/libetm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:13:28 agc Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= ETM-1.09 @@ -11,6 +11,7 @@ HOMEPAGE= ${MASTER_SITES} COMMENT= Exception and termination manager WRKSRC= ${WRKDIR}/etm +INSTALLATION_DIRS= include lib post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile index 458dc3fae3a..f8d8aa6afe3 100644 --- a/devel/libgetopt/Makefile +++ b/devel/libgetopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/06/12 07:26:18 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= libgetopt-1.4.1 @@ -20,6 +20,8 @@ MAKEFLAGS+= NETBSD_COMPATIBLE=YES CFLAGS+= -DREPLACE_GETOPT .endif +INSTALLATION_DIRS= include lib man/man3 + do-extract: ${MKDIR} ${WRKSRC} ${CP} ${FILESDIR}/getopt_long.? ${WRKSRC} diff --git a/devel/libhfs/Makefile b/devel/libhfs/Makefile index 3574b3270bc..bc7dc312316 100644 --- a/devel/libhfs/Makefile +++ b/devel/libhfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:45:27 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= hfsutils-3.2.6 @@ -19,6 +19,8 @@ USE_LIBTOOL= yes BUILD_TARGET= all_lib +INSTALLATION_DIRS= lib + pre-patch: for f in librsrc/librsrc.h libhfs/libhfs.h; do \ ${MV} ${WRKSRC}/$$f ${WRKSRC}/$$f-prepatch; \ diff --git a/devel/libmemmgr/Makefile b/devel/libmemmgr/Makefile index 87234beea65..07f086984cf 100644 --- a/devel/libmemmgr/Makefile +++ b/devel/libmemmgr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/05 11:11:05 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:46 jlam Exp $ # DISTNAME= MemMgr-1.04 @@ -11,6 +11,7 @@ HOMEPAGE= ${MASTER_SITES} COMMENT= Simple memory manager library WRKSRC= ${WRKDIR}/memmgr-1.04 +INSTALLATION_DIRS= include lib post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak diff --git a/devel/libportlib/Makefile b/devel/libportlib/Makefile index ad4523038c1..7408b1561d3 100644 --- a/devel/libportlib/Makefile +++ b/devel/libportlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:13:28 agc Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= portlib-1.01 @@ -11,6 +11,7 @@ HOMEPAGE= ${MASTER_SITES} COMMENT= Portable file locking and directory reading WRKSRC= ${WRKDIR}/portlib-1.01 +INSTALLATION_DIRS= include lib post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak diff --git a/devel/libts/Makefile b/devel/libts/Makefile index d40e90adaec..5461b4f6f97 100644 --- a/devel/libts/Makefile +++ b/devel/libts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:13:28 agc Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= TS-1.08 @@ -11,6 +11,7 @@ HOMEPAGE= ${MASTER_SITES} COMMENT= Library of simple token-scanning routines WRKSRC= ${WRKDIR}/tokenscan +INSTALLATION_DIRS= include lib post-patch: ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.bak diff --git a/devel/monotone-viz/Makefile b/devel/monotone-viz/Makefile index 404d57e63a1..d5171dfa0c7 100644 --- a/devel/monotone-viz/Makefile +++ b/devel/monotone-viz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/05/31 16:00:58 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= monotone-viz-0.9 @@ -13,6 +13,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= gmake BUILD_TARGET= monotone-viz BUILD_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR} +INSTALLATION_DIRS= bin do-install: ${CP} ${WRKSRC}/monotone-viz ${PREFIX}/bin diff --git a/devel/mph/Makefile b/devel/mph/Makefile index f4443ea4acc..8c75a49fbaa 100644 --- a/devel/mph/Makefile +++ b/devel/mph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/12/24 09:53:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= mph-1.2 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org #HOMEPAGE= none COMMENT= Minimal perfect hashing functionality +INSTALLATION_DIRS= bin share/doc + do-install: for i in emitc mph mphm; do \ ${INSTALL_PROGRAM} ${WRKSRC}/$$i ${PREFIX}/bin; \ diff --git a/devel/netbeans-ide/Makefile b/devel/netbeans-ide/Makefile index 44b54ac9c4b..3ebb9096f66 100644 --- a/devel/netbeans-ide/Makefile +++ b/devel/netbeans-ide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/06/01 18:02:44 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= NetBeansIDE-release351 @@ -20,6 +20,8 @@ WRKSRC= ${WRKDIR}/netbeans SHAREDIR= ${PREFIX}/share/${PKGBASE} DOCDIR= ${PREFIX}/share/doc/html/${PKGBASE} +INSTALLATION_DIRS= bin + pre-install: cd ${WRKSRC}/bin && ${RM} -rf *.exe *.cmd *.com \ runide_exe_defaults unsupported diff --git a/devel/newt/Makefile b/devel/newt/Makefile index a23a4697de3..84b1484f3e2 100644 --- a/devel/newt/Makefile +++ b/devel/newt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/22 20:07:54 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:47 jlam Exp $ DISTNAME= ${PKGNAME_NOREV}-5.src.rpm PKGNAME= newt-0.51.6 @@ -21,6 +21,8 @@ NO_EXPORT_CPP= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +INSTALLATION_DIRS= bin include lib + do-extract: ${LOCALBASE}/sbin/rpm2pkg -d ${WRKDIR} ${DISTDIR}/${DISTNAME} cd ${WRKDIR} ; ${GZCAT} ${WRKSRC}.tar.gz | ${TAR} -xf - diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 2f91f4ad541..aa2199c7794 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 20:08:00 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:47 jlam Exp $ DISTNAME= nspr-4.4.1 PKGREVISION= 1 @@ -31,6 +31,8 @@ SO_SUFFIX= so.1.0 .endif PLIST_SUBST+= SO_SUFFIX=${SO_SUFFIX} +INSTALLATION_DIRS= bin + pre-configure: cd ${WRKSRC}/.. && autoconf diff --git a/devel/ode/Makefile b/devel/ode/Makefile index 76eb039c0d8..9e9fbbddfe7 100644 --- a/devel/ode/Makefile +++ b/devel/ode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:44 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= ode-0.039 @@ -14,6 +14,8 @@ USE_TOOLS+= gmake .include "../../mk/x11.buildlink3.mk" +INSTALLATION_DIRS= lib + do-configure: cd ${WRKSRC} && ${GMAKE} configure do-build: diff --git a/devel/p4-docs/Makefile b/devel/p4-docs/Makefile index b7dc0ff6292..501d2a85a3f 100644 --- a/devel/p4-docs/Makefile +++ b/devel/p4-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/07/19 12:34:50 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= p4-docs @@ -43,6 +43,8 @@ HTMLDIR= share/doc/html/p4 PLIST_SUBST+= DOCDIR=${DOCDIR} PLIST_SUBST+= HTMLDIR=${HTMLDIR} +INSTALLATION_DIRS= man/man1 + do-install: ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/*.1 ${PREFIX}/man/man1 diff --git a/devel/p4/Makefile b/devel/p4/Makefile index 705fdeef089..018a77f9eee 100644 --- a/devel/p4/Makefile +++ b/devel/p4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/01 02:30:57 schmonz Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= p4 @@ -9,6 +9,8 @@ P4BINONLY= # defined .include "../../devel/p4/Makefile.common" +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${PREFIX}/bin diff --git a/devel/p4d/Makefile b/devel/p4d/Makefile index 1bfeeec2357..e0a3fd566a2 100644 --- a/devel/p4d/Makefile +++ b/devel/p4d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/28 02:47:43 reed Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= p4d @@ -30,6 +30,8 @@ RCD_SCRIPTS= p4d P4LOG?= log P4JOURNAL?= journal +INSTALLATION_DIRS= sbin + do-install: ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} ${PREFIX}/sbin diff --git a/devel/p4pr/Makefile b/devel/p4pr/Makefile index 707c104f059..e936a457802 100644 --- a/devel/p4pr/Makefile +++ b/devel/p4pr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:13:29 agc Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= p4pr @@ -18,6 +18,8 @@ NO_BUILD= # defined USE_PERL5= # defined REPLACE_PERL= ${DISTFILES} +INSTALLATION_DIRS= bin + post-extract: ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index 2224961d2cd..77380545108 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/01 05:29:12 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= p4web @@ -9,6 +9,8 @@ P4BINONLY= # defined .include "../../devel/p4/Makefile.common" +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME} \ ${PREFIX}/bin/${DISTNAME} diff --git a/devel/palmpower/Makefile b/devel/palmpower/Makefile index 37616e516a2..b6c585bb016 100644 --- a/devel/palmpower/Makefile +++ b/devel/palmpower/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:36 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= palmpower-1.0.2 @@ -13,6 +13,7 @@ CPPFLAGS+= -Dunix USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +INSTALLATION_DIRS= bin man/man1 post-build: cd ${WRKSRC}/utils && \ diff --git a/devel/pvs/Makefile b/devel/pvs/Makefile index 59121346bcc..7014d84ef64 100644 --- a/devel/pvs/Makefile +++ b/devel/pvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:37 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= pvs-${VERSION} @@ -50,6 +50,8 @@ MAINFILEEXT= solaris MESSAGE_SRC= ${FILESDIR}/MESSAGE .endif +INSTALLATION_DIRS= bin + post-patch: ${SED} -e "s|@PREFIX@|${PREFIX}|" ${WRKSRC}/pvs > \ ${WRKSRC}/pvs.tmp diff --git a/devel/py-idle/Makefile b/devel/py-idle/Makefile index c0638685884..f10b4000f80 100644 --- a/devel/py-idle/Makefile +++ b/devel/py-idle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/01 18:02:45 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:47 jlam Exp $ # PKGNAME= ${PYPKGPREFIX}-idle-0 @@ -31,6 +31,7 @@ PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 20 EXTRACT_ELEMENTS= ${PYSUBDIR}/Tools/idle/* PYTHON_PATCH_SCRIPTS= Tools/idle/idle.py +INSTALLATION_DIRS= bin ${PYSITELIB} do-build: ${PYTHONBIN} ${LOCALBASE}/${PYLIB}/compileall.py ${WRKSRC}/Tools/idle @@ -51,6 +52,7 @@ do-install: EXTRACT_ELEMENTS= ${PYSUBDIR}/Tools/scripts/idle PYTHON_PATCH_SCRIPTS= Tools/scripts/idle NO_BUILD= yes +INSTALLATION_DIRS= bin do-install: ${INSTALL_SCRIPT} ${WRKSRC}/Tools/scripts/idle \ diff --git a/devel/python-mode/Makefile b/devel/python-mode/Makefile index e4649dfe1c4..691776c585e 100644 --- a/devel/python-mode/Makefile +++ b/devel/python-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/12/05 13:40:56 ben Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:47 jlam Exp $ # DISTNAME= python-mode-4.54 @@ -19,6 +19,8 @@ DIST_SUBDIR= python-mode-20041204 .include "../../mk/emacs.mk" +INSTALLATION_DIRS= ${EMACS_LISPPREFIX:S/^${PREFIX}\///} + do-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/python-mode.el ${WRKDIR} diff --git a/devel/ratfor/Makefile b/devel/ratfor/Makefile index f062c85e26c..879029b5828 100644 --- a/devel/ratfor/Makefile +++ b/devel/ratfor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:54 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:47 jlam Exp $ DISTNAME= ratfor77 PKGNAME= ratfor-1.0 @@ -11,6 +11,7 @@ COMMENT= Preprocessor for the Ratfor dialect of Fortran BUILD_TARGET= ratfor77 USE_TOOLS+= gmake +INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ratfor77 ${PREFIX}/bin/ratfor diff --git a/devel/rdp/Makefile b/devel/rdp/Makefile index 436e8989a9b..567f76f4e55 100644 --- a/devel/rdp/Makefile +++ b/devel/rdp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:45:38 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/16 06:57:47 jlam Exp $ DISTNAME= rdp1_5 PKGNAME= rdp-1.5 @@ -16,6 +16,8 @@ MAKEFILE= makefile NO_CONFIGURE= yes USE_LANGUAGES= c c++ +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdp ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rdp diff --git a/devel/rsltc/Makefile b/devel/rsltc/Makefile index 1aae34f0b05..30b903a5bb6 100644 --- a/devel/rsltc/Makefile +++ b/devel/rsltc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/22 20:07:54 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:48 jlam Exp $ # DISTNAME= rsltcsrc @@ -17,6 +17,7 @@ DEPENDS+= gentle>=97:../../devel/gentle MAKEFILE= make_sunos USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/rsl.2.4 +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rsltc ${PREFIX}/bin diff --git a/devel/ruby-activesupport/Makefile b/devel/ruby-activesupport/Makefile index 4ee5ae5135d..22751cccc61 100644 --- a/devel/ruby-activesupport/Makefile +++ b/devel/ruby-activesupport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/04/10 02:47:00 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:48 jlam Exp $ DISTNAME= activesupport-1.0.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -16,6 +16,7 @@ NO_CONFIGURE= yes .include "../../lang/ruby/modules.mk" do-install: + ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR} ${CP} -R ${WRKSRC}/lib/* ${RUBY_SITELIBDIR} ${CHOWN} -R ${LIBOWN}:${LIBGRP} ${RUBY_SITELIBDIR}/active_support* ${FIND} ${RUBY_SITELIBDIR}/active_support -type d -print | \ diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile index 668e6411836..83b62b493b7 100644 --- a/devel/ruby-bsearch/Makefile +++ b/devel/ruby-bsearch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:38 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:48 jlam Exp $ DISTNAME= ruby-bsearch-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-bsearch-${VERSION} @@ -24,6 +24,7 @@ do-build: .endfor do-install: + ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR} ${INSTALL_DATA} ${WRKSRC}/bsearch.rb ${RUBY_SITELIBDIR}/bsearch.rb ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/bsearch .for f in ${DOCS} diff --git a/devel/ruby-optparse/Makefile b/devel/ruby-optparse/Makefile index 8a79d662c8a..21528a88eb2 100644 --- a/devel/ruby-optparse/Makefile +++ b/devel/ruby-optparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/03/24 21:12:53 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:48 jlam Exp $ DISTNAME= optparse-0.12 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -20,7 +20,10 @@ EXAMPLES= cmd-ls.rb cmd.rb getopts.test.en opttest.rb \ rd/jfold.rb EXAMPLES_JA= getopts.test +INSTALLATION_DIRS= man/man3 + do-install: + ${INSTALL_DATA_DIR} ${RUBY_SITELIBDIR} ${INSTALL_DATA} ${WRKSRC}/optparse.rb ${RUBY_SITELIBDIR} ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/optparse .for f in ${DOCS} diff --git a/devel/sablecc/Makefile b/devel/sablecc/Makefile index 189da94baed..4b57a2e6f5e 100644 --- a/devel/sablecc/Makefile +++ b/devel/sablecc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/08/05 13:38:00 drochner Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:48 jlam Exp $ # DISTNAME= sablecc-2.16.2 @@ -13,6 +13,8 @@ COMMENT= Java based Compiler Compiler USE_JAVA= run USE_JAVA2= yes +INSTALLATION_DIRS= bin + do-build: ${SED} -e 's,@PREFIX@,${PREFIX},g' \ -e 's,@JAVA_HOME@,${PKG_JAVA_HOME},g' \ diff --git a/devel/semantic/Makefile b/devel/semantic/Makefile index 8135fbd18ea..622c710e82c 100644 --- a/devel/semantic/Makefile +++ b/devel/semantic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/22 20:07:55 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:48 jlam Exp $ # DISTNAME= semantic-1.4.2 @@ -45,6 +45,8 @@ AUXFILES= semantic-load.el # XXX cd ${WRKSRC}; ${MAKE} -V aux_AUX AUXFILES+= c.bnf make.bnf java.bnf scheme.bnf +INSTALLATION_DIRS= ${INFO_DIR} + do-install: ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/semantic cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \ diff --git a/devel/slib/Makefile b/devel/slib/Makefile index 7f182bdd9cb..ead0972aecd 100644 --- a/devel/slib/Makefile +++ b/devel/slib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/04/24 22:13:40 perry Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:48 jlam Exp $ DISTNAME= slib3a1 # @@ -26,6 +26,8 @@ DOCDIR= ${PREFIX}/share/doc/slib INFO_FILES= slib.info +INSTALLATION_DIRS= ${INFO_DIR} + do-install: ${INSTALL_DATA_DIR} ${SLIBDIR} cd ${WRKSRC}; ${INSTALL_DATA} *.scm *.init ${SLIBDIR} diff --git a/devel/sml-mode/Makefile b/devel/sml-mode/Makefile index cf044cfed29..5e12940bbb6 100644 --- a/devel/sml-mode/Makefile +++ b/devel/sml-mode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/03 15:14:55 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:48 jlam Exp $ DISTNAME= sml-mode-3.9.5 CATEGORIES= devel editors @@ -11,6 +11,8 @@ BUILD_TARGET= default INFO_FILES= sml-mode.info +INSTALLATION_DIRS= info + do-install: ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/sml-mode cd ${WRKSRC} && ${INSTALL_DATA} *.el *.elc README NEWS TODO \ diff --git a/devel/st/Makefile b/devel/st/Makefile index 5be18867d31..1ed27abf17f 100644 --- a/devel/st/Makefile +++ b/devel/st/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:07:55 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:48 jlam Exp $ # DISTNAME= st-1.5.1 @@ -17,6 +17,8 @@ BUILD_TARGET= netbsd-debug HTMLDIR= ${PREFIX}/share/doc/html/st +INSTALLATION_DIRS= bin lib + do-install: ${LIBTOOL} --mode=install ${INSTALL_DATA} \ ${WRKSRC}/libst.la ${PREFIX}/lib diff --git a/devel/stlport/Makefile b/devel/stlport/Makefile index 7ee24153c5c..bc2b6f63254 100644 --- a/devel/stlport/Makefile +++ b/devel/stlport/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/05/22 20:07:55 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/06/16 06:57:48 jlam Exp $ DISTNAME= STLport-4.6 PKGNAME= stlport-4.6 @@ -28,6 +28,8 @@ INCDIR= ${PREFIX}/include/stlport LIBDIR= ${PREFIX}/lib HTMLDIR= ${PREFIX}/share/doc/html/stlport +INSTALLATION_DIRS= include lib + pre-install: cd ${WRKSRC}/stlport && ${RM} -rf BC50 config/new_compiler old_hp ${FIND} ${WRKSRC}/stlport -name "*.orig" -print | ${XARGS} ${RM} -f diff --git a/devel/tavrasm/Makefile b/devel/tavrasm/Makefile index 32bb29e209d..591153ecccb 100644 --- a/devel/tavrasm/Makefile +++ b/devel/tavrasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/06/12 12:40:21 grant Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:48 jlam Exp $ # DISTNAME= tavrasm @@ -19,6 +19,7 @@ MAKEFILE= makefile DIST_SUBDIR= ${PKGNAME_NOREV} ONLY_FOR_COMPILER= gcc +INSTALLATION_DIRS= bin do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tavrasm diff --git a/devel/teem/Makefile b/devel/teem/Makefile index 11e4bf2537e..866dabfd7bd 100644 --- a/devel/teem/Makefile +++ b/devel/teem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/06/16 02:41:21 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:48 jlam Exp $ # DISTNAME= teem-1.8.0-src @@ -45,6 +45,8 @@ MAKE_ENV+= TEEM_ARCH=${TEEM_ARCH} \ TEEM_PTHREAD_IPATH="-I${BUILDLINK_PREFIX.pthread}/include" \ TEEM_PTHREAD_LPATH="-L${BUILDLINK_PREFIX.pthread}/lib" +INSTALLATION_DIRS= bin include lib + do-build: cd ${WRKSRC}/src && ${MAKE_ENV} ${GMAKE} diff --git a/devel/tmake/Makefile b/devel/tmake/Makefile index a762726103b..0ce8ad46e16 100644 --- a/devel/tmake/Makefile +++ b/devel/tmake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/07/19 13:30:49 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:48 jlam Exp $ # DISTNAME= tmake-1.11 @@ -18,6 +18,8 @@ USE_PERL5= YES TMAKEPATH= ${PREFIX}/lib/tmake/netbsd-g++ GLBASE= ${X11BASE} +INSTALLATION_DIRS= bin + do-build: ${MV} ${WRKSRC}/bin/tmake ${WRKSRC}/bin/tmake.BAK ${SED} -e 's;@PERL5@;${PERL5};g' \ diff --git a/devel/tpasm/Makefile b/devel/tpasm/Makefile index f13f71095ba..187f6c6f262 100644 --- a/devel/tpasm/Makefile +++ b/devel/tpasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/05/22 20:07:55 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:48 jlam Exp $ # DISTNAME= tpasm1.0r @@ -14,6 +14,8 @@ COMMENT= Assembler for 6805, 68HC11, 6502, Surplus, 8051, Z80, PIC, and AVR WRKSRC= ${WRKDIR}/tpasm USE_TOOLS+= gmake +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/libdata/tpasm ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tpasm diff --git a/devel/trio/Makefile b/devel/trio/Makefile index 59934795a0c..a6dce9aff1d 100644 --- a/devel/trio/Makefile +++ b/devel/trio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:43:48 martti Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:48 jlam Exp $ # DISTNAME= trio-1.3 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.contactor.se/~dast/trio/ COMMENT= Fully matured and stable set of printf and string functions +INSTALLATION_DIRS= include lib man/man3 + post-patch: ${SED} "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile \ > ${WRKSRC}/Makefile.done diff --git a/devel/unidiff/Makefile b/devel/unidiff/Makefile index 7fdd9821732..6de1ffb705d 100644 --- a/devel/unidiff/Makefile +++ b/devel/unidiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/09 15:18:03 xtraeme Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:48 jlam Exp $ # DISTNAME= part01 @@ -17,6 +17,8 @@ BUILD_DEPENDS= gsharutils>=4.2.1:../../archivers/gsharutils WRKSRC= ${WRKDIR} EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | ${PREFIX}/bin/gunshar +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unify ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/unipatch ${PREFIX}/bin diff --git a/devel/xxgdb/Makefile b/devel/xxgdb/Makefile index 899677e0d78..12f705121c1 100644 --- a/devel/xxgdb/Makefile +++ b/devel/xxgdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/20 12:13:30 agc Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:49 jlam Exp $ # DISTNAME= xxgdb-1.12 @@ -17,6 +17,8 @@ USE_IMAKE= yes MAKE_ENV+= CPPFLAGS= .endif +INSTALLATION_DIRS= bin lib/X11/app-defaults man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xxgdb ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/XDbx.ad ${PREFIX}/lib/X11/app-defaults/XDbx diff --git a/devel/z80-asm/Makefile b/devel/z80-asm/Makefile index e1113cc9ee1..d62ff688d6a 100644 --- a/devel/z80-asm/Makefile +++ b/devel/z80-asm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:55 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:49 jlam Exp $ # DISTNAME= z80-asm-1.0 @@ -12,6 +12,8 @@ COMMENT= Z80 assembly code assembler and disassembler GNU_CONFIGURE= yes USE_TOOLS+= gmake +INSTALLATION_DIRS= bin man/man1 man/man5 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/z80-asm ${PREFIX}/bin/z80-asm ${INSTALL_PROGRAM} ${WRKSRC}/z80-dis ${PREFIX}/bin/z80-dis 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: diff --git a/emulators/Cygne-SDL/Makefile b/emulators/Cygne-SDL/Makefile index 1d0ce9faa1b..04dc3a5126e 100644 --- a/emulators/Cygne-SDL/Makefile +++ b/emulators/Cygne-SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:42 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= Cygne-SDL-0.1-src @@ -22,6 +22,8 @@ USE_LANGUAGES= c c++ # Uses i386 assembly code ONLY_FOR_PLATFORM= *-*-i386 +INSTALLATION_DIRS= bin + post-build: cd ${WRKSRC}/../WonderSnake && \ ${LOCALBASE}/bin/zip Wondersnake.zip Wondersnake.wsc diff --git a/emulators/DatLib/Makefile b/emulators/DatLib/Makefile index 3b5f0a2e146..0966991a616 100644 --- a/emulators/DatLib/Makefile +++ b/emulators/DatLib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:57 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= datlib25 @@ -18,6 +18,7 @@ BUILD_TARGET= datlib EXTRACT_CMD_OPTS.zip= -Laaqo MAKE_ENV+= RANLIB=${RANLIB:Q} +INSTALLATION_DIRS= lib do-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/DatLib diff --git a/emulators/DatUtil/Makefile b/emulators/DatUtil/Makefile index 7ac122e538c..00a7408e6c5 100644 --- a/emulators/DatUtil/Makefile +++ b/emulators/DatUtil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:57 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= dutil217 @@ -19,6 +19,8 @@ EXTRACT_CMD_OPTS.zip= -Laaqo BUILDLINK_DEPENDS.DatLib+= DatLib>=2.4 +INSTALLATION_DIRS= bin + post-extract: ${MKDIR} ${WRKSRC}/obj diff --git a/emulators/MAMEDiff/Makefile b/emulators/MAMEDiff/Makefile index 6a882bf3d6a..5b7613b1f7a 100644 --- a/emulators/MAMEDiff/Makefile +++ b/emulators/MAMEDiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:57 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= mdiff216 @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR} MAKEFILE= makefile BUILD_TARGET= mamediff EXTRACT_CMD_OPTS.zip= -Laaqo +INSTALLATION_DIRS= bin post-extract: ${MKDIR} ${WRKSRC}/obj diff --git a/emulators/ROMBuild/Makefile b/emulators/ROMBuild/Makefile index 96bfdd69c10..493ec997a1c 100644 --- a/emulators/ROMBuild/Makefile +++ b/emulators/ROMBuild/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/22 20:07:57 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= rbuild26 @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR} MAKEFILE= makefile BUILD_TARGET= rombuild EXTRACT_CMD_OPTS.zip= -Laaqo +INSTALLATION_DIRS= bin post-extract: ${MKDIR} ${WRKSRC}/obj diff --git a/emulators/ROMInfo/Makefile b/emulators/ROMInfo/Makefile index cdb3c636ea3..51577a11e68 100644 --- a/emulators/ROMInfo/Makefile +++ b/emulators/ROMInfo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:57 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= rinfo23 @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR} MAKEFILE= makefile BUILD_TARGET= rominfo EXTRACT_CMD_OPTS.zip= -Laaqo +INSTALLATION_DIRS= bin post-extract: ${MKDIR} ${WRKSRC}/obj diff --git a/emulators/ZIPIdent/Makefile b/emulators/ZIPIdent/Makefile index 00bc902d4f7..1502c35fd32 100644 --- a/emulators/ZIPIdent/Makefile +++ b/emulators/ZIPIdent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:57 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= zident24 @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR} MAKEFILE= makefile BUILD_TARGET= zipident EXTRACT_CMD_OPTS.zip= -Laaqo +INSTALLATION_DIRS= bin post-extract: ${MKDIR} ${WRKSRC}/obj diff --git a/emulators/arnold/Makefile b/emulators/arnold/Makefile index caf695e7f94..ebeb0d853ab 100644 --- a/emulators/arnold/Makefile +++ b/emulators/arnold/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:43 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= arnsrc27012002 @@ -22,6 +22,7 @@ BUILD_TARGET= arnold SHAREDIR= ${PREFIX}/share/arnold DOCDIR= ${PREFIX}/share/doc/arnold MAKE_ENV+= SHAREDIR=${SHAREDIR} +INSTALLATION_DIRS= bin post-extract: ${CHMOD} +x ${WRKSRC}/configure diff --git a/emulators/cygwin_esound/Makefile b/emulators/cygwin_esound/Makefile index 84d7d56686d..1c0622960b6 100644 --- a/emulators/cygwin_esound/Makefile +++ b/emulators/cygwin_esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:43 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= esound-0.2.35-1 @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR} USE_PKGINSTALL= yes RCD_SCRIPTS= cygwin_esd +INSTALLATION_DIRS= bin emul/cygwin/bin do-build: # nothing diff --git a/emulators/cygwin_lib/Makefile b/emulators/cygwin_lib/Makefile index 2e3320d9a09..9f3efc5c4e4 100644 --- a/emulators/cygwin_lib/Makefile +++ b/emulators/cygwin_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/23 09:28:40 rillig Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= cygwin-1.5.13-1 @@ -17,6 +17,7 @@ DIST_SUBDIR= cygwin WRKSRC= ${WRKDIR} SYMLINKS= cygpath ipcrm ipcs kill mount ps regtool umount +INSTALLATION_DIRS= bin emul/cygwin/bin do-build: # nothing diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile index 3338a4345ab..ca6b832f70a 100644 --- a/emulators/darcnes/Makefile +++ b/emulators/darcnes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/06/01 18:02:46 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/16 06:57:50 jlam Exp $ PKGNAME= darcnes-20010401 PKGREVISION= 1 @@ -8,6 +8,8 @@ COMMENT= Multi-system emulator (NES, SMS, GG, PCE, and others) MAKE_ENV+= TARGET=Linux_X +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/darcnes ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/darcnes diff --git a/emulators/dega/Makefile b/emulators/dega/Makefile index 1f0d51e2758..2b63a761cbf 100644 --- a/emulators/dega/Makefile +++ b/emulators/dega/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/01 18:02:46 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:50 jlam Exp $ # DISTNAME= dega-1.07 @@ -17,6 +17,8 @@ USE_TOOLS+= gmake # Uses i386 assembly code ONLY_FOR_PLATFORM= *-*-i386 +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dega ${PREFIX}/bin diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index e39595906b0..496ec09131b 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/06/01 18:02:47 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:50 jlam Exp $ DISTNAME= fMSX24.tar PKGNAME= fmsx-2.4 @@ -29,6 +29,8 @@ DEFS+= -DSUN_AUDIO MAKE_ENV= DEFS="${DEFS}" +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" post-extract: diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 529ab030ee8..85751ac2cf6 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:47 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:50 jlam Exp $ DISTNAME= gnuboy-1.0.3 PKGREVISION= 1 @@ -11,6 +11,8 @@ COMMENT= Gameboy emulator GNU_CONFIGURE= yes +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-install: diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index 3576eb74e56..755afde46b8 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:07:58 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:50 jlam Exp $ DISTNAME= ia64sim PKGNAME= ia64sim-0.3 @@ -14,6 +14,7 @@ USE_TOOLS+= gmake DIST_SUBDIR= ${PKGNAME} MAKEFILE= makefile.unx +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ia64sim ${LOCALBASE}/bin/ia64sim diff --git a/emulators/lrmi/Makefile b/emulators/lrmi/Makefile index a639fdc6cbb..58a380bee76 100644 --- a/emulators/lrmi/Makefile +++ b/emulators/lrmi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:44 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:51 jlam Exp $ # DISTNAME= lrmi-0.8 @@ -12,6 +12,7 @@ COMMENT= Wrapper to the i386 vm86 mode ONLY_FOR_PLATFORM= *-*-i386 MAKEFILE= Makefile.bsd +INSTALLATION_DIRS= bin include lib do-install: ${INSTALL_DATA} ${WRKSRC}/vbe.h ${PREFIX}/include diff --git a/emulators/m1/Makefile b/emulators/m1/Makefile index ff31f80f8ab..fa82c68aa15 100644 --- a/emulators/m1/Makefile +++ b/emulators/m1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/29 23:19:48 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:51 jlam Exp $ # DISTNAME= m1074b2-lnx @@ -19,6 +19,8 @@ WRKSRC= ${WRKDIR}/m1-0.7.4 NO_BUILD= # defined CHECK_SHLIBS= no +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/m1 ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/m1 diff --git a/emulators/minivmac/Makefile b/emulators/minivmac/Makefile index dd2e997d03a..689ecc162b4 100644 --- a/emulators/minivmac/Makefile +++ b/emulators/minivmac/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/01 18:02:47 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:51 jlam Exp $ DISTNAME= minivmac-0.1.7.src PKGNAME= minivmac-0.1.7 @@ -17,6 +17,8 @@ SCRIPTS_ENV+= CC="${CC}" DOCDIR= ${PREFIX}/share/doc/html/minivmac +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-build: diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile index 0d74aa460b3..1535fcd6f01 100644 --- a/emulators/mmix/Makefile +++ b/emulators/mmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/12/03 15:14:56 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:51 jlam Exp $ DISTNAME= mmix-20030622 PKGREVISION= 1 @@ -14,6 +14,8 @@ BUILD_DEPENDS+= cweb-[0-9]*:../../devel/cweb WRKSRC= ${WRKDIR} BUILD_TARGET= all doc +INSTALLATION_DIRS= bin + do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} abstime mmix mmixal \ mmmix mmotype ${PREFIX}/bin diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile index 1d859df1ede..567df177134 100644 --- a/emulators/palmosemulator/Makefile +++ b/emulators/palmosemulator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/06/01 18:02:47 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/16 06:57:51 jlam Exp $ # DISTNAME= emulator_src_${POSE_VERSION} @@ -42,6 +42,8 @@ CONFIGURE_ENV+= PACKAGE_SKINS_DIR=${POSE_SKINS_DIR} # Assumes too much about how to build va_list's from scratch NOT_FOR_PLATFORM= *-*-powerpc +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${POSE_BUILD_DIR}/pose ${PREFIX}/bin/pose ${INSTALL_DATA_DIR} ${POSE_SHARE_DIR} diff --git a/emulators/simh/Makefile b/emulators/simh/Makefile index 8b218025085..fe4f21b4eaf 100644 --- a/emulators/simh/Makefile +++ b/emulators/simh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/04/11 21:45:44 tv Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:51 jlam Exp $ # DISTNAME= simhv33-0 @@ -25,6 +25,8 @@ CFLAGS:= ${CFLAGS:S/-O2//} .endif .endif +INSTALLATION_DIRS= bin + post-extract: ${MKDIR} ${WRKSRC}/BIN ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile diff --git a/emulators/snes9x/Makefile b/emulators/snes9x/Makefile index b1e87e304e4..9dfd65a3966 100644 --- a/emulators/snes9x/Makefile +++ b/emulators/snes9x/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/06/11 16:53:18 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2005/06/16 06:57:51 jlam Exp $ DISTNAME= s9xs139 PKGNAME= snes9x-1.39 @@ -16,6 +16,7 @@ BUILD_DEPENDS+= nasm>=0.98:../../devel/nasm WRKSRC= ${WRKDIR}/release USE_TOOLS+= gmake PTHREAD_OPTS= require +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snes9x ${PREFIX}/bin diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 538ba1dd3a2..6a1f123c167 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/05/22 20:07:58 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/16 06:57:51 jlam Exp $ STELLA_VERSION= 1.4.1 DISTNAME= stella-${STELLA_VERSION}-src @@ -32,6 +32,8 @@ MAKE_ENV= CXXFLAGS="${CXXFLAGS} -fno-rtti" DOCDIR=${PREFIX}/share/doc/html/stella DATADIR=${PREFIX}/share/stella +INSTALLATION_DIRS= bin + .include "../../devel/SDL/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" diff --git a/emulators/suse91_base/Makefile b/emulators/suse91_base/Makefile index 45889413745..64b24e6ed23 100644 --- a/emulators/suse91_base/Makefile +++ b/emulators/suse91_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:44 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:51 jlam Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 5 @@ -39,6 +39,8 @@ LINUX_LDD= ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= sbin + do-build: @for FILE in ${PKGDIR}/PLIST ${FILESDIR}/*.sh; do \ ${SED} -e 's#@@EMULDIR@@#${EMULDIR}#g' \ diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile index 6cd655f0c84..b7b51bb2b58 100644 --- a/emulators/suse_base/Makefile +++ b/emulators/suse_base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2005/04/11 21:45:45 tv Exp $ +# $NetBSD: Makefile,v 1.54 2005/06/16 06:57:51 jlam Exp $ DISTNAME= suse_base-${SUSE_VERSION} PKGREVISION= 6 @@ -42,6 +42,8 @@ LINUX_LDD= ${PREFIX}/${EMULSUBDIR}/usr/bin/ldd .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= sbin + do-build: @for FILE in ${PKGDIR}/PLIST ${FILESDIR}/*.sh; do \ ${SED} -e 's#@@EMULDIR@@#${EMULDIR}#g' \ diff --git a/emulators/swarm/Makefile b/emulators/swarm/Makefile index 4e07f576095..5ca94ae08cc 100644 --- a/emulators/swarm/Makefile +++ b/emulators/swarm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/07/11 00:30:10 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:51 jlam Exp $ # DISTNAME= swarm-0.61 @@ -11,6 +11,8 @@ COMMENT= Software arm7M core emulator WRKSRC= ${WRKDIR}/swarm/src +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/swarm ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/swarm diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index b8c3f2572fa..00b848b2add 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/06/01 18:02:48 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2005/06/16 06:57:51 jlam Exp $ DISTNAME= uae-0.8.22 PKGREVISION= 2 @@ -37,6 +37,8 @@ post-configure: CONFIGURE_ENV+= cv_func_getmntinfo=yes fu_cv_sys_mounted_getmntinfo=yes .endif +INSTALLATION_DIRS= bin + do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} readdisk uae ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uae diff --git a/emulators/uips/Makefile b/emulators/uips/Makefile index 7305bdbcdaf..65cadf7b551 100644 --- a/emulators/uips/Makefile +++ b/emulators/uips/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:46 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:51 jlam Exp $ # DISTNAME= uips @@ -14,6 +14,7 @@ COMMENT= IPS patcher with v2 support DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR} +INSTALLATION_DIRS= bin do-extract: ${CP} ${_DISTDIR}/uips.c ${WRKSRC}/ diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index fa6bf5c3225..74f3bb3c8d4 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:07:58 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:51 jlam Exp $ DISTNAME= VisualBoyAdvance-src-1.6a PKGNAME= vba-1.6.0.1 @@ -20,6 +20,7 @@ CONFIGURE_ARGS+= --without-mmx USE_LANGUAGES= c c++ GCC_REQD+= 3.0.0 +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/TestEmu ${PREFIX}/bin diff --git a/emulators/vmware/Makefile b/emulators/vmware/Makefile index 9f9315fcf58..dcef2a00e2f 100644 --- a/emulators/vmware/Makefile +++ b/emulators/vmware/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:14:41 agc Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:51 jlam Exp $ DISTNAME= VMware-2.0.4-1142 PKGNAME= vmware-2.0.4 @@ -36,6 +36,8 @@ VMWARE_CFG_DIR= ${PREFIX}/emul/linux/etc/vmware .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= bin man/man1 + do-build: ${GZCAT} ${WRKSRC}/man/man1/vmware.1.gz > ${WRKDIR}/vmware.1 diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 2e8c77a4d51..ad641aa91e8 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2004/01/20 12:14:41 agc Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:51 jlam Exp $ DISTNAME= VMware-workstation-3.2.1-2242 PKGNAME= vmware-3.2.1pl1 @@ -38,6 +38,8 @@ VMWARE_CFG_DIR= ${PREFIX}/emul/linux/etc/vmware .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= bin man/man1 + do-build: ${GZCAT} ${WRKSRC}/man/man1/vmware.1.gz > ${WRKDIR}/vmware.1 diff --git a/emulators/xbeeb/Makefile b/emulators/xbeeb/Makefile index 8c3c7b070d2..ccab5fd6617 100644 --- a/emulators/xbeeb/Makefile +++ b/emulators/xbeeb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/05/11 11:58:13 dillo Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:51 jlam Exp $ # DISTNAME= xbeeb-0.3.6 @@ -20,6 +20,8 @@ XBEEBROOT= share/xbeeb MESSAGE_SUBST+= XBEEBROOT=${XBEEBROOT} PLIST_SUBST+= XBEEBROOT=${XBEEBROOT} +INSTALLATION_DIRS= bin man/man1 + # xbeeb build starts in the source directory do-configure: cd ${WRKSRC}/src && ${XMKMF} diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 49d094ebdd5..5c3c723b946 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/06/01 18:02:48 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:51 jlam Exp $ # DISTNAME= xm71010s @@ -24,6 +24,7 @@ EXTRACT_CMD= lha xqt ${DOWNLOADED_DISTFILE} WRKSRC= ${WRKDIR}/vm NO_CONFIGURE= yes MAKEFILE= makefile.x11 +INSTALLATION_DIRS= bin .include "../../mk/x11.buildlink3.mk" diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 81775bd9edc..42ef87a10a5 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.130 2005/06/01 18:02:48 jlam Exp $ +# $NetBSD: Makefile,v 1.131 2005/06/16 06:57:51 jlam Exp $ # DISTNAME= xmame-0.96 @@ -84,6 +84,7 @@ MAKE_FLAGS+= LOW_MEM=1 .endif OWN_DIRS= ${SPOOLDIR} +INSTALLATION_DIRS= bin man/man6 post-configure: cd ${WRKSRC}/doc; \ diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index 1b60623371c..ead281d7d90 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2005/06/01 18:02:48 jlam Exp $ +# $NetBSD: Makefile,v 1.71 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= xmame-0.96 @@ -85,6 +85,7 @@ MAKE_FLAGS+= LOW_MEM=1 .endif OWN_DIRS= ${SPOOLDIR} +INSTALLATION_DIRS= bin man/man6 post-configure: cd ${WRKSRC}/doc; \ diff --git a/emulators/xyame/Makefile b/emulators/xyame/Makefile index 03abea88052..64d068d3ca5 100644 --- a/emulators/xyame/Makefile +++ b/emulators/xyame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:46 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= xyame038 @@ -19,6 +19,7 @@ NO_BUILD= yes CHECK_SHLIBS= no ONLY_FOR_PLATFORM+= *-*-i386 +INSTALLATION_DIRS= bin man/man6 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xyame ${PREFIX}/bin diff --git a/finance/gkrellm-stock/Makefile b/finance/gkrellm-stock/Makefile index d32c5baf30e..9f57860a495 100644 --- a/finance/gkrellm-stock/Makefile +++ b/finance/gkrellm-stock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:45:46 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= gkrellstock-0.5.1 @@ -16,6 +16,7 @@ DEPENDS+= p5-finance-quote>=1.08:../../finance/p5-finance-quote WRKSRC= ${WRKDIR}/gkrellStock-0.5.1 BUILD_TARGET= gkrellstock.so REPLACE_PERL= ${WRKSRC}/GetQuote2 +INSTALLATION_DIRS= bin lib/gkrellm2/plugins do-install: ${INSTALL_DATA} ${WRKSRC}/gkrellstock.so ${PREFIX}/lib/gkrellm2/plugins diff --git a/fonts/acroread-font-share/Makefile.common b/fonts/acroread-font-share/Makefile.common index ec9827b6804..ddae119f3d3 100644 --- a/fonts/acroread-font-share/Makefile.common +++ b/fonts/acroread-font-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2005/05/16 01:15:31 jlam Exp $ +# $NetBSD: Makefile.common,v 1.5 2005/06/16 06:57:52 jlam Exp $ # PKGNAME= acroread-${DISTNAME}-4.0 @@ -19,6 +19,7 @@ NO_CONFIGURE= yes NO_BUILD= yes PKGSRC_USE_TOOLS+= gtar +INSTALLATION_DIRS= Acrobat4/Resource do-install: @${GTAR} xf ${TAR_FILE} -C ${PREFIX}/Acrobat4/Resource diff --git a/fonts/acroread5-font-share/Makefile.common b/fonts/acroread5-font-share/Makefile.common index 086a967b7c5..f4679385e3b 100644 --- a/fonts/acroread5-font-share/Makefile.common +++ b/fonts/acroread5-font-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2005/05/16 01:15:31 jlam Exp $ +# $NetBSD: Makefile.common,v 1.3 2005/06/16 06:57:52 jlam Exp $ # PKGNAME= acroread5-${DISTNAME}-5.0 @@ -22,6 +22,7 @@ NO_CONFIGURE= yes NO_BUILD= yes PKGSRC_USE_TOOLS+= gtar +INSTALLATION_DIRS= Acrobat5/Resource/Font do-install: @${GTAR} xf ${TAR_FILE} -C ${PREFIX}/Acrobat5/Resource/Font diff --git a/fonts/chkfontpath/Makefile b/fonts/chkfontpath/Makefile index 0c58d7ebc23..12f7c13f45e 100644 --- a/fonts/chkfontpath/Makefile +++ b/fonts/chkfontpath/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:07:59 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= chkfontpath-1.9.7 @@ -16,6 +16,7 @@ MAKE_ENV+= VERSION=${PKGVERSION} USE_TOOLS+= gmake PKGSRC_USE_TOOLS+= gtar +INSTALLATION_DIRS= bin man/man8 # Might as well make this a general scheme for .src.rpm files... - HF do-extract: diff --git a/fonts/freefonts/Makefile b/fonts/freefonts/Makefile index 5b16d3971ba..f3645bd28c2 100644 --- a/fonts/freefonts/Makefile +++ b/fonts/freefonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/05/16 01:15:31 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= freefonts-0.10 @@ -15,6 +15,7 @@ NO_BUILD= yes USE_X11BASE= yes PKGSRC_USE_TOOLS+= gtar +INSTALLATION_DIRS= lib/X11/fonts do-install: ${GTAR} Cxzf ${PREFIX}/lib/X11/fonts \ diff --git a/fonts/ja-kappa20/Makefile b/fonts/ja-kappa20/Makefile index 785f5f766a8..d4c976fea54 100644 --- a/fonts/ja-kappa20/Makefile +++ b/fonts/ja-kappa20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/03 15:14:57 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:52 jlam Exp $ DISTNAME= Kappa20-0.394 PKGNAME= ja-kappa20-0.394 @@ -24,6 +24,8 @@ FILES_SUBST+= ALIAS_KAPPA=${ALIAS_KAPPA} # do not build experimental JIS X 0213 font. BUILD_TARGET= default +INSTALLATION_DIRS= share/doc + do-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.Kappa20; \ ${INSTALL_DATA} ${WRKSRC}/pcf/fonts.alias ${ALIAS_KAPPA}; \ diff --git a/fonts/mftrace/Makefile b/fonts/mftrace/Makefile index a002b0f3ae3..cd616be41eb 100644 --- a/fonts/mftrace/Makefile +++ b/fonts/mftrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:00 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:52 jlam Exp $ DISTNAME= mftrace-1.1.1 PKGREVISION= 1 @@ -23,6 +23,8 @@ MAKEFILE= GNUmakefile PLIST_SUBST+= PYSITELIB=${PYSITELIB} PYTHON_VERSIONS_ACCEPTED= 24 23 22 21 +INSTALLATION_DIRS= bin man/man1 ${PYSITELIB} + post-build: cd ${WRKSRC} && ${PYTHONBIN} ${PREFIX}/${PYLIB}/py_compile.py afm.py cd ${WRKSRC} && ${PYTHONBIN} ${PREFIX}/${PYLIB}/py_compile.py tfm.py diff --git a/fonts/mkfontalias/Makefile b/fonts/mkfontalias/Makefile index 5223f77bab3..affb356ebec 100644 --- a/fonts/mkfontalias/Makefile +++ b/fonts/mkfontalias/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:15:17 agc Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= mkfontalias.py @@ -16,6 +16,7 @@ EXTRACT_ONLY= # empty NO_BUILD= yes PYTHON_PATCH_SCRIPTS= ${DISTNAME} +INSTALLATION_DIRS= bin do-extract: ${CP} ${_DISTDIR}/${DISTNAME} ${WRKSRC} diff --git a/fonts/pcf2bdf/Makefile b/fonts/pcf2bdf/Makefile index 6df9b05b0e8..c0c63f3e23f 100644 --- a/fonts/pcf2bdf/Makefile +++ b/fonts/pcf2bdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:00 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= pcf2bdf-1.04 @@ -15,6 +15,8 @@ USE_TOOLS+= gmake USE_LANGUAGES= c++ MAKEFILE= Makefile.gcc +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pcf2bdf ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/pcf2bdf.man ${PREFIX}/man/man1/pcf2bdf.1 diff --git a/fonts/profont/Makefile b/fonts/profont/Makefile index 557758c9b0b..d4a6d077e53 100644 --- a/fonts/profont/Makefile +++ b/fonts/profont/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/19 05:30:52 snj Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= profontlinux @@ -17,6 +17,7 @@ USE_X11BASE= yes USE_PKGINSTALL= yes FONTS_X11_DIRS= ${PREFIX}/lib/X11/fonts/misc +INSTALLATION_DIRS= lib/X11/fonts/misc do-install: for i in ${WRKDIR}/*.pcf; do ${INSTALL_DATA} $$i ${FONTS_X11_DIRS}; done diff --git a/fonts/ttf2pk/Makefile b/fonts/ttf2pk/Makefile index 0331e3f88e1..49af53bf302 100644 --- a/fonts/ttf2pk/Makefile +++ b/fonts/ttf2pk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/01 20:08:00 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:52 jlam Exp $ # .include "../../graphics/freetype-lib/Makefile.common" @@ -24,6 +24,7 @@ USE_LIBTOOL= # defined USE_TOOLS+= autoconf TEXMF= ${PREFIX}/share/texmf +INSTALLATION_DIRS= bin man/man1 pre-configure: cd ${T2PSRC}; autoconf diff --git a/fonts/ttmkfdir2/Makefile b/fonts/ttmkfdir2/Makefile index 4cd4e59f3ee..d1d5402a9a9 100644 --- a/fonts/ttmkfdir2/Makefile +++ b/fonts/ttmkfdir2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/01 18:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= ttmkfdir2.20021109 @@ -22,6 +22,8 @@ USE_LANGUAGES= c c++ MAKE_ENV+= FREETYPE_CONFIG=${FREETYPE_CONFIG} LDFLAGS+= ${BUILDLINK_LDADD.getopt} +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ttmkfdir ${PREFIX}/bin diff --git a/fonts/type1inst/Makefile b/fonts/type1inst/Makefile index f3cd44a5985..1eba14f8dbc 100644 --- a/fonts/type1inst/Makefile +++ b/fonts/type1inst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:37:43 grant Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= type1inst-0.6.1 @@ -13,6 +13,7 @@ USE_X11BASE= yes REPLACE_PERL= t1embed type1inst NO_BUILD= yes +INSTALLATION_DIRS= bin man/man1 do-install: @${INSTALL_SCRIPT} ${WRKSRC}/type1inst ${X11PREFIX}/bin diff --git a/fonts/vfontcap-kochi/Makefile b/fonts/vfontcap-kochi/Makefile index c1931a7ba02..ae141e641bb 100644 --- a/fonts/vfontcap-kochi/Makefile +++ b/fonts/vfontcap-kochi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/01 18:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:52 jlam Exp $ DISTNAME= vfontcap-kochi-0.0 PKGREVISION= 1 @@ -24,6 +24,8 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL VFONTCAPDIR= ${PREFIX}/share/VFlib/2.24.2 FILES_SUBST+= VFONTCAPDIR=${VFONTCAPDIR} +INSTALLATION_DIRS= share/VFlib/2.24.2 + do-configure: ${SED} -e 's,@X11PREFIX@,${X11PREFIX},g' ${FILESDIR}/vfontcap \ > ${WRKSRC}/vfontcap diff --git a/fonts/xmbdfed/Makefile b/fonts/xmbdfed/Makefile index 66ff15c5c4c..3c04d042dee 100644 --- a/fonts/xmbdfed/Makefile +++ b/fonts/xmbdfed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:52 jlam Exp $ DISTNAME= xmbdfed-4.5 PKGREVISION= # @@ -11,6 +11,8 @@ COMMENT= Motif-based BDF font editor with lots of features USE_X11BASE= YES +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmbdfed ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xmbdfed.man ${PREFIX}/man/man1/xmbdfed.1 diff --git a/games/0verkill/Makefile b/games/0verkill/Makefile index 36e69d6cb6a..9f720cf3909 100644 --- a/games/0verkill/Makefile +++ b/games/0verkill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:37:48 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= 0verkill-0.15 @@ -12,6 +12,8 @@ COMMENT= 0verkill is bloody 2D action deathmatch-like game in ASCII-ART HAS_CONFIGURE= YES +INSTALLATION_DIRS= bin + post-patch: ${SED} "s|@PREFIX@|${PREFIX}|g" ${WRKSRC}/cfg.h > ${WRKSRC}/cfg.h.done ${MV} ${WRKSRC}/cfg.h.done ${WRKSRC}/cfg.h diff --git a/games/adom/Makefile b/games/adom/Makefile index cee812592d9..79c1a9bdc42 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:15:39 agc Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= adom-111-elf @@ -23,6 +23,8 @@ CHECK_SHLIBS= NO DEPENDS= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base .endif +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/adom ${INSTALL_DATA} ${WRKSRC}/*.* ${PREFIX}/share/doc/adom diff --git a/games/angband-tty/Makefile b/games/angband-tty/Makefile index 025394686df..4efa5f7a423 100644 --- a/games/angband-tty/Makefile +++ b/games/angband-tty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/04/11 21:45:48 tv Exp $ +# $NetBSD: Makefile,v 1.26 2005/06/16 06:57:52 jlam Exp $ # DISTNAME= angband-283 @@ -25,6 +25,8 @@ SPOILERFILE= angband-spoilers.tar.gz GCC_REQD+= 2.95.3 .endif +INSTALLATION_DIRS= bin + do-install: ${INSTALL} -d -o bin -g games -m 0775 ${PREFIX}/share/angband ${CP} -R ${WRKDIR}/${DISTNAME}/lib/* ${PREFIX}/share/angband diff --git a/games/battalion/Makefile b/games/battalion/Makefile index 8472d41e6ac..80ab117ef2f 100644 --- a/games/battalion/Makefile +++ b/games/battalion/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/06/01 18:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/06/16 06:57:53 jlam Exp $ DISTNAME= battalion PKGNAME= battalion-1.4 @@ -25,6 +25,8 @@ MAKE_ENV+= LIBFLAGS=-lcompat MAKE_ENV+= OS="-DLINUXVERSION" .endif +INSTALLATION_DIRS= bin man/man6 + do-install: ${INSTALL} -c -s -o ${ROOT_USER} -g games -m 2755 ${WRKSRC}/battalion ${PREFIX}/bin cd ${WRKDIR} && \ diff --git a/games/battleball/Makefile b/games/battleball/Makefile index 7556a24801d..06b812a6de2 100644 --- a/games/battleball/Makefile +++ b/games/battleball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/06/01 21:28:41 dillo Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:53 jlam Exp $ DISTNAME= battleball.21.src PKGNAME= battleball-2.1 @@ -17,6 +17,8 @@ SED_CMDS= -e '/^INCS/s|$$|${CPPFLAGS}|' -e '/^LIBS/s|$$|${LDFLAGS}|' .include "options.mk" +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-configure: diff --git a/games/bos/Makefile b/games/bos/Makefile index e2e3b60685d..75e05647868 100644 --- a/games/bos/Makefile +++ b/games/bos/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:48 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:53 jlam Exp $ # DISTNAME= bos_1_1 @@ -13,6 +13,7 @@ COMMENT= Invasion - Battle of Survival (real-time strategy game) DEPENDS+= stratagus>=2.1:../../games/stratagus +INSTALLATION_DIRS= bin do-build: ${SED} -e "s|@LOCALBASE@|${LOCALBASE}|" \ diff --git a/games/bridge-hands/Makefile b/games/bridge-hands/Makefile index eab476d47df..b6c2eea998c 100644 --- a/games/bridge-hands/Makefile +++ b/games/bridge-hands/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:48 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:53 jlam Exp $ DISTNAME= hands-2.0.bsd386 PKGNAME= bridge-hands-2.0 @@ -12,6 +12,7 @@ COMMENT= Generate hands for duplicate bridge EXTRACT_ELEMENTS= hands/source WRKSRC= ${WRKDIR}/hands/source +INSTALLATION_DIRS= bin do-build: cd ${WRKSRC}; ${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} \ diff --git a/games/cgoban-java/Makefile b/games/cgoban-java/Makefile index af80d61a786..0a9b292d450 100644 --- a/games/cgoban-java/Makefile +++ b/games/cgoban-java/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:45:48 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/06/16 06:57:53 jlam Exp $ # DISTNAME= cgoban-unix-2.6.12 @@ -16,6 +16,8 @@ NO_BUILD= yes USE_JAVA2= yes USE_JAVA= run +INSTALLATION_DIRS= bin libexec + do-configure: ${SED} -e 's|\(_DIR=\).|\1${PREFIX}/libexec|' \ -e 's|^\(java\)|${PKG_JAVA_HOME}/bin/\1|' \ diff --git a/games/civctp-demo/Makefile b/games/civctp-demo/Makefile index c3a02e07e34..0031bd646ba 100644 --- a/games/civctp-demo/Makefile +++ b/games/civctp-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/20 12:15:39 agc Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:53 jlam Exp $ DISTNAME= civctp-demo-10251999 PKGNAME= civctp-demo-19991025 @@ -37,6 +37,8 @@ DIST_SUBDIR= lokigames LIBDIR= ${PREFIX}/lib/lokigames/${BINNAME} SHAREDIR= ${PREFIX}/share/doc/lokigames +INSTALLATION_DIRS= bin + do-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ -e 's#@@LIBDIR@@#${LIBDIR}#g' \ diff --git a/games/cmatrix/Makefile b/games/cmatrix/Makefile index 4081be63e93..002951a9909 100644 --- a/games/cmatrix/Makefile +++ b/games/cmatrix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:48 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:53 jlam Exp $ # DISTNAME= cmatrix-1.2a @@ -11,6 +11,7 @@ COMMENT= Make your console feel like Nadbuchonazor's bridge USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cmatrix ${PREFIX}/bin/cmatrix diff --git a/games/colchess/Makefile b/games/colchess/Makefile index 63b6d6a39d1..80364d2c2e4 100644 --- a/games/colchess/Makefile +++ b/games/colchess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:48 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:53 jlam Exp $ DISTNAME= colchess PKGNAME= ${DISTNAME}-7.0 @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/ColChess DATADIR= ${PREFIX}/share/colchess DOCDIR= ${PREFIX}/share/doc/colchess +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/colchess ${PREFIX}/bin diff --git a/games/crafty/Makefile b/games/crafty/Makefile index 6ba47030e39..d5644711dcb 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/06/06 03:59:00 minskim Exp $ +# $NetBSD: Makefile,v 1.35 2005/06/16 06:57:54 jlam Exp $ DISTNAME= crafty-18.15 CATEGORIES= games @@ -53,6 +53,7 @@ TBDIR= ${PREFIX}/share/egtb DOCDIR= ${PREFIX}/share/doc/crafty CRAFTYRC= ${WRKSRC}/.craftyrc +INSTALLATION_DIRS= bin post-extract: ${CP} ${DISTDIR}/${DIST_SUBDIR}/${CRAFTY_STARTPGN} ${WRKSRC} diff --git a/games/cube/Makefile b/games/cube/Makefile index 96948bf26bc..918ab428604 100644 --- a/games/cube/Makefile +++ b/games/cube/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:00 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:54 jlam Exp $ DISTNAME= cube_2004_05_22 PKGNAME= cube-20040522 @@ -19,6 +19,8 @@ CUBE_DATA= ${PREFIX}/share/cube NO_CONFIGURE= yes USE_TOOLS+= gmake +INSTALLATION_DIRS= bin + post-extract: @unzip -q -a -o ${WRKSRC}/source/${DISTNAME}_src.zip -d ${WRKSRC}/source/ diff --git a/games/digger/Makefile b/games/digger/Makefile index 78024a8c91b..45bdee894d6 100644 --- a/games/digger/Makefile +++ b/games/digger/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:01 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= digger-20020314 @@ -21,6 +21,8 @@ MAKEFILE= Makefile.fbsd MAKE_FLAGS+= -DSDL .endif +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/digger ${PREFIX}/bin/digger diff --git a/games/dipmap/Makefile b/games/dipmap/Makefile index fe8a43f4686..a48cfdb01af 100644 --- a/games/dipmap/Makefile +++ b/games/dipmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:49 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:54 jlam Exp $ DISTNAME= mapit.v1-16 PKGNAME= dipmap-1.16 @@ -13,6 +13,7 @@ COMMENT= Generate postscript maps from results of play-by-email Diplomacy games MAKEFILE= makefile NO_CONFIGURE= yes WRKSRC= ${WRKDIR}/mapit +INSTALLATION_DIRS= bin libexec post-patch: ${SED} "s,@PREFIX@,${PREFIX},g" ${WRKSRC}/dipmap > ${WRKSRC}/dipmap.new diff --git a/games/et/Makefile b/games/et/Makefile index f1dd36cc7f0..7d0fd76963e 100644 --- a/games/et/Makefile +++ b/games/et/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/16 01:15:31 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= et-linux-2.56-2.x86 @@ -27,6 +27,8 @@ DEPENDS+= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base .include "../../emulators/suse_linux/Makefile.application" .endif +INSTALLATION_DIRS= bin + pre-extract: ${MKDIR} ${WRKSRC} diff --git a/games/eus-demo/Makefile b/games/eus-demo/Makefile index 0e4e51386d4..bb9d62c0d0c 100644 --- a/games/eus-demo/Makefile +++ b/games/eus-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/01/20 12:15:40 agc Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:54 jlam Exp $ DISTNAME= eus-demo PKGNAME= eus-demo-1.0 @@ -37,6 +37,8 @@ DIST_SUBDIR= lokigames LIBDIR= ${PREFIX}/lib/lokigames/${BINNAME} SHAREDIR= ${PREFIX}/share/doc/lokigames +INSTALLATION_DIRS= bin + do-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ -e 's#@@LIBDIR@@#${LIBDIR}#g' \ diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index aa801bcb37c..e6d7028d982 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/06/01 18:02:50 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= fkiss-0.33 @@ -21,6 +21,7 @@ GNU_CONFIGURE= yes CFLAGS+= -DUSE_STDARG -DHAVE_STDARG_H CFLAGS+= -DDEV_SOUND="\"${DEVOSSSOUND}\"" BUILD_TARGET= fkiss +INSTALLATION_DIRS= bin man/man6 post-patch: ${MV} ${WRKSRC}/sound.c ${WRKSRC}/sound.c.bak diff --git a/games/freeciv-sounds/Makefile b/games/freeciv-sounds/Makefile index 5ae1187515e..4a289340d5d 100644 --- a/games/freeciv-sounds/Makefile +++ b/games/freeciv-sounds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:38:25 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= stdsounds2 @@ -14,6 +14,8 @@ DEPENDS= freeciv-share-[0-9]*:../../games/freeciv-share NO_BUILD= YES +INSTALLATION_DIRS= share/freeciv + do-install: ${INSTALL_DATA} ${WRKDIR}/stdsounds.soundspec \ ${PREFIX}/share/freeciv/ diff --git a/games/frotz/Makefile b/games/frotz/Makefile index d7520471ed4..cb15427bb7e 100644 --- a/games/frotz/Makefile +++ b/games/frotz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/11 21:45:50 tv Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/16 06:57:54 jlam Exp $ DISTNAME= frotz-2.43 PKGREVISION= 2 @@ -21,6 +21,8 @@ INCOMPAT_CURSES= NetBSD-1.5-* NetBSD-1.5.*-* NetBSD-1.5[A-V]-* SAMPLEDIR= ${PREFIX}/share/examples/frotz DOCDIR= ${PREFIX}/share/doc/frotz +INSTALLATION_DIRS= bin man/man6 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/frotz.6 ${PREFIX}/man/man6 diff --git a/games/gtkmagnetic/Makefile b/games/gtkmagnetic/Makefile index fba88cbae30..7278f81cfa1 100644 --- a/games/gtkmagnetic/Makefile +++ b/games/gtkmagnetic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:01 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= Magnetic22Src @@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/Gtk LIBS.SunOS+= -lCrun .endif +INSTALLATION_DIRS= bin + .include "../../devel/pkgconfig/buildlink3.mk" .include "../../multimedia/smpeg/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/games/heretic2-demo/Makefile b/games/heretic2-demo/Makefile index 561ee20b7fb..1134c2dad21 100644 --- a/games/heretic2-demo/Makefile +++ b/games/heretic2-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/16 01:15:31 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= heretic2-demo-x86 @@ -28,6 +28,8 @@ DIST_SUBDIR= lokigames LIBDIR= ${PREFIX}/lib/lokigames/${BINNAME} SHAREDIR= ${PREFIX}/share/doc/lokigames +INSTALLATION_DIRS= bin + do-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ -e 's#@@LIBDIR@@#${LIBDIR}#g' \ diff --git a/games/hugo/Makefile b/games/hugo/Makefile index fc05bbb12c7..c22d7ae8431 100644 --- a/games/hugo/Makefile +++ b/games/hugo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:02 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= hugov31_unix_source @@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/hugov3.1.02 LIBDIR= ${PREFIX}/share/hugo +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hc ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/hd ${PREFIX}/bin diff --git a/games/icebreaker/Makefile b/games/icebreaker/Makefile index 61642d3f3f2..d9ffa1037cb 100644 --- a/games/icebreaker/Makefile +++ b/games/icebreaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= icebreaker-1.9.7 @@ -15,6 +15,8 @@ USE_TOOLS+= gmake MAKE_ENV+= mandir="${PREFIX}/man" highscoredir="/var/games" MAKE_ENV+= prefix="${PREFIX}" +INSTALLATION_DIRS= bin man/man6 + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/icebreaker ${INSTALL_DATA_DIR} ${PREFIX}/share/icebreaker diff --git a/games/kajaani-kombat/Makefile b/games/kajaani-kombat/Makefile index b1d9b73d21d..8da89b3f049 100644 --- a/games/kajaani-kombat/Makefile +++ b/games/kajaani-kombat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:02 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= kajaani-kombat-0.6 @@ -11,6 +11,7 @@ HOMEPAGE= http://kombat.kajaani.net/ COMMENT= Rampart-like multiplayer game set in space USE_TOOLS+= gmake +INSTALLATION_DIRS= bin man/man6 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kajaani-kombat ${PREFIX}/bin diff --git a/games/kapooka/Makefile b/games/kapooka/Makefile index ac5040b4e4c..6b94c7b7011 100644 --- a/games/kapooka/Makefile +++ b/games/kapooka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:02 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= kapooka_0.2 @@ -21,6 +21,8 @@ SUBST_MESSAGE.kapooka= "Fixing path to data files." SUBST_FILES.kapooka= main.h objects.c SUBST_SED.kapooka= "s!data/!${PREFIX}/share/kapooka/!" +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/kapooka ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/kapooka diff --git a/games/ketm/Makefile b/games/ketm/Makefile index 7f7b0622a6a..f53d6457ff5 100644 --- a/games/ketm/Makefile +++ b/games/ketm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/16 06:57:54 jlam Exp $ # DISTNAME= ketm-0.0.6 @@ -15,6 +15,8 @@ BUILD_TARGET= ketm USE_TOOLS+= gmake +INSTALLATION_DIRS= bin + post-patch: cd ${WRKSRC} && \ for f in *.c; do \ diff --git a/games/knightcap-brain/Makefile b/games/knightcap-brain/Makefile index 5ed1015a31b..ffd9c9ba750 100644 --- a/games/knightcap-brain/Makefile +++ b/games/knightcap-brain/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/24 22:46:10 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:54 jlam Exp $ DISTNAME= new_brain PKGNAME= knightcap-brain-19980616 @@ -19,6 +19,7 @@ EXTRACT_ONLY= # empty NO_CONFIGURE= # defined EGDIR= ${PREFIX}/share/examples/knightcap +INSTALLATION_DIRS= bin do-build: ${SED} -e "s,@PREFIX@,${PREFIX},g" < ${FILESDIR}/newbrain.sh \ diff --git a/games/knightcap/Makefile b/games/knightcap/Makefile index 898a53b8786..f99b53aed73 100644 --- a/games/knightcap/Makefile +++ b/games/knightcap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/16 06:57:54 jlam Exp $ DISTNAME= KnightCap-3.6 PKGNAME= knightcap-3.6 @@ -21,6 +21,7 @@ DEFINES= -DTB_DIR=\\\"${TBDIR}\\\" TBDIR= ${PREFIX}/share/egtb DOCDIR= ${PREFIX}/share/doc/knightcap +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/KnightCap ${PREFIX}/bin diff --git a/games/level9/Makefile b/games/level9/Makefile index 614034d1650..4816c97ad17 100644 --- a/games/level9/Makefile +++ b/games/level9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:45:51 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:54 jlam Exp $ DISTNAME= Level9_3.0_Source PKGNAME= level9-3.0 @@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}/Unix INCOMPAT_CURSES+= NetBSD-1.4[Y-Z]* NetBSD-1.5* NetBSD-1.6-* NetBSD-1.6.* INCOMPAT_CURSES+= NetBSD-1.6[A-L]* +INSTALLATION_DIRS= bin + post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} diff --git a/games/majesty-demo/Makefile b/games/majesty-demo/Makefile index b1dbc1a056b..8129631d814 100644 --- a/games/majesty-demo/Makefile +++ b/games/majesty-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/15 04:26:24 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= majesty_demo @@ -27,6 +27,8 @@ BINNAME= maj_demo LGP_PATH= ${PREFIX}/lib/lgp MAJ_PATH= ${LGP_PATH}/maj_demo +INSTALLATION_DIRS= bin + do-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ -e 's#@@LIBDIR@@#${MAJ_PATH}#g' \ diff --git a/games/minami/Makefile b/games/minami/Makefile index 5fd4f45c299..3d719984c6c 100644 --- a/games/minami/Makefile +++ b/games/minami/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:52 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= minami-1.0.2 @@ -12,6 +12,8 @@ COMMENT= Text adventure REPLACE_PERL= gen_act gen_dun gen_itm gen_scn minflag +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/minami ${PREFIX}/bin diff --git a/games/mirrormagic-sdl/Makefile b/games/mirrormagic-sdl/Makefile index 785adcb9513..6c9b3bfca8f 100644 --- a/games/mirrormagic-sdl/Makefile +++ b/games/mirrormagic-sdl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/05/22 20:08:02 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= mirrormagic-2.0.2 @@ -19,6 +19,8 @@ PLIST_SRC= ${WRKDIR}/PLIST PLIST # if you change SCORE_PATH, don't forget to change patch-aa, too SCORE_PATH= /var/games/mirrormagic +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} -o bin -g games -m 2755 \ ${WRKSRC}/mirrormagic ${PREFIX}/bin diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index db1984e21fe..6761e17538f 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= mirrormagic-2.0.2 @@ -17,6 +17,8 @@ PLIST_SRC= ${WRKDIR}/PLIST PLIST # if you change SCORE_PATH, don't forget to change patch-aa, too SCORE_PATH= /var/games/mirrormagic +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-install: diff --git a/games/nagi/Makefile b/games/nagi/Makefile index 435659233af..85db69abf42 100644 --- a/games/nagi/Makefile +++ b/games/nagi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/05/22 20:08:02 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= nagi_src_-_2002-11-14 @@ -17,6 +17,8 @@ MAKEFILE= Makefile.linux NAGILIB= ${PREFIX}/lib/nagi +INSTALLATION_DIRS= bin + post-build: ${SED} "s|@PREFIX@|${PREFIX}|" <${FILESDIR}/nagi.sh >${WRKDIR}/nagi.sh diff --git a/games/netris/Makefile b/games/netris/Makefile index bdba4cea559..7e231221892 100644 --- a/games/netris/Makefile +++ b/games/netris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/31 21:46:06 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= netris-0.52 @@ -20,6 +20,8 @@ CONFIGURE_SCRIPT= ./Configure .include "options.mk" +INSTALLATION_DIRS= bin + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/netris ${PREFIX}/bin @ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/netris diff --git a/games/neverball/Makefile b/games/neverball/Makefile index ce9c4996ab2..aa0a4eb1181 100644 --- a/games/neverball/Makefile +++ b/games/neverball/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= neverball-1.2.2 @@ -18,6 +18,8 @@ BUILDLINK_TRANSFORM.SDL_ttf+= -e "s|/SDL/|/|g" SHAREDIR= ${PREFIX}/share/${PKGBASE} +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${SHAREDIR} ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} diff --git a/games/nighthawk/Makefile b/games/nighthawk/Makefile index 6352e4d9f25..e9b675bfd20 100644 --- a/games/nighthawk/Makefile +++ b/games/nighthawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/06/07 05:44:46 minskim Exp $ +# $NetBSD: Makefile,v 1.28 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= nighthawk-2.1 @@ -24,6 +24,8 @@ CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" \ -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\"" \ -DVARBASE="\"${VARBASE}\"" +INSTALLATION_DIRS= bin + .include "../../graphics/xpm/buildlink3.mk" .include "../../mk/ossaudio.buildlink3.mk" diff --git a/games/omega/Makefile b/games/omega/Makefile index 1ee81c25347..f8f31969583 100644 --- a/games/omega/Makefile +++ b/games/omega/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/04/11 21:45:56 tv Exp $ +# $NetBSD: Makefile,v 1.27 2005/06/16 06:57:55 jlam Exp $ DISTNAME= omega-0.90.4-src PKGNAME= omega-0.90.4 @@ -21,6 +21,8 @@ FILEMODE= 0660 FILEMODE= 0600 .endif +INSTALLATION_DIRS= bin man/man6 + do-install: ${INSTALL_GAME} ${WRKSRC}/omega ${PREFIX}/bin/Omega ${INSTALL_MAN} ${WRKSRC}/docs/omega.6 ${PREFIX}/man/man6 diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 8e73b80c4bd..d9b47610d80 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/06/01 18:02:51 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:55 jlam Exp $ DISTNAME= openttd-0.3.6-source PKGNAME= openttd-0.3.6 @@ -24,6 +24,8 @@ MAKE_ENV+= X11BASE=${X11BASE} WRKSRC= ${WRKDIR}/${PKGNAME} +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/openttd ${PREFIX}/bin @${INSTALL_DATA_DIR} ${DATA_DIR} diff --git a/games/powwow/Makefile b/games/powwow/Makefile index 4731c0b0ff0..e537e2b5d18 100644 --- a/games/powwow/Makefile +++ b/games/powwow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/05/22 20:08:02 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:55 jlam Exp $ DISTNAME= powwow-1.2.5 CATEGORIES= games @@ -11,6 +11,8 @@ COMMENT= Client to play MUDs USE_TOOLS+= gmake POWWOW_DIR= ${PREFIX}/share/powwow +INSTALLATION_DIRS= bin man/man6 + do-build: cd ${WRKSRC} && POWWOW_DIR="${POWWOW_DIR}" CFLAGS="${CFLAGS}" ./make_it diff --git a/games/pysol/Makefile b/games/pysol/Makefile index facf514fe55..fc564ce8da7 100644 --- a/games/pysol/Makefile +++ b/games/pysol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/04/11 21:45:56 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= pysol-4.81 @@ -17,6 +17,8 @@ PLIST_SRC= ${WRKDIR}/PLIST.src CARDSETS= pysol-cardsets-4.40 +INSTALLATION_DIRS= bin man/man6 + do-install: ${SED} -e "s|@pkgdatadir@|${PREFIX}/share/pysol|" \ -e "s|python|${PYTHONBIN}|" \ diff --git a/games/qstat/Makefile b/games/qstat/Makefile index f5539008443..6decb29096a 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/18 17:51:19 peter Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:55 jlam Exp $ DISTNAME= qstat-2.6 CATEGORIES= games @@ -10,6 +10,8 @@ COMMENT= Program that gathers real-time statistics from game servers NO_CONFIGURE= yes +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${PKGBASE} ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} diff --git a/games/quake/Makefile b/games/quake/Makefile index 49ca21635fd..ced2b632829 100644 --- a/games/quake/Makefile +++ b/games/quake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/06/01 18:02:52 jlam Exp $ +# $NetBSD: Makefile,v 1.37 2005/06/16 06:57:55 jlam Exp $ DISTNAME= q1source PKGNAME= quake-2.30 @@ -26,6 +26,8 @@ MAKE_ENV+= X11BASE=${X11BASE} LDFLAGS+= ${LIBOSSAUDIO} +INSTALLATION_DIRS= bin + do-configure: cd ${WRKSRC}/qw && ${LN} -fs makefile.linux ${MAKEFILE} cd ${WRKSRC}/winquake && ${LN} -fs makefile.linuxi386 ${MAKEFILE} diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile index 066108c7aa9..8087062e3fc 100644 --- a/games/quake3arena-demo/Makefile +++ b/games/quake3arena-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/06/01 18:02:52 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/06/16 06:57:55 jlam Exp $ DISTNAME= linuxq3ademo-1_11-6_x86_gz PKGREVISION= 2 @@ -40,6 +40,8 @@ DIST_SUBDIR= lokigames LIBDIR= ${PREFIX}/lib/lokigames/${BINNAME} SHAREDIR= ${PREFIX}/share/doc/lokigames +INSTALLATION_DIRS= bin + do-build: ${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \ -e 's#@@LIBDIR@@#${LIBDIR}#g' \ diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile index deb96944417..f4d3253e0cb 100644 --- a/games/quake3arena/Makefile +++ b/games/quake3arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/06/01 18:02:52 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/16 06:57:55 jlam Exp $ DISTNAME= linuxq3apoint-1.32b.x86 PKGREVISION= 1 @@ -44,6 +44,8 @@ WRKSRC= ${WRKDIR} LIBDIR= ${PREFIX}/lib/lokigames/${BINNAME} SHAREDIR= ${PREFIX}/share/doc/lokigames +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-build: diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 9332fdfc635..39a89f6e3ca 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2005/05/16 01:15:32 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2005/06/16 06:57:55 jlam Exp $ DISTNAME= Rollemup PKGNAME= rollemup-1.0 @@ -42,6 +42,8 @@ DEPENDS= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 CHECK_SHLIBS= no .endif +INSTALLATION_DIRS= bin + do-build: @${SED} -e 's|$${PREFIX}|${PREFIX}|g' \ -e 's|$${GAMES_DIR}|${GAMES_DIR}|g' \ diff --git a/games/sarien/Makefile b/games/sarien/Makefile index 7977f817249..2c5abe4183d 100644 --- a/games/sarien/Makefile +++ b/games/sarien/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/05/22 20:08:03 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= sarien-0.7.0 @@ -20,6 +20,8 @@ CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" EGDIR= ${PREFIX}/share/examples/sarien CONF_FILES= ${EGDIR}/sarien.conf ${PKG_SYSCONFDIR}/sarien.conf +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/sarien ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sarien diff --git a/games/scummvm-bass/Makefile b/games/scummvm-bass/Makefile index 180c7c43ded..780cb5110cc 100644 --- a/games/scummvm-bass/Makefile +++ b/games/scummvm-bass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:45:57 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= BASS-Floppy @@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR}/sky-floppy BASSDIR= ${PREFIX}/share/games/bass +INSTALLATION_DIRS= bin + do-build: ${SED} "s|@BASSDIR@|${BASSDIR}|" <${FILESDIR}/bass.sh \ >${WRKDIR}/bass.sh diff --git a/games/scummvm-fotaq/Makefile b/games/scummvm-fotaq/Makefile index 382c18e9a53..0e3b8c4d9bc 100644 --- a/games/scummvm-fotaq/Makefile +++ b/games/scummvm-fotaq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:57 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:55 jlam Exp $ # DISTNAME= FOTAQ_Floppy @@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR}/FOTAQ_Floppy FOTAQDIR= ${PREFIX}/share/games/fotaq +INSTALLATION_DIRS= bin + do-build: ${SED} "s|@FOTAQDIR@|${FOTAQDIR}|" <${FILESDIR}/fotaq.sh \ >${WRKDIR}/fotaq.sh diff --git a/games/sl/Makefile b/games/sl/Makefile index acfefdbd4d1..a3389629ddf 100644 --- a/games/sl/Makefile +++ b/games/sl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/03/08 10:30:07 uebayasi Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= sl @@ -17,6 +17,8 @@ COMMENT= Animated SL that runs across the terminal when you type `sl' BUILD_DEPENDS= nkf-[0-9]*:../../converters/nkf +INSTALLATION_DIRS= bin man/ja_JP.EUC/man1 + post-build: nkf -e ${WRKSRC}/sl.1 > ${WRKSRC}/sl.1.euc diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile index f207b5f7244..7f38dc87e0f 100644 --- a/games/stratagus/Makefile +++ b/games/stratagus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:08:03 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= stratagus-2.1-src @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-flac --with-mad +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/stratagus ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/stratagus diff --git a/games/tscp/Makefile b/games/tscp/Makefile index 005abdcdd62..a8a7ce554f4 100644 --- a/games/tscp/Makefile +++ b/games/tscp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:45:57 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= tscp181 @@ -19,6 +19,8 @@ NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC} ; ${CC} ${CFLAGS} ${LDFLAGS} -o tscp *.c -lcompat diff --git a/games/vms-empire/Makefile b/games/vms-empire/Makefile index d8d0c25bd80..d1ecaee54d8 100644 --- a/games/vms-empire/Makefile +++ b/games/vms-empire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:45:57 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= vms-empire-1.7 @@ -9,6 +9,7 @@ MAINTAINER= pancake@phreaker.net HOMEPAGE= http://www.catb.org/~esr/vms-empire/ COMMENT= Solitaire Empire (sometimes called "VMS Empire") +INSTALLATION_DIRS= bin man/man6 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vms-empire ${PREFIX}/bin diff --git a/games/wxhugo/Makefile b/games/wxhugo/Makefile index 35ca3875a63..c5b6cda48af 100644 --- a/games/wxhugo/Makefile +++ b/games/wxhugo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/14 07:15:52 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= hugov31_unix_source @@ -25,6 +25,8 @@ SUBST_STAGE.dos_eol= post-extract SUBST_FILES.dos_eol= *.c *.cpp */*.c */*.cpp */*/*.c */*/*.cpp SUBST_FILTER_CMD.dos_eol= ${TR} -d '\r' +INSTALLATION_DIRS= bin + .include "../../audio/libmikmod/buildlink3.mk" .include "../../x11/wxGTK/buildlink3.mk" diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile index f02bcaeaebf..f87ac22cfa4 100644 --- a/games/xdoom/Makefile +++ b/games/xdoom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/06/01 18:02:52 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2005/06/16 06:57:56 jlam Exp $ DISTNAME= linuxdoom-1.10 PKGNAME= xdoom-1.10 @@ -37,6 +37,8 @@ CFLAGS+= -DLINUX CFLAGS+= -D__BIG_ENDIAN__=1 .endif +INSTALLATION_DIRS= bin + .include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/x11.buildlink3.mk" diff --git a/games/xevil/Makefile b/games/xevil/Makefile index 24b7a05dab7..e2cbc621db8 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/01 18:02:52 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:56 jlam Exp $ DISTNAME= xevilsrc2.02r2 PKGNAME= xevil-2.02 @@ -17,6 +17,8 @@ WRKSRC= ${WRKDIR} MAKE_ENV+= HOSTTYPE="pkgsrc" +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/x11/PKGSRC/xevil ${PREFIX}/bin/xevil ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xevil diff --git a/games/xjump/Makefile b/games/xjump/Makefile index 5882cca6ec0..a5d56edb37e 100644 --- a/games/xjump/Makefile +++ b/games/xjump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:56 jlam Exp $ DISTNAME= xjump_2.7.5.orig PKGNAME= xjump-2.7.5 @@ -12,7 +12,7 @@ COMMENT= Jumping game for X WRKSRC= ${WRKDIR}/xjump-2.7.5.orig BUILD_TARGET= xjump - +INSTALLATION_DIRS= bin do-install: ${INSTALL} -g games -m 2755 ${WRKSRC}/xjump ${PREFIX}/bin/xjump diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index 50c56e32239..5ab02344a92 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/05/23 15:09:06 heinz Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= xpipeman-1.5 @@ -12,6 +12,8 @@ COMMENT= Connect the pipes to contain the water flow game for X11 WRKSRC= ${WRKDIR}/xpipeman USE_IMAKE= yes +INSTALLATION_DIRS= bin man/man6 + do-install: ${INSTALL} -o bin -g games -m 2755 ${WRKSRC}/xpipeman \ ${X11PREFIX}/bin/xpipeman diff --git a/games/xrick/Makefile b/games/xrick/Makefile index 866a70599bc..c6e4fe6f563 100644 --- a/games/xrick/Makefile +++ b/games/xrick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= xrick-021212 @@ -26,6 +26,8 @@ SUBST_MESSAGE.data= Adjusting path to data.zip SUBST_FILES.data= src/xrick.c SUBST_SED.data= -e "s|data.zip|${PREFIX}/share/xrick/&|" +INSTALLATION_DIRS= bin man/man6 + post-extract: cd ${WRKSRC} && ${GUNZIP_CMD} xrick.6.gz diff --git a/games/xsc/Makefile b/games/xsc/Makefile index 02fa824f6c0..ff0a77d231b 100644 --- a/games/xsc/Makefile +++ b/games/xsc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= xsc-1.5 @@ -11,6 +11,7 @@ COMMENT= Star Castle clone GNU_CONFIGURE= yes USE_LANGUAGES= c++ +INSTALLATION_DIRS= bin .include "../../mk/x11.buildlink3.mk" diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index 9d4e8f7e86a..20e66ad010a 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:45:58 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= xscrabble-1.0 @@ -12,6 +12,8 @@ COMMENT= X version of the popular board game, for 1 to 4 players WRKSRC= ${WRKDIR}/xscrabble USE_IMAKE= YES +INSTALLATION_DIRS= bin lib/X11/app-defaults + post-patch: ${SED} 's!/usr/local/lib!${PREFIX}/share/games/xscrabble!g' \ ${WRKSRC}/XScrabble.ad > ${WRKSRC}/XScrabble diff --git a/games/xtris/Makefile b/games/xtris/Makefile index 76a9deea272..93ae112f909 100644 --- a/games/xtris/Makefile +++ b/games/xtris/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= xtris-1.15 @@ -14,6 +14,8 @@ USE_X11BASE= yes .include "options.mk" +INSTALLATION_DIRS= bin man/man6 + .include "../../mk/x11.buildlink3.mk" do-install: diff --git a/games/xtux/Makefile b/games/xtux/Makefile index 2e5f1ff67f6..6b6663868eb 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:56 jlam Exp $ DISTNAME= xtux-arena-src-nov-15 PKGNAME= xtux-0.2000.11.15 @@ -12,6 +12,8 @@ COMMENT= 2D multi-player shootout using images from the Open Software scene WRKSRC= ${WRKDIR}/xtux +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/xtux cd ${WRKSRC} && ${PAX} -rw data ${PREFIX}/share/xtux diff --git a/games/xworm/Makefile b/games/xworm/Makefile index 5b304f3c918..63cda72edda 100644 --- a/games/xworm/Makefile +++ b/games/xworm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:56 jlam Exp $ DISTNAME= xworm102 PKGNAME= xworm-1.02 @@ -11,6 +11,8 @@ COMMENT= Classic game with apples and hungry worm WRKSRC= ${WRKDIR}/XWorm BUILD_TARGET= bsd +INSTALLATION_DIRS= bin + .include "../../mk/x11.buildlink3.mk" do-install: diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index 64a57661efa..3f18320f64b 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/26 23:31:56 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:56 jlam Exp $ DISTNAME= gpsd-1.07 CATEGORIES= geography @@ -10,6 +10,8 @@ COMMENT= GPS information daemon GNU_CONFIGURE= YES +INSTALLATION_DIRS= sbin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gpsd ${PREFIX}/sbin diff --git a/geography/gpsutils/Makefile b/geography/gpsutils/Makefile index d0277e26f04..06a55c77a2c 100644 --- a/geography/gpsutils/Makefile +++ b/geography/gpsutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:45:59 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= gpsutils-0.4.0 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.wombat.ie/gps/ COMMENT= Capture and convert data from a Garmin GPS receiver WRKSRC= ${WRKDIR}/gpsutils-0.4.0/src +INSTALLATION_DIRS= bin do-install: .for PROGRAM in capture switchmode gbindiff diff --git a/geography/mapserver/Makefile b/geography/mapserver/Makefile index cf270260cf8..193b9cab67f 100644 --- a/geography/mapserver/Makefile +++ b/geography/mapserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= mapserver-4.0 @@ -18,6 +18,8 @@ CONFIGURE_ARGS+= --with-gd=${PREFIX} \ --with-libiconv=${PREFIX} \ --with-zlib=${BUILDLINK_PREFIX.zlib} +INSTALLATION_DIRS= bin include lib + do-install: ${INSTALL_DATA} ${WRKSRC}/libmap.a ${PREFIX}/lib ${INSTALL_DATA} ${WRKSRC}/map.h ${PREFIX}/include diff --git a/geography/xrmap-anthems/Makefile b/geography/xrmap-anthems/Makefile index 10f5e1f6edd..0d771beacd5 100644 --- a/geography/xrmap-anthems/Makefile +++ b/geography/xrmap-anthems/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:59 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= anthems-1.1 @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= National anthems (text) for xrmap +DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base + WRKSRC= ${WRKDIR} NO_BUILD= yes -DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base +INSTALLATION_DIRS= share/rmap do-install: cd ${WRKSRC} && ${PAX} -rw -pe anthems ${PREFIX}/share/rmap diff --git a/geography/xrmap-data/Makefile b/geography/xrmap-data/Makefile index d5eeb5b1216..888734a276a 100644 --- a/geography/xrmap-data/Makefile +++ b/geography/xrmap-data/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:59 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:56 jlam Exp $ # DISTNAME= CIA_WDB2.jpd @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= Vector data for xrmap +DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base + WRKSRC= ${WRKDIR} NO_BUILD= yes -DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base +INSTALLATION_DIRS= share/rmap do-install: ${INSTALL_DATA} ${WRKSRC}/CIA_WDB2.jpd ${PREFIX}/share/rmap diff --git a/geography/xrmap-factbook_html/Makefile b/geography/xrmap-factbook_html/Makefile index c621d151ecd..75331c8e9e8 100644 --- a/geography/xrmap-factbook_html/Makefile +++ b/geography/xrmap-factbook_html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:59 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= factbook_html_2002 @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= CIA factbook for xrmap (HTML) +DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base + WRKSRC= ${WRKDIR} NO_BUILD= yes -DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base +INSTALLATION_DIRS= share/rmap do-install: cd ${WRKSRC} && ${PAX} -rw -pe factbook ${PREFIX}/share/rmap diff --git a/geography/xrmap-factbook_text/Makefile b/geography/xrmap-factbook_text/Makefile index 4cb8c6dceae..79c87c85b7b 100644 --- a/geography/xrmap-factbook_text/Makefile +++ b/geography/xrmap-factbook_text/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:59 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= factbook_text_2002 @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= CIA factbook for xrmap +DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base + WRKSRC= ${WRKDIR} NO_BUILD= yes -DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base +INSTALLATION_DIRS= share/rmap do-install: cd ${WRKSRC} && ${PAX} -rw -pe factbook ${PREFIX}/share/rmap diff --git a/geography/xrmap-flags/Makefile b/geography/xrmap-flags/Makefile index 33574890c1a..ca94d4aabd7 100644 --- a/geography/xrmap-flags/Makefile +++ b/geography/xrmap-flags/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:59 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= flags-1.1 @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= National flags for xrmap +DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base + WRKSRC= ${WRKDIR} NO_BUILD= yes -DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base +INSTALLATION_DIRS= share/rmap do-install: cd ${WRKSRC} && ${PAX} -rw -pe flags ${PREFIX}/share/rmap diff --git a/geography/xrmap-hymns/Makefile b/geography/xrmap-hymns/Makefile index 71561d15063..dfdab5698c8 100644 --- a/geography/xrmap-hymns/Makefile +++ b/geography/xrmap-hymns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:59 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= hymns-1.2 @@ -11,9 +11,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= National anthems (MIDI) for xrmap +DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base + WRKSRC= ${WRKDIR} NO_BUILD= yes -DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base +INSTALLATION_DIRS= share/rmap do-install: cd ${WRKSRC} && ${PAX} -rw -pe hymns ${PREFIX}/share/rmap diff --git a/geography/xrmap-pdfmaps/Makefile b/geography/xrmap-pdfmaps/Makefile index b4e41910770..b11e9a9b47b 100644 --- a/geography/xrmap-pdfmaps/Makefile +++ b/geography/xrmap-pdfmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:45:59 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= pdfmaps-1.1 @@ -10,9 +10,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://frmas.free.fr/li_1.htm COMMENT= PDF maps for xrmap +DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base + WRKSRC= ${WRKDIR} NO_BUILD= yes -DEPENDS+= xrmap-base>=2.29:../../geography/xrmap-base +INSTALLATION_DIRS= share/rmap do-install: cd ${WRKSRC} && ${PAX} -rw -pe pdfmaps ${PREFIX}/share/rmap diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index d261b562f9f..1fdbb02fc5a 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.42 2005/06/01 18:02:54 jlam Exp $ +# $NetBSD: Makefile.common,v 1.43 2005/06/16 06:57:57 jlam Exp $ DISTNAME= MesaLib-${MESA_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -57,6 +57,7 @@ BUILD_TARGET= pkgsrc pre-install: @if [ -n "${INSTLIBS}" ]; then \ ${ECHO_MSG} "Installing libraries."; \ + ${INSTALL_LIB_DIR} ${PREFIX}/lib; \ for lib in ${INSTLIBS}; do \ ${LIBTOOL} --mode=install ${INSTALL_LIB} \ $${lib} ${PREFIX}/lib; \ diff --git a/graphics/OpenRM/Makefile b/graphics/OpenRM/Makefile index 8e4fe503d84..03915e2841a 100644 --- a/graphics/OpenRM/Makefile +++ b/graphics/OpenRM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/06/01 18:02:54 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= openrm-devel-1.5.2 @@ -16,6 +16,8 @@ BUILD_TARGET= freebsd docs MAKE_ENV+= AR=${AR} RM=${RM} CP=${CP} LN=${LN} ECHO_CMD=${ECHO} \ STRIP_CMD=${ECHO} +INSTALLATION_DIRS= lib + post-patch: ${MV} ${WRKSRC}/doc/sortlist.pl ${WRKSRC}/doc/sortlist.pl.orig && \ ${SED} -e 's|%%PERLBIN%%|${PERL5}|g' \ diff --git a/graphics/PanoTools/Makefile b/graphics/PanoTools/Makefile index 8f3b976ac52..e7446a91f7f 100644 --- a/graphics/PanoTools/Makefile +++ b/graphics/PanoTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/06/01 18:02:54 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= PanoTools @@ -21,6 +21,7 @@ NO_BUILD= YES PKG_JVM?= sun-jdk PLIST_SUBST+= JAVA_HOME="${PKG_JAVA_HOME:C/^${PREFIX}\///}" +INSTALLATION_DIRS= bin lib .include "../../mk/x11.buildlink3.mk" diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 6eb804f7e31..c61f27809a3 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/06/02 14:14:43 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= blender-2.36 @@ -22,6 +22,8 @@ LDFLAGS+= -lcrypto .include "options.mk" +INSTALLATION_DIRS= bin + post-patch: ${MV} ${WRKSRC}/SConstruct ${WRKSRC}/SConstruct.orig ${AWK} '{print} NR == 54 {print "env.Append(LINKFLAGS = \"-Wl,-R${X11BASE}/lib,-R${LOCALBASE}/lib\")"}' ${WRKSRC}/SConstruct.orig > ${WRKSRC}/SConstruct diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile index 673e244c987..63fbcaa64aa 100644 --- a/graphics/dcraw/Makefile +++ b/graphics/dcraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/05/06 04:33:30 markd Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= dcraw @@ -15,6 +15,8 @@ WRKSRC= ${WRKDIR} DIST_SUBDIR= ${PKGNAME_NOREV} LIBS+= -lm -ljpeg +INSTALLATION_DIRS= bin man/man1 + do-extract: (cd ${DISTDIR}/${DIST_SUBDIR} && ${CP} ${DISTFILES} ${WRKSRC}) diff --git a/graphics/dvdbackup/Makefile b/graphics/dvdbackup/Makefile index bd855cd3624..4a45b76b87d 100644 --- a/graphics/dvdbackup/Makefile +++ b/graphics/dvdbackup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:01 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:57 jlam Exp $ DISTNAME= dvdbackup-0.1.1 PKGREVISION= 2 @@ -11,6 +11,8 @@ COMMENT= DVD backup utility WRKSRC= ${WRKDIR}/dvdbackup/src +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC}; \ ${CC} -o dvdbackup dvdbackup.c ${CFLAGS} ${LDFLAGS} -ldvdread diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 974650c7420..b0526881abf 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/06/01 18:02:55 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2005/06/16 06:57:57 jlam Exp $ DISTNAME= fly-1.6.5 PKGREVISION= 6 @@ -18,6 +18,8 @@ REPLACE_PERL= examples/cgi-perl-example.pl \ examples/size.pl \ examples/perl.example +INSTALLATION_DIRS= bin + pre-configure: ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ < ${WRKSRC}/examples/cgi-perl-example.pl \ diff --git a/graphics/fujiplay/Makefile b/graphics/fujiplay/Makefile index e7a8618f524..31613327c7a 100644 --- a/graphics/fujiplay/Makefile +++ b/graphics/fujiplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/23 10:55:59 jmmv Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= fujiplay @@ -22,6 +22,8 @@ SUBST_SED.cvsid= -e 's|\$$Id|Id|' SUBST_SED.cvsid+= -e 's| \$$$$||' SUBST_FILES.cvsid= fujiplay.c +INSTALLATION_DIRS= bin + xpost-patch: cd ${WRKSRC} ; ${MV} fujiplay.c fujiplay.c.orig2 ; \ ${SED} \ diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 68f55f1091a..715b0196d30 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:03 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/16 06:57:57 jlam Exp $ DISTNAME= gdchart0.11.5dev PKGNAME= gdchart-0.11.5 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.fred.net/brv/chart/ COMMENT= Easy to use, fast C API for creating charts and graphs USE_LIBTOOL= yes +INSTALLATION_DIRS= include lib #TEST_TARGET= gdc_samp1 gdc_samp2 gdc_pie_samp ft_samp diff --git a/graphics/get_ds7/Makefile b/graphics/get_ds7/Makefile index cd250f71628..73526449fd6 100644 --- a/graphics/get_ds7/Makefile +++ b/graphics/get_ds7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/02/21 20:26:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= get_ds7_1.2.4 @@ -19,6 +19,8 @@ NO_BUILD= # defined DOCDIR= ${PREFIX}/share/doc/get_ds7 +INSTALLATION_DIRS= bin + post-patch: ${SED} -e "s,/usr/bin/perl,${PERL5}," \ <${WRKSRC}/get_ds7 >${WRKSRC}/get_ds7.exe diff --git a/graphics/gfract/Makefile b/graphics/gfract/Makefile index 9e188992cea..61ac4638a43 100644 --- a/graphics/gfract/Makefile +++ b/graphics/gfract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/06/01 18:02:55 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/06/16 06:57:57 jlam Exp $ # DISTNAME= gfract-0.30 @@ -21,6 +21,8 @@ SUBST_STAGE.prefix= post-extract SUBST_FILES.prefix= main.cpp SUBST_SED.prefix= -e "s,/usr/local,${PREFIX},g" +INSTALLATION_DIRS= bin + .include "../../devel/pkgconfig/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" diff --git a/graphics/gif320/Makefile b/graphics/gif320/Makefile index 53f4d029dee..0225ca100a2 100644 --- a/graphics/gif320/Makefile +++ b/graphics/gif320/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/02/21 20:26:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= gif320-3.3 @@ -12,6 +12,8 @@ COMMENT= GIF file viewer for use with VT-320 terminals BUILD_TARGET= # empty WRKSRC= ${WRKDIR}/gif320 +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gif320 ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/gif320.1 ${PREFIX}/man/man1 diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile index 624b13e9938..42e5dfff86d 100644 --- a/graphics/giftrans/Makefile +++ b/graphics/giftrans/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/02/21 20:26:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= sgif1122 @@ -13,6 +13,8 @@ COMMENT= Manipulate GIF89a images' transparency, comment and other data WRKSRC= ${WRKDIR}/usr/src/${PKGNAME_NOREV} +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/giftrans ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/giftrans.1 ${PREFIX}/man/man1 diff --git a/graphics/gimp-rawphoto/Makefile b/graphics/gimp-rawphoto/Makefile index 8f53d011dbd..fbc85fdb596 100644 --- a/graphics/gimp-rawphoto/Makefile +++ b/graphics/gimp-rawphoto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:03 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= rawphoto-200410220928 @@ -13,6 +13,7 @@ COMMENT= Digicam RAW file importer for GIMP WRKSRC= ${WRKDIR}/rawphoto-200410220910/src BUILD_TARGET= build +INSTALLATION_DIRS= lib/gimp/2.0/plugin-ins pre-build: ${LN} -sf ${LOCALBASE}/bin/gimptool-2.0 \ diff --git a/graphics/gimp-warp-sharp/Makefile b/graphics/gimp-warp-sharp/Makefile index e0b35c78cc9..26a25d4c528 100644 --- a/graphics/gimp-warp-sharp/Makefile +++ b/graphics/gimp-warp-sharp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/07 15:06:08 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:58 jlam Exp $ DISTNAME= warp-sharp PKGNAME= gimp-${DISTNAME}-1.4 @@ -19,6 +19,8 @@ NO_BUILD= yes DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC} +INSTALLATION_DIRS= share/gimp/2.0/scripts + do-install: ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} \ ${PREFIX}/share/gimp/2.0/scripts diff --git a/graphics/gmngview/Makefile b/graphics/gmngview/Makefile index 99b1fa628f8..a58706ddf44 100644 --- a/graphics/gmngview/Makefile +++ b/graphics/gmngview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:03 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= libmng-1.0.7 @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/contrib/gcc/gtk-mng-view MAKE_ENV+= LIBMNG_PREFIX=${BUILDLINK_PREFIX.mng:Q} EXTRACT_ELEMENTS= */contrib/gcc/gtk-mng* +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gmngview ${PREFIX}/bin diff --git a/graphics/gnome2-pixmaps/Makefile b/graphics/gnome2-pixmaps/Makefile index 45d8f74b93c..f3aeaaf9625 100644 --- a/graphics/gnome2-pixmaps/Makefile +++ b/graphics/gnome2-pixmaps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/06/01 18:02:56 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= gnome-desktop-2.10.1 @@ -25,6 +25,7 @@ NO_CONFIGURE= YES NO_BUILD= YES DSTDIR= ${PREFIX}/share/pixmaps +INSTALLATION_DIRS= share/pixmaps .include "../../mk/x11.buildlink3.mk" diff --git a/graphics/iGMT/Makefile b/graphics/iGMT/Makefile index e6bbfb9c950..f0264f4544d 100644 --- a/graphics/iGMT/Makefile +++ b/graphics/iGMT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2005/06/01 18:02:56 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2005/06/16 06:57:58 jlam Exp $ DISTNAME= igmt_v1.2 PKGNAME= iGMT-1.2 @@ -22,6 +22,7 @@ NO_BUILD= yes GMT_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= GMT_PREFIX=GMT EVAL_PREFIX+= TK_PREFIX=tk +INSTALLATION_DIRS= bin .include "../../mk/x11.buildlink3.mk" diff --git a/graphics/jpeg2ps/Makefile b/graphics/jpeg2ps/Makefile index b76029c74ae..657343ffdda 100644 --- a/graphics/jpeg2ps/Makefile +++ b/graphics/jpeg2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:05 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= jpeg2ps-1.9 @@ -14,6 +14,8 @@ RESTRICTED= may not be sold NO_SRC_ON_CD= ${RESTRICTED} NO_BIN_ON_CD= ${RESTRICTED} +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jpeg2ps ${LOCALBASE}/bin ${INSTALL_MAN} ${WRKSRC}/jpeg2ps.1 ${LOCALBASE}/man/man1 diff --git a/graphics/jpeg_ls/Makefile b/graphics/jpeg_ls/Makefile index a9799213456..1d40070a573 100644 --- a/graphics/jpeg_ls/Makefile +++ b/graphics/jpeg_ls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:05 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= jpeg_ls_v2.2 @@ -14,6 +14,7 @@ BUILD_DIRS= ${WRKSRC}/Decoder ${WRKSRC}/Encoder MAKEFILE= makefile LICENSE= no-commercial-use +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Decoder/locod ${PREFIX}/bin diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile index 180df84f3cd..82af63af0b6 100644 --- a/graphics/metacam/Makefile +++ b/graphics/metacam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/05/22 20:08:06 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= metacam-1.2 @@ -11,6 +11,7 @@ COMMENT= Digital camera image meta-information reader USE_TOOLS+= gmake BUILD_TARGET= default +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/metacam ${PREFIX}/bin diff --git a/graphics/mpgtx/Makefile b/graphics/mpgtx/Makefile index 9d30da3aee4..a2e27e5df24 100644 --- a/graphics/mpgtx/Makefile +++ b/graphics/mpgtx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/31 22:45:58 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= mpgtx-1.3.1 @@ -16,6 +16,8 @@ BUILD_TARGET= mpgtx PLINKS= mpgjoin mpgcat mpgsplit mpginfo mpgdemux tagmp3 MLINKS= mpgcat.1 mpgjoin.1 mpginfo.1 mpgsplit.1 mpgdemux.1 +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/mpgtx ${PREFIX}/bin .for f in ${PLINKS} diff --git a/graphics/phpsview/Makefile b/graphics/phpsview/Makefile index c280c603b2c..8e21ca2bb12 100644 --- a/graphics/phpsview/Makefile +++ b/graphics/phpsview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:08 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= pwc-8.12 @@ -15,6 +15,7 @@ MAINTAINER= hamajima@NetBSD.org HOMEPAGE= http://www2.starcat.ne.jp/~takam/bsd/NetBSD.html#qcamPro COMMENT= Philips USB Cameras Utilities +INSTALLATION_DIRS= bin do-build: for f in phpsshot phpsview ; do \ diff --git a/graphics/ploticus/Makefile b/graphics/ploticus/Makefile index 9f00a822c37..ff55e098c62 100644 --- a/graphics/ploticus/Makefile +++ b/graphics/ploticus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2005/06/01 18:02:57 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/06/16 06:57:58 jlam Exp $ DISTNAME= pl231src PKGNAME= ploticus-2.31pl4 @@ -22,6 +22,8 @@ PREFABDST= ${PREFIX}/share/ploticus MAKE_ENV+= XLIBS="-L${X11BASE}/lib -lX11" MAKE_ENV+= XINCLUDEDIR="-I${X11BASE}/include" +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pl ${PREFIX}/bin/pl ${INSTALL_DATA_DIR} ${PREFABDST} diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index 096d646f072..f53bb0889ae 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/04/11 21:46:08 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= png2html-1.1 @@ -13,6 +13,8 @@ COMMENT= Takes a PNG image and transforms it to a web page FIX_RPATH+= CFLAGS CFLAGS+= -L${BUILDLINK_PREFIX.gd}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gd}/lib +INSTALLATION_DIRS= bin + do-install: ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/png2html ${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/png2html diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 0c5355dd8a4..95445b38e85 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/04/11 21:46:08 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= pngcrush-1.5.10 @@ -11,6 +11,7 @@ HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html COMMENT= Optimizer for PNG (Portable Network Graphics) files NO_CONFIGURE= YES +INSTALLATION_DIRS= bin do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o pngcrush pngcrush.c \ diff --git a/graphics/ppmtoxvpic/Makefile b/graphics/ppmtoxvpic/Makefile index 176ec7f5553..deaa8c128bf 100644 --- a/graphics/ppmtoxvpic/Makefile +++ b/graphics/ppmtoxvpic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/02/21 20:26:11 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:58 jlam Exp $ # PKGNAME= ppmtoxvpic-0.99.9 @@ -8,6 +8,8 @@ CATEGORIES= graphics MAINTAINER= tech-pkg@NetBSD.org COMMENT= Convert PPM image to preview pic readable by xv and gimp +INSTALLATION_DIRS= bin + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/utils/xvpicmaker ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/utils/ppmtoxvpic ${PREFIX}/bin diff --git a/graphics/prag/Makefile b/graphics/prag/Makefile index 7761fffd20c..0c748b9b6d2 100644 --- a/graphics/prag/Makefile +++ b/graphics/prag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:18:17 agc Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:58 jlam Exp $ DISTNAME= prag-1.0pl2 PKGNAME= prag-1.0.2 @@ -12,6 +12,8 @@ COMMENT= Replacement to "grap" graph generator backend to pic WRKSRC= ${WRKDIR}/prag-1.0 NO_BUILD= yes +INSTALLATION_DIRS= bin man/man1 + post-patch: (cd ${WRKSRC}; ${MV} prag prag.orig) (cd ${WRKSRC}; ${SED} -e "1s,/bin/nawk,${AWK}," < prag.orig >prag) diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 4924df83c0b..1b4634e315d 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:07 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/16 06:57:58 jlam Exp $ # DISTNAME= gdchart-py-0.6 @@ -24,6 +24,8 @@ EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart PY_PATCHPLIST= yes PYBINMODULE= yes +INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///} + do-install: .for f in ${MODULE_FILES} ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${PYSITELIB} diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 58fb5ccdf27..bec0178cf53 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/03/30 20:21:03 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:59 jlam Exp $ DISTNAME= rayshade.4.0 PKGNAME= rayshade-4.0 @@ -15,6 +15,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= < ${WRKDIR}/config.ans BUILD_TARGET= +INSTALLATION_DIRS= bin lib pre-configure: ${SED} -e 's|@CFLAGS@|${CFLAGS}|g' \ diff --git a/graphics/resize_image/Makefile b/graphics/resize_image/Makefile index 4814319387e..87e888f8879 100644 --- a/graphics/resize_image/Makefile +++ b/graphics/resize_image/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:07 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= resize_image-0.6 @@ -13,6 +13,8 @@ COMMENT= Fast image resizing tool USE_TOOLS+= gmake CFLAGS+= -DUNIX +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/resize_image ${PREFIX}/bin diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index 9989ce8ecc0..faba742df46 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:09 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= s10sh-0.2.0 @@ -13,6 +13,8 @@ COMMENT= USB/serial userspace driver for Canon PowerShot cameras HAS_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/s10sh ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/s10sh diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile index 5f9e5d9e965..a7d35592860 100644 --- a/graphics/vid/Makefile +++ b/graphics/vid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:10 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= vid-1.0.1 @@ -16,6 +16,8 @@ BUILD_TARGET= vid DOCDIR= share/doc/${PKGBASE} PLIST_SUBST+= DOCDIR=${DOCDIR} +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/vid ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/${DOCDIR} diff --git a/graphics/xdvipresent/Makefile b/graphics/xdvipresent/Makefile index 604dd10c525..ab3b8353176 100644 --- a/graphics/xdvipresent/Makefile +++ b/graphics/xdvipresent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:10 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= xdvipresent-0.6p14 @@ -22,6 +22,8 @@ EXAMPLES_DIR= ${PREFIX}/share/examples/xdvipresent MAN_DIR= ${PREFIX}/man/ HTML_DIR= ${PREFIX}/share/doc/html/xdvipresent +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_DATA_DIR} ${STYDIR}/images ${INSTALL_DATA} ${WRKSRC}/*.cls ${STYDIR} diff --git a/graphics/xzgv/Makefile b/graphics/xzgv/Makefile index db84dc9dc05..9cec51ecd83 100644 --- a/graphics/xzgv/Makefile +++ b/graphics/xzgv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/05/22 20:08:08 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2005/06/16 06:57:59 jlam Exp $ DISTNAME= xzgv-0.8 PKGNAME= xzgv-0.8.0.1 @@ -18,6 +18,7 @@ INFO_FILES= xzgv USE_X11BASE= yes USE_TOOLS+= gmake +INSTALLATION_DIRS= bin info man/man1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xzgv ${PREFIX}/bin diff --git a/ham/cwtext/Makefile b/ham/cwtext/Makefile index 03c7872894d..d65e4aec4fd 100644 --- a/ham/cwtext/Makefile +++ b/ham/cwtext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/22 20:08:08 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:57:59 jlam Exp $ DISTNAME= cwtext-0.91 CATEGORIES= ham @@ -12,6 +12,8 @@ MAKEFILE= makefile USE_TOOLS+= gmake BUILD_TARGET= ALL +INSTALLATION_DIRS= bin + post-patch: ${SED} -e "s,^PREFIX,#PREFIX,g" \ -e "s,gcc,${CC} ${CFLAGS},g" \ diff --git a/ham/locator/Makefile b/ham/locator/Makefile index 44df93e7bfe..0dfec4fb6ec 100644 --- a/ham/locator/Makefile +++ b/ham/locator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 16:52:08 martti Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= locator-0.1 @@ -11,6 +11,8 @@ COMMENT= Longitudes, latitudes to HAM locator converter NO_CONFIGURE= yes +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/locator ${PREFIX}/bin diff --git a/ham/wwl/Makefile b/ham/wwl/Makefile index 338eb223bba..0ba05493691 100644 --- a/ham/wwl/Makefile +++ b/ham/wwl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:18:36 agc Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= wwl-1.2 @@ -12,6 +12,8 @@ COMMENT= Calculates distance (qrb) WRKSRC= ${WRKDIR}/wwl NO_CONFIGURE= yes +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wwl ${PREFIX}/bin diff --git a/ham/yaesu/Makefile b/ham/yaesu/Makefile index c644f059d97..671c81f41b3 100644 --- a/ham/yaesu/Makefile +++ b/ham/yaesu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:18:36 agc Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= yaesu-0.12 @@ -12,6 +12,8 @@ COMMENT= Control interface for Yaesu FT-890 HF transceiver WRKSRC= ${WRKDIR}/yaesu NO_CONFIGURE= yes +INSTALLATION_DIRS= bin share/doc + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/yaesu ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/yaesu.README diff --git a/inputmethod/Chinput/Makefile b/inputmethod/Chinput/Makefile index 59b2118473d..61bda6090e2 100644 --- a/inputmethod/Chinput/Makefile +++ b/inputmethod/Chinput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/01 18:02:58 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:59 jlam Exp $ DISTNAME= Chinput-3.0 PKGREVISION= 2 @@ -13,6 +13,8 @@ USE_X11BASE= yes BUILD_TARGET= chinput +INSTALLATION_DIRS= bin etc + post-patch: ${SED} -e 's:/usr/dict:'${LOCALBASE}/lib/unicon':g' < \ ${WRKSRC}/src/init.c > ${WRKSRC}/src/init.c.tmp diff --git a/inputmethod/canna-canuum/Makefile b/inputmethod/canna-canuum/Makefile index 2f7c5940a0d..5b6e0647472 100644 --- a/inputmethod/canna-canuum/Makefile +++ b/inputmethod/canna-canuum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:11 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:57:59 jlam Exp $ # .include "../../inputmethod/canna/Makefile.common" @@ -8,6 +8,8 @@ MAINTAINER= oishi@ims.ac.jp MAKE_ARGS+= PREFIX=${PREFIX} +INSTALLATION_DIRS= man/ja_JP.EUC/man1 + do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${XMKMF_CMD}; \ ${MAKE_PROGRAM} ${MAKE_ARGS} Makefile; \ diff --git a/inputmethod/skkfep/Makefile b/inputmethod/skkfep/Makefile index c986eb73d00..e0d71233382 100644 --- a/inputmethod/skkfep/Makefile +++ b/inputmethod/skkfep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/20 12:18:53 agc Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:59 jlam Exp $ DISTNAME= skkfep0.86c PKGNAME= skkfep-0.86c @@ -18,6 +18,8 @@ MAKE_ENV= MAKE_FLAGS='EXECBASE=${LOCALBASE} CC=${CC}' DESCR_SRC= ${WRKDIR}/DESCR INSTALL_FILE= ${WRKDIR}/INSTALL +INSTALLATION_DIRS= bin man/man1 + post-build: ${SED} 's#@PKGBASE@#${LOCALBASE}#g' ${PKGDIR}/DESCR >${DESCR_SRC} ${SED} 's#@PKGBASE@#${LOCALBASE}#g' ${PKGDIR}/INSTALL >${INSTALL_FILE} diff --git a/lang/Cg-compiler/Makefile b/lang/Cg-compiler/Makefile index c0289f3ac61..e069218384b 100644 --- a/lang/Cg-compiler/Makefile +++ b/lang/Cg-compiler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:12 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= CgLinux-1.3.0408-0400 @@ -22,6 +22,8 @@ NO_BUILD= yes DEPENDS+= suse_base>=7.3:../../emulators/suse_base .endif +INSTALLATION_DIRS= bin lib man/man3 share + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/Cg ${INSTALL_DATA_DIR} ${PREFIX}/include/CgFX diff --git a/lang/a60/Makefile b/lang/a60/Makefile index 56f70428f69..225db753fca 100644 --- a/lang/a60/Makefile +++ b/lang/a60/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/08/09 10:59:04 seb Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:59 jlam Exp $ DISTNAME= a60-0.20a CATEGORIES= lang @@ -13,6 +13,8 @@ CPPFLAGS+= -Dunix INFO_FILES= RRA60.info a60.info +INSTALLATION_DIRS= bin info man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/a60 ${PREFIX}/bin/ ${INSTALL_DATA_DIR} ${PREFIX}/share/a60/ diff --git a/lang/baci/Makefile b/lang/baci/Makefile index 1fa141def15..4c7e13be3e8 100644 --- a/lang/baci/Makefile +++ b/lang/baci/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:44:00 grant Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= bacisrc @@ -16,6 +16,8 @@ DEPENDS+= bison-[0-9]*:../../devel/bison PLIST_SRC= ${WRKDIR}/PLIST +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC}/ccomp && ${MAKE} cd ${WRKSRC}/disasm && ${MAKE} diff --git a/lang/brandybasic/Makefile b/lang/brandybasic/Makefile index 768c0290fbe..1d531a90897 100644 --- a/lang/brandybasic/Makefile +++ b/lang/brandybasic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/16 01:15:32 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:57:59 jlam Exp $ # DISTNAME= b116 @@ -17,6 +17,7 @@ EXAMPLEDIR= ${PREFIX}/share/examples/brandy BUILD_TARGET= nodebug PKGSRC_USE_TOOLS+= gtar +INSTALLATION_DIRS= bin do-install: ${INSTALL_DATA_DIR} ${DOCDIR} diff --git a/lang/cint/Makefile b/lang/cint/Makefile index ac87f05c669..7a1248bb3ea 100644 --- a/lang/cint/Makefile +++ b/lang/cint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/05/31 16:40:31 drochner Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:59 jlam Exp $ DISTNAME= cint5.15 PKGNAME= cint-5.15.174 @@ -22,6 +22,8 @@ PLIST_SUBST+= HAVE_THR="" PLIST_SUBST+= HAVE_THR="@comment " .endif +INSTALLATION_DIRS= bin + post-extract: ${FIND} -d ${WRKSRC} -type d -name CVS -exec ${RM} -rf {} \; ${FIND} ${WRKSRC} -type f -name .cvsignore -exec ${RM} -f {} \; diff --git a/lang/cu-prolog/Makefile b/lang/cu-prolog/Makefile index 880833c08d1..24ad2c60467 100644 --- a/lang/cu-prolog/Makefile +++ b/lang/cu-prolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/03/24 21:12:55 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:58:00 jlam Exp $ DISTNAME= cu-prolog-3.94 CATEGORIES= lang @@ -13,6 +13,8 @@ DIST_SUBDIR= ${DISTNAME} MAKEFILE= makefile BUILD_TARGET= cup +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cup3 ${PREFIX}/bin/cuprolog ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cu-prolog diff --git a/lang/eieio/Makefile b/lang/eieio/Makefile index fb3554aec94..9c2293db89b 100644 --- a/lang/eieio/Makefile +++ b/lang/eieio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:09 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:58:00 jlam Exp $ # DISTNAME= eieio-0.17 @@ -29,6 +29,8 @@ SRCS= eieio.el eieio-comp.el eieio-opt.el eieio-custom.el eieio-doc.el \ # XXX $cd ${WRKSRC}; ${MAKE} -V examples_LISP SRCS+= tree.el call-tree.el chart.el eieio-speedbar.el linemark.el +INSTALLATION_DIRS= ${INFO_DIR} + do-install: ${INSTALL_DATA_DIR} ${EMACS_LISPPREFIX}/eieio cd ${WRKSRC} && ${INSTALL_DATA} ${SRCS} ${SRCS:.el=.elc} \ diff --git a/lang/focal/Makefile b/lang/focal/Makefile index dc9d51251bc..39c27eed0bc 100644 --- a/lang/focal/Makefile +++ b/lang/focal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:13 tv Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:58:00 jlam Exp $ # DISTNAME= focal @@ -13,6 +13,8 @@ COMMENT= Interpreted programming language FOCALDOCDIR= ${PREFIX}/share/doc/focal +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/focal ${PREFIX}/bin ${INSTALL_DATA_DIR} ${FOCALDOCDIR} diff --git a/lang/gcc3-ada/Makefile b/lang/gcc3-ada/Makefile index cd19dcdb752..b293587fb2e 100644 --- a/lang/gcc3-ada/Makefile +++ b/lang/gcc3-ada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/11/28 19:19:52 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/16 06:58:00 jlam Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-ada-${GCC_VERSION} COMMENT= GNU Compiler Collection, v3 - Ada compiler @@ -75,6 +75,7 @@ post-build: ${ECHO} "ADA_INCLUDE_PATH+=${GCC_ARCHDIR}/adainclude" >> ${WRKDIR}/gcc3.mk do-install: + ${INSTALL_PROGRAM_DIR} ${GCC_ARCHDIR} ${INSTALL_PROGRAM} ${WRKSRC}/gcc/gnat1 ${GCC_ARCHDIR} cd ${WRKSRC}/gcc && ${SETENV} ${MAKE_ENV} ${GMAKE} \ ada.install-common ada.install-info install-gnatlib diff --git a/lang/gcc3-c++/Makefile b/lang/gcc3-c++/Makefile index b69e0f5833b..b5101dc53a8 100644 --- a/lang/gcc3-c++/Makefile +++ b/lang/gcc3-c++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/07/02 15:40:01 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:58:00 jlam Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-c++-${GCC_VERSION} COMMENT= GNU Compiler Collection, v3 - C++ compiler @@ -21,6 +21,7 @@ post-build: @${SED} ${FILES_SUBST_SED} ${FILESDIR}/gcc3.mk > ${WRKDIR}/gcc3.mk do-install: + ${INSTALL_PROGRAM_DIR} ${GCC_ARCHDIR} ${INSTALL_PROGRAM} ${WRKSRC}/gcc/cc1plus ${GCC_ARCHDIR} cd ${WRKSRC}/gcc && ${SETENV} ${MAKE_ENV} ${GMAKE} \ c++.install-common c++.install-man diff --git a/lang/gcc3-f77/Makefile b/lang/gcc3-f77/Makefile index 3b5668a6c8c..a3c45c5074d 100644 --- a/lang/gcc3-f77/Makefile +++ b/lang/gcc3-f77/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/07/02 15:40:01 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:58:00 jlam Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-f77-${GCC_VERSION} COMMENT= GNU Compiler Collection, v3 - F77 compiler @@ -22,6 +22,7 @@ post-build: @${SED} ${FILES_SUBST_SED} ${FILESDIR}/gcc3.mk > ${WRKDIR}/gcc3.mk do-install: + ${INSTALL_PROGRAM_DIR} ${GCC_ARCHDIR} ${INSTALL_PROGRAM} ${WRKSRC}/gcc/f771 ${GCC_ARCHDIR} cd ${WRKSRC}/gcc && ${SETENV} ${MAKE_ENV} ${GMAKE} \ f77.install-common f77.install-info f77.install-man diff --git a/lang/gcc3-java/Makefile b/lang/gcc3-java/Makefile index 2f82e274230..5ecabe0c702 100644 --- a/lang/gcc3-java/Makefile +++ b/lang/gcc3-java/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/07/02 15:40:01 drochner Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:58:00 jlam Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-java-${GCC_VERSION} COMMENT= GNU Compiler Collection, v3 - Java compiler @@ -26,6 +26,7 @@ do-build: ${GMAKE} all-target-libjava do-install: + ${INSTALL_PROGRAM_DIR} ${GCC_ARCHDIR} ${INSTALL_PROGRAM} ${WRKSRC}/gcc/jc1 ${GCC_ARCHDIR} ${INSTALL_PROGRAM} ${WRKSRC}/gcc/gcj ${GCC_ARCHDIR} ${INSTALL_PROGRAM} ${WRKSRC}/gcc/jvgenmain ${GCC_ARCHDIR} diff --git a/lang/gcc3-objc/Makefile b/lang/gcc3-objc/Makefile index 034d6921b30..90939b75b8b 100644 --- a/lang/gcc3-objc/Makefile +++ b/lang/gcc3-objc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/07/02 15:40:01 drochner Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:58:00 jlam Exp $ PKGNAME= gcc3${GCC3_PKGMODIF}-objc-${GCC_VERSION} COMMENT= GNU Compiler Collection, v3 - Objective C compiler @@ -14,6 +14,7 @@ do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} all-target-libobjc do-install: + ${INSTALL_PROGRAM_DIR} ${GCC_ARCHDIR} ${INSTALL_PROGRAM} ${WRKSRC}/gcc/cc1obj ${GCC_ARCHDIR} cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \ install-target-libobjc diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index ca5830cd09c..17ecde4c93d 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:46:14 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/06/16 06:58:00 jlam Exp $ DISTNAME= hugs98-Dec2001 PKGNAME= hugs98-200112 @@ -23,6 +23,8 @@ BUILD_TARGET= default CONFIGURE_ENV+= ac_cv_header_nlist_h=no .endif +INSTALLATION_DIRS= man/man1 + do-build: @cd ${WRKSRC}/.. && ${SETENV} ${MAKE_ENV} \ ${MAKE_PROGRAM} ${MAKE_FLAGS} -f ${MAKEFILE} ${BUILD_TARGET} diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile index 6bb3b65c20b..391bb907078 100644 --- a/lang/jasmin/Makefile +++ b/lang/jasmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:14 tv Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/16 06:58:00 jlam Exp $ # DISTNAME= jasmin-1.06 @@ -14,6 +14,8 @@ USE_JAVA= run WRKSRC= ${WRKDIR}/jasmin NO_BUILD= # defined +INSTALLATION_DIRS= bin + post-patch: ${MV} ${WRKSRC}/bin/jasmin ${WRKSRC}/bin/jasmin.patch && \ ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ diff --git a/lang/jbuilder-jit/Makefile b/lang/jbuilder-jit/Makefile index c35730940c7..5559cf37878 100644 --- a/lang/jbuilder-jit/Makefile +++ b/lang/jbuilder-jit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/05/16 01:15:32 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/16 06:58:00 jlam Exp $ # DISTNAME= unix_jb35foundation @@ -39,6 +39,7 @@ post-extract: @cd ${WRKDIR} && ${GTAR} -xzf ${EXTRACT_ELEMENTS} do-install: + ${INSTALL_LIB_DIR} ${PKG_JAVA_HOME}/lib/i386 ${INSTALL_PROGRAM} ${WRKSRC}/libjavacomp.so ${WRKSRC}/libjavacomp_g.so \ ${PKG_JAVA_HOME}/lib/i386/ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/jbuilder-jit diff --git a/lang/libperl/Makefile b/lang/libperl/Makefile index b478c0c82fa..865ca63fe05 100644 --- a/lang/libperl/Makefile +++ b/lang/libperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2005/04/11 21:46:14 tv Exp $ +# $NetBSD: Makefile,v 1.36 2005/06/16 06:58:00 jlam Exp $ .include "../../lang/perl5/Makefile.common" @@ -37,6 +37,7 @@ do-build: ${MAKE_PROGRAM} -f ${MAKEFILE} DynaLoader.o do-install: + ${INSTALL_DATA_DIR} ${PERL5_ARCHLIB} ${INSTALL_DATA} ${WRKSRC}/DynaLoader.o ${PERL5_ARCHLIB}/DynaLoader_pic.o .include "../../lang/perl5/module.mk" diff --git a/lang/libtcl-nothread/Makefile b/lang/libtcl-nothread/Makefile index dd049a09d78..dba9c06c99b 100644 --- a/lang/libtcl-nothread/Makefile +++ b/lang/libtcl-nothread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:14 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:58:00 jlam Exp $ # DISTNAME= tcl8.4.6-src @@ -35,6 +35,8 @@ CONFIGURE_ENV+= TCL_PACKAGE_PATH="${VIEWBASE}/lib/tcl" CONFIGURE_ENV+= COMPILER_OPTIMIZATION_BUG=YES .endif +INSTALLATION_DIRS= lib + post-configure: ${SED} 's|tcl84|tcl84-nothread|g' <${WRKSRC}/tclConfig.sh \ >${WRKSRC}/tclConfig-nothread.sh diff --git a/lang/minischeme/Makefile b/lang/minischeme/Makefile index 3183376df2f..c936f281249 100644 --- a/lang/minischeme/Makefile +++ b/lang/minischeme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:44:55 grant Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:58:00 jlam Exp $ DISTNAME= minischeme PKGNAME= minischeme-0.85 @@ -8,6 +8,8 @@ MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/scheme-repository/imp/ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Very tiny scheme interpreter +INSTALLATION_DIRS= bin + post-extract: ${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile diff --git a/lang/mzscheme/Makefile b/lang/mzscheme/Makefile index 331c6a40bd3..85a87608904 100644 --- a/lang/mzscheme/Makefile +++ b/lang/mzscheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/05/16 03:04:45 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/06/16 06:58:00 jlam Exp $ DISTNAME= mzscheme-205.src.unix PKGNAME= mzscheme-205 @@ -19,6 +19,8 @@ EXTRACT_USING= pax ONLY_FOR_PLATFORM= NetBSD-*-i386 ONLY_FOR_PLATFORM+= Linux-*-i386 +INSTALLATION_DIRS= man/man1 + post-patch: @for patchee in ${WRKDIR}/plt/man/man1/mzscheme.1 \ ${WRKDIR}/plt/man/man1/help-desk.1 \ diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 5c475b1e434..f9bc5e78352 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/03 15:15:01 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:58:00 jlam Exp $ # DISTNAME= parrot-0.0.1 @@ -13,6 +13,8 @@ USE_PERL5= # defined BUILD_TARGET= test_prog +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM_DIR} ${PREFIX}/include/parrot ${INSTALL_PROGRAM_DIR} ${PREFIX}/share/doc/parrot diff --git a/lang/pforth/Makefile b/lang/pforth/Makefile index 0f3e50a4088..be600fc974a 100644 --- a/lang/pforth/Makefile +++ b/lang/pforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:10 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/16 06:58:00 jlam Exp $ DISTNAME= pfthpc21 PKGNAME= pforth-21 @@ -16,6 +16,8 @@ MAKEFILE= ${WRKSRC}/makefile NOT_FOR_PLATFORM= *-*-alpha #segfaults when running ./pforth during build +INSTALLATION_DIRS= bin + post-extract: ${MKDIR} ${WRKSRC}/objects diff --git a/lang/py-extclass/Makefile b/lang/py-extclass/Makefile index 2454bf7bec9..019d2c591ce 100644 --- a/lang/py-extclass/Makefile +++ b/lang/py-extclass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/05/25 19:21:25 kristerw Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:58:01 jlam Exp $ # DISTNAME= Zope-2.2.2-src @@ -25,7 +25,9 @@ post-build: (cd ${WRKSRC}; ${PY_PROG} -O ${PY_LIBDIR}/compileall.py .) do-install: - (cd ${WRKSRC}; ${INSTALL_DATA} ExtensionClass.h ${PY_INCDIR} ; \ + (cd ${WRKSRC}; \ + ${INSTALL_DATA_DIR} ${PY_INCDIR} ; \ + ${INSTALL_DATA} ExtensionClass.h ${PY_INCDIR} ; \ ${INSTALL_SCRIPT_DIR} ${PY_SITEPKG} ; \ ${INSTALL_SCRIPT} Xaq.py* ${PY_SITEPKG} ; \ ${INSTALL_PROGRAM} *.so ${PY_SITEPKG} ; \ diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 5510aa940b1..3dab9f2eea5 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/03/24 21:12:55 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2005/06/16 06:58:01 jlam Exp $ DISTNAME= ruby-${RUBY_VERSION} PKGREVISION= 2 @@ -25,6 +25,8 @@ RUBY_COMMANDS= irb ruby RUBY_COMMANDS+= erb h2rb rdoc ri testrb .endif +INSTALLATION_DIRS= bin man/man1 + do-install: ${CP} ${PKGDIR}/PLIST ${PLIST_SRC} .if ${RUBY_NAME} != "ruby" diff --git a/lang/sather/Makefile b/lang/sather/Makefile index b364562889b..89fc5a0bdfd 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/06/01 18:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.27 2005/06/16 06:58:01 jlam Exp $ DISTNAME= sather-1.2.1 PKGREVISION= 5 @@ -48,6 +48,8 @@ SUBST_SED.sather-configure= \ -e 's:@LINKER_RPATH_FLAG@:${LINKER_RPATH_FLAG}:g' \ -e 's:@COMPILER_RPATH_FLAG@:${COMPILER_RPATH_FLAG}:g' +INSTALLATION_DIRS= man/man1 + post-build: cd ${WRKSRC}/Emacs; ${MAKEINFO} sather.texinfo; \ ${MAKEINFO} sather-tutorial.texinfo; \ diff --git a/lang/smalleiffel/Makefile b/lang/smalleiffel/Makefile index 2db4d5c1f3b..9b432140934 100644 --- a/lang/smalleiffel/Makefile +++ b/lang/smalleiffel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/12/03 15:15:01 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:58:01 jlam Exp $ # DISTNAME= ${PKGNAME:S/smalleiffel/se/} @@ -22,6 +22,8 @@ EGDIR= ${PREFIX}/share/examples/smalleiffel LIBDIR= ${PREFIX}/share/smalleiffel LIBEXECDIR= ${PREFIX}/libexec/smalleiffel +INSTALLATION_DIRS= bin + post-extract: ${FIND} ${WRKSRC} -type f -print | ${XARGS} ${CHMOD} 644 diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile index 03a43f2d413..056659c8692 100644 --- a/lang/smlnj/Makefile +++ b/lang/smlnj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:11 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2005/06/16 06:58:01 jlam Exp $ # DISTNAME= boot.${BOX}-unix @@ -49,6 +49,8 @@ SML_SCRIPTS= _link-sml _run-sml _ml-build _ml-makedepend .include "../../lang/smlnj/Makefile.common" +INSTALLATION_DIRS+= bin + # create parent directory for the runtime system pre-extract: ${MKDIR} ${WRKDIR}/src || ${TRUE} diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile index e45c8bb2be8..0e109c815b0 100644 --- a/lang/snobol/Makefile +++ b/lang/snobol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/05/15 22:02:27 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:58:01 jlam Exp $ # DISTNAME= snobol-0.99.4 @@ -20,6 +20,7 @@ BUILD_TARGET= it USE_CONFIGURE= NO PKGSRC_USE_TOOLS+= gzip +INSTALLATION_DIRS= bin man/man1 do-install: @${CP} ${WRKSRC}/doc/head ${WRKSRC}/doc/tutorial diff --git a/lang/stalin/Makefile b/lang/stalin/Makefile index 2f43ec4a2aa..c0f22b7c963 100644 --- a/lang/stalin/Makefile +++ b/lang/stalin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/06/01 18:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/06/16 06:58:01 jlam Exp $ DISTNAME= stalin-0.9 PKGREVISION= 4 @@ -21,6 +21,8 @@ UNLIMIT_RESOURCES= stacksize datasize CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O0/} .endif +INSTALLATION_DIRS= bin man/man1 + post-patch: ${SED} -e 's:@PREFIX@:${PREFIX}:g' \ -e 's:@LOCALBASE@:${LOCALBASE}:g' \ diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile index ade1a7155c6..57da19e4a9b 100644 --- a/lang/tk-expect/Makefile +++ b/lang/tk-expect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/04/08 11:54:15 adam Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/16 06:58:01 jlam Exp $ .include "../../lang/tcl-expect/Makefile.common" @@ -16,6 +16,8 @@ CONFIGURE_ARGS+= --with-tclinclude=${PREFIX}/include/tcl CONFIGURE_ARGS+= --with-tkconfig=${PREFIX}/lib CONFIGURE_ARGS+= --with-tkinclude=${PREFIX}/include/tk +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/expectk ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/expectk.man ${PREFIX}/man/man1/expectk.1 diff --git a/lang/twelf/Makefile b/lang/twelf/Makefile index 5d2255e4b42..cadcee1c7f4 100644 --- a/lang/twelf/Makefile +++ b/lang/twelf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/12/03 15:15:01 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:58:01 jlam Exp $ # DISTNAME= twelf-1-4 @@ -34,6 +34,8 @@ TWELF_EXAMPLEDIR= ${PREFIX}/share/examples/twelf .include "../../lang/smlnj/Makefile.common" +INSTALLATION_DIRS+= bin + post-extract: ${CHMOD} -R +r ${WRKSRC} diff --git a/lang/umb-scheme/Makefile b/lang/umb-scheme/Makefile index 96dd4990282..8194aea695f 100644 --- a/lang/umb-scheme/Makefile +++ b/lang/umb-scheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/12/03 15:15:02 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:58:01 jlam Exp $ DISTNAME= umb-scheme-3.2 CATEGORIES= lang @@ -10,6 +10,7 @@ COMMENT= UMB Scheme interpreter WRKSRC= ${WRKDIR}/scheme-3.2 BUILD_TARGET= default +INSTALLATION_DIRS= bin man/man1 pre-patch: ${MV} ${WRKSRC}/scheme.1 ${WRKSRC}/scheme.1.dist diff --git a/lang/vscm/Makefile b/lang/vscm/Makefile index d2727a7453d..64ac0f9d699 100644 --- a/lang/vscm/Makefile +++ b/lang/vscm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/05/22 20:08:11 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:58:02 jlam Exp $ DISTNAME= vscmV0r4 PKGNAME= vscm-0.4 @@ -15,6 +15,8 @@ COMMENT= Portable scheme implementation USE_TOOLS+= gmake +INSTALLATION_DIRS= bin + post-patch: ${SED} -e "s,@PREFIX@,${PREFIX}," ${FILESDIR}/path.h >${WRKSRC}/path.h diff --git a/mail/YoSucker/Makefile b/mail/YoSucker/Makefile index 4eb69124a27..00349d97753 100644 --- a/mail/YoSucker/Makefile +++ b/mail/YoSucker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:43 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= YoSucker-pr37 @@ -23,6 +23,7 @@ NO_BUILD= # defined EGDIR= ${PREFIX}/share/examples/YoSucker DOCDIR= ${PREFIX}/share/doc/YoSucker +INSTALLATION_DIRS= bin lib do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${PREFIX}/bin diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile index 3a0adee7300..c8493c4e9ad 100644 --- a/mail/anomy-sanitizer/Makefile +++ b/mail/anomy-sanitizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:17 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= anomy-sanitizer-1.69 @@ -23,6 +23,8 @@ USE_PERL5= # defined ANOMYLIB= ${PREFIX}/lib/anomy-sanitizer ANOMYDOC= ${PREFIX}/share/doc/anomy-sanitizer +INSTALLATION_DIRS= sbin + do-build: cd ${WRKSRC} && ( \ for i in sanitizer simplify; do \ diff --git a/mail/archivemail/Makefile b/mail/archivemail/Makefile index 1b577ba656d..df39e3d6aaa 100644 --- a/mail/archivemail/Makefile +++ b/mail/archivemail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:17 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= archivemail-0.6.1 @@ -10,6 +10,7 @@ HOMEPAGE= http://archivemail.sourceforge.net/ COMMENT= Tool for archiving and compressing old email in mailboxes NO_CONFIGURE= yes +INSTALLATION_DIRS= man/man1 do-build: diff --git a/mail/autorespond/Makefile b/mail/autorespond/Makefile index 22b6e4abf4f..9cc2a1aa96a 100644 --- a/mail/autorespond/Makefile +++ b/mail/autorespond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:17 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= autorespond-2.0.5 @@ -17,6 +17,8 @@ SUBST_STAGE.qmaildir= do-configure SUBST_FILES.qmaildir= autorespond.c SUBST_SED.qmaildir= -e 's|/var/qmail|${QMAILDIR}|g' +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/autorespond ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/autorespond.1 ${PREFIX}/man/man1 diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index 6388bf62f07..1a8e20405b8 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/06/01 18:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= bbmail-0.8.3 @@ -12,6 +12,8 @@ COMMENT= Mailbox monitor (not only) for the blackbox windowmanager GNU_CONFIGURE= YES USE_LANGUAGES= c++ +INSTALLATION_DIRS= bin man/man1 + .include "../../mk/x11.buildlink3.mk" do-install: diff --git a/mail/bulk_mailer/Makefile b/mail/bulk_mailer/Makefile index cbcf081de33..98ea3ec0968 100644 --- a/mail/bulk_mailer/Makefile +++ b/mail/bulk_mailer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/12/03 15:15:02 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= bulk_mailer-1.13 @@ -13,6 +13,8 @@ BUILD_TARGET= bulk_mailer CPPFLAGS.SunOS+= -DPIPECOMMAND=\"/usr/sbin/sendmail -bs %s\" +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bulk_mailer ${PREFIX}/bin/bulk_mailer ${INSTALL_MAN} ${WRKSRC}/bulk_mailer.1 ${PREFIX}/man/man1/bulk_mailer.1 diff --git a/mail/cucipop/Makefile b/mail/cucipop/Makefile index 81272e25a5b..4e908ed02c7 100644 --- a/mail/cucipop/Makefile +++ b/mail/cucipop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2005/06/01 14:37:31 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= cucipop-1.31 @@ -42,6 +42,7 @@ MAKE_ENV+= CFLAGS_INET6=-DINET6 LDFLAGS.SunOS+= -lnsl -lsocket +INSTALLATION_DIRS= man/man8 sbin pre-configure: @(cd ${WRKSRC}; \ for f in config.h cucipop.8 makevpopdb.8; do \ diff --git a/mail/cue/Makefile b/mail/cue/Makefile index c4eb4bce9bc..b478a0924cb 100644 --- a/mail/cue/Makefile +++ b/mail/cue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2005/05/31 10:01:37 dillo Exp $ +# $NetBSD: Makefile,v 1.47 2005/06/16 06:58:02 jlam Exp $ DISTNAME= cue-snap-20050131 PKGNAME= cue-20050131 @@ -38,6 +38,8 @@ CONFIGURE_ARGS+= --enable-idea CONFIGURE_ARGS+= --with-openssl=${SSLBASE} CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} +INSTALLATION_DIRS= bin + .include "../../security/openssl/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" diff --git a/mail/demime/Makefile b/mail/demime/Makefile index 6828c1bb2ca..166ce094b38 100644 --- a/mail/demime/Makefile +++ b/mail/demime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:18 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= demime-1.1d @@ -27,6 +27,8 @@ POD2MAN?= ${BUILDLINK_PREFIX.perl}/bin/pod2man EGDIR= ${PREFIX}/share/examples CONF_FILES= ${EGDIR}/demime_junkmail.cf ${PKG_SYSCONFDIR}/demime_junkmail.cf +INSTALLATION_DIRS= bin man/man1 + do-extract: @${MKDIR} ${WRKSRC} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTNAME:S/-/./} ${WRKSRC}/demime.stable diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 867d45fe71c..949c3a06062 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2005/06/01 18:02:59 jlam Exp $ +# $NetBSD: Makefile,v 1.64 2005/06/16 06:58:02 jlam Exp $ DISTNAME= fetchmail-6.2.5 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -20,6 +20,8 @@ PATCHDIR= ${.CURDIR}/../../mail/fetchmail/patches PYTHON_PATCH_SCRIPTS= fetchmailconf +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf ${PREFIX}/bin ${LN} -s fetchmail.1 ${PREFIX}/man/man1/fetchmailconf.1 diff --git a/mail/fromto/Makefile b/mail/fromto/Makefile index 562768324aa..9b067f3ba2d 100644 --- a/mail/fromto/Makefile +++ b/mail/fromto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:19:43 agc Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= fromto-1.5 @@ -14,6 +14,8 @@ RESTRICTED= "Redistribution allowed for non-commercial purposes only" WRKSRC= ${WRKDIR} USE_PERL5= yes +INSTALLATION_DIRS= bin + do-extract: ${MKDIR} ${WRKSRC} ${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/fromto.in diff --git a/mail/imap-uw-utils/Makefile b/mail/imap-uw-utils/Makefile index 9825bb7a928..250e79a9e49 100644 --- a/mail/imap-uw-utils/Makefile +++ b/mail/imap-uw-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/04/11 21:46:19 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/06/16 06:58:02 jlam Exp $ DISTNAME= imap-utils PKGNAME= imap-uw-utils-20050108 @@ -19,6 +19,8 @@ SRCDIRS= icat ifrom CFLAGS+= -I${BUILDLINK_PREFIX.imap-uw}/include/c-client LIBS+= -lc-client -lssl -lcrypto +INSTALLATION_DIRS= bin man/man1 + do-build: @for prog in ${SRCDIRS}; do \ ${ECHO} "==> Building $${prog}"; \ diff --git a/mail/imap-uw/Makefile b/mail/imap-uw/Makefile index 2034cd2c538..e08d6984668 100644 --- a/mail/imap-uw/Makefile +++ b/mail/imap-uw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2005/04/11 21:46:19 tv Exp $ +# $NetBSD: Makefile,v 1.95 2005/06/16 06:58:02 jlam Exp $ # ATTENTION: # The Kerberos support in this software is known to be problematic. If you # upgrade this package you *must* test it on a system with Kerberos libraries @@ -155,6 +155,7 @@ post-build: do-install: ${INSTALL_DATA_DIR} ${INC_DIR} cd ${WRKSRC}/c-client; ${INSTALL_DATA} ${CCLIENT_INCS} ${INC_DIR} + ${INSTALL_LIB_DIR} ${LIB_DIR} ${INST_LIB} ${WRKSRC}/c-client/${CCLIENT_LIB} ${LIB_DIR} ${INSTALL_LIB} ${WRKSRC}/c-client/.libs/${CCLIENT_PICLIB} ${LIB_DIR} ${RANLIB} ${LIB_DIR}/${CCLIENT_PICLIB} @@ -167,11 +168,14 @@ do-install: ;; \ esac; \ done + ${INSTALL_PROGRAM_DIR} ${PREFIX}/libexec ${INST_PROG} ${WRKSRC}/imapd/imapd ${PREFIX}/libexec ${INST_PROG} ${WRKSRC}/ipopd/ipop2d ${PREFIX}/libexec ${INST_PROG} ${WRKSRC}/ipopd/ipop3d ${PREFIX}/libexec + ${INSTALL_PROGRAM_DIR} ${PREFIX}/sbin ${INST_PROG} ${WRKSRC}/mtest/mtest ${PREFIX}/sbin ${LN} -sf ../libexec/imapd ${PREFIX}/sbin/rimapd + ${INSTALL_MAN_DIR} ${PREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/src/imapd/imapd.8 ${PREFIX}/man/man8 ${INSTALL_MAN} ${WRKSRC}/src/ipopd/ipopd.8 ${PREFIX}/man/man8 ${LN} -sf ipopd.8 ${PREFIX}/man/man8/ipop2d.8 @@ -182,7 +186,9 @@ do-install: ${FIND} ${DOC_DIR} -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE} ${FIND} ${DOC_DIR} -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE} + ${INSTALL_PROGRAM_DIR} ${PREFIX}/bin ${INST_PROG} ${WRKSRC}/mailutil/mailutil ${PREFIX}/bin + ${INSTALL_MAN_DIR} ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/src/mailutil/mailutil.1 ${PREFIX}/man/man1 ${INST_PROG} ${WRKSRC}/dmail/dmail ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/src/dmail/dmail.1 ${PREFIX}/man/man1 diff --git a/mail/imapproxy/Makefile b/mail/imapproxy/Makefile index e4698c2e87f..25afbfaca07 100644 --- a/mail/imapproxy/Makefile +++ b/mail/imapproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:20 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= imapproxy-1.0 @@ -11,6 +11,8 @@ COMMENT= Simple connection caching IMAP proxy daemon GNU_CONFIGURE= YES +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/imapproxy ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/imapproxy diff --git a/mail/incm/Makefile b/mail/incm/Makefile index ab02910eab5..b1dcfdd8a77 100644 --- a/mail/incm/Makefile +++ b/mail/incm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/03/15 13:48:28 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= incm-0.5 @@ -13,6 +13,8 @@ CONFLICTS= mew-[0-9]* GNU_CONFIGURE= YES +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/incm ${PREFIX}/bin/ diff --git a/mail/mailgraph/Makefile b/mail/mailgraph/Makefile index d4b3f43cb22..9ace88c5770 100644 --- a/mail/mailgraph/Makefile +++ b/mail/mailgraph/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:20 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= mailgraph-1.10 @@ -48,6 +48,7 @@ SUBST_SED.defs+= -e 's,/var/log/syslog,${VARBASE}/log/maillog,g' # SUBST_MESSAGE.defs= "Fixing defaults" +INSTALLATION_DIRS= ${CGIDIR} sbin do-build: do-configure: diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index 3ca77291d00..097eb9e7627 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/12/28 02:47:44 reed Exp $ +# $NetBSD: Makefile,v 1.4 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= MailScanner-4.30.3-2 @@ -90,6 +90,8 @@ SUBST_SED.systemdefs= -e s,/bin/rm,${RM},g SUBST_SED.systemdefs= -e s,/bin/sed,${SED},g .endif +INSTALLATION_DIRS= bin man/man5 man/man8 + # get rid of CVS backup files post-extract: cd ${WRKSRC} && ${RM} -f */.#* diff --git a/mail/mailserv/Makefile b/mail/mailserv/Makefile index c22a83499b5..4b0b2e7bd3c 100644 --- a/mail/mailserv/Makefile +++ b/mail/mailserv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:19:43 agc Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:58:02 jlam Exp $ # DISTNAME= mailserv @@ -26,6 +26,8 @@ CONF_FILES+= ${EGDIR}/${cf}.cf ${PKG_SYSCONFDIR}/${cf}.cf .endfor .undef cf +INSTALLATION_DIRS= libexec/cgi-bin + do-configure: .for file in mailserv cgi-lib.pl cd ${WRKSRC} && \ diff --git a/mail/mailsync/Makefile b/mail/mailsync/Makefile index 70b07112a0c..828614511f1 100644 --- a/mail/mailsync/Makefile +++ b/mail/mailsync/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/05/22 20:08:12 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/16 06:58:03 jlam Exp $ # DISTNAME= mailsync_5.2.1.orig @@ -31,6 +31,8 @@ DOCS= COPYING NEWS README THANKS TODO doc/ABSTRACT doc/HACKING .include "../../mk/bsd.prefs.mk" +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mailsync ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/mailsync diff --git a/mail/mairix/Makefile b/mail/mairix/Makefile index 075fd761aaa..270e3759ae4 100644 --- a/mail/mairix/Makefile +++ b/mail/mairix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/25 00:19:40 simonb Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:58:03 jlam Exp $ # DISTNAME= mairix-0.15.1 @@ -21,6 +21,8 @@ BINDIR= ${PREFIX}/bin INFODIR= ${PREFIX}/info HTMLDIR= ${PREFIX}/share/doc/html/mairix +INSTALLATION_DIRS= bin info + pre-build: @cd ${WRKSRC}; \ makeinfo mairix.texi; \ diff --git a/mail/mb2md/Makefile b/mail/mb2md/Makefile index a6dbf9a9fb9..23e43206fce 100644 --- a/mail/mb2md/Makefile +++ b/mail/mb2md/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/04/20 11:00:18 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2005/06/16 06:58:03 jlam Exp $ # DISTNAME= mb2md-3.20.pl @@ -19,6 +19,7 @@ USE_PERL5= run REPLACE_PERL= ${DISTNAME} NO_BUILD= # defined +INSTALLATION_DIRS= bin do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/${PKGBASE} diff --git a/mail/mdfrm/Makefile b/mail/mdfrm/Makefile index 37581812016..14df5596dad 100644 --- a/mail/mdfrm/Makefile +++ b/mail/mdfrm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/01/20 12:19:43 agc Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:58:03 jlam Exp $ # DISTNAME= mdfrm.pl @@ -18,6 +18,8 @@ WRKSRC= ${WRKDIR} USE_PERL5= yes NO_BUILD= yes +INSTALLATION_DIRS= bin + post-patch: ${SED} -e "s,/usr/local/bin/perl,${LOCALBASE}/bin/perl,g" \ -e "s,.Maildir,Maildir,g" \ diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile index c82cea3bd0b..e9269bc0d6b 100644 --- a/mail/milter-regex/Makefile +++ b/mail/milter-regex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:20 tv Exp $ +# $NetBSD: Makefile,v 1.10 2005/06/16 06:58:03 jlam Exp $ # DISTNAME= milter-regex-1.5 @@ -9,6 +9,7 @@ MAINTAINER= jdarrow@NetBSD.org HOMEPAGE= http://www.benzedrine.cx/milter-regex.html COMMENT= Milter enabling regular expression filtering +INSTALLATION_DIRS= man/man8 sbin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/milter-regex ${PREFIX}/sbin diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index e3808f9aa88..e66f2b5f78a 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/06/05 22:31:34 markd Exp $ +# $NetBSD: Makefile,v 1.24 2005/06/16 06:58:03 jlam Exp $ DISTNAME= mimedefang-2.52 CATEGORIES= mail @@ -63,6 +63,7 @@ CONFIGURE_ENV+= NAI=${PREFIX}/bin/uvscan # Doesn't work with pth PTHREAD_OPTS+= require native +INSTALLATION_DIRS= bin man/man5 man/man7 man/man8 do-install: ${INSTALL_DATA_DIR} ${PKG_SYSCONFDIR} ${INSTALL_DATA_DIR} ${EGDIR} diff --git a/mail/nail/Makefile b/mail/nail/Makefile index a7e9884cd0f..7067282ee2a 100644 --- a/mail/nail/Makefile +++ b/mail/nail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/04/11 21:46:21 tv Exp $ +# $NetBSD: Makefile,v 1.30 2005/06/16 06:58:03 jlam Exp $ DISTNAME= nail-11.22 CATEGORIES= mail @@ -30,6 +30,8 @@ EGDIR= ${PREFIX}/share/examples/nail CONF_FILES= ${EGDIR}/nail.rc ${PKG_SYSCONFDIR}/nail.rc +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/nail ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/nail.1 ${PREFIX}/man/man1 diff --git a/mail/pine/Makefile b/mail/pine/Makefile index eab3f3574c0..b7636b0df86 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2005/04/15 16:36:39 tron Exp $ +# $NetBSD: Makefile,v 1.105 2005/06/16 06:58:03 jlam Exp $ DISTNAME= pine4.62 PKGNAME= pine-4.62 @@ -57,6 +57,8 @@ PINE_LDAPCFLAGS= LDAPCFLAGS="-DENABLE_LDAP" PINE_LDAPLIBS= LDAPLIBS="-lldap -llber" .endif +INSTALLATION_DIRS= bin man/man1 + # Make sure the imap lib that comes with pine isn't # used (see http://www.securityfocus.com/advisories/2646) pre-patch: diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index add9a4bdb15..c5a6c0c4a04 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2005/05/31 17:46:45 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2005/06/16 06:58:03 jlam Exp $ # DISTNAME= popa3d-1.0 @@ -32,6 +32,8 @@ SUBST_FILES.params= params.h SUBST_SED.params= -e 's,/var/empty,${PREFIX}/share/empty,' \ -e 's,@@POPA3D_USER@@,"${POPA3D_USER}",' +INSTALLATION_DIRS= man/man8 sbin + do-install: ${INSTALL_PROGRAM} -m 500 ${WRKSRC}/popa3d ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/popa3d.8 ${PREFIX}/man/man8/ diff --git a/mail/poppassd/Makefile b/mail/poppassd/Makefile index 3539bdcd287..2971ff9e17a 100644 --- a/mail/poppassd/Makefile +++ b/mail/poppassd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/06/15 05:26:20 taca Exp $ +# $NetBSD: Makefile,v 1.20 2005/06/16 06:58:03 jlam Exp $ # DISTNAME= qpopper${VERSION} @@ -23,6 +23,8 @@ MAKE_ENV+= ROOT_USER=${ROOT_USER} ROOT_GROUP=${ROOT_GROUP} .include "options.mk" +INSTALLATION_DIRS= man/man8 share/doc + do-build: .for DIR in common password cd ${WRKSRC}/${DIR}; ${SETENV} ${MAKE_ENV} \ diff --git a/mail/poppy/Makefile b/mail/poppy/Makefile index 347f480e0b2..59b08f3b0dc 100644 --- a/mail/poppy/Makefile +++ b/mail/poppy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/07/23 14:28:56 zuntum Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:58:03 jlam Exp $ # DISTNAME= poppy-3.1 @@ -13,6 +13,8 @@ NO_BUILD= YES USE_PERL5= YES REPLACE_PERL= poppy +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/poppy ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/poppy.1 ${PREFIX}/man/man1 diff --git a/mail/postgrey/Makefile b/mail/postgrey/Makefile index 64582ca9e55..dd9104615a4 100644 --- a/mail/postgrey/Makefile +++ b/mail/postgrey/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/17 16:32:10 kim Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:58:08 jlam Exp $ # DISTNAME= postgrey-1.21 @@ -70,6 +70,8 @@ SUBST_SED.postgrey+= -e 's,/etc/postfix,${PKG_SYSCONFDIR},g' # SUBST_MESSAGE.postgrey= "Fixing defaults" +INSTALLATION_DIRS= sbin + do-build: do-install: diff --git a/mail/procmail/Makefile b/mail/procmail/Makefile index 66cbb1b128e..e0e392b4627 100644 --- a/mail/procmail/Makefile +++ b/mail/procmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2005/04/11 21:46:22 tv Exp $ +# $NetBSD: Makefile,v 1.37 2005/06/16 06:58:08 jlam Exp $ # DISTNAME= procmail-3.22 @@ -23,6 +23,8 @@ BUILD_DEFS+= PROCMAIL_MAILSPOOLHOME PROCMAIL_TRUSTED_IDS PROCMAIL_TRUSTED_IDS?=\ "root","daemon","uucp","mail","x400","network","list","slist","lists","news",0 +INSTALLATION_DIRS= bin man/man1 man/man5 + pre-configure: ${ECHO} "#define TRUSTED_IDS {${PROCMAIL_TRUSTED_IDS:Q}}" \ >> ${WRKSRC}/config.h diff --git a/mail/qcheck/Makefile b/mail/qcheck/Makefile index 1d557dde812..8d4b46e729b 100644 --- a/mail/qcheck/Makefile +++ b/mail/qcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/17 21:46:52 grant Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:58:08 jlam Exp $ # DISTNAME= qcheck @@ -11,6 +11,8 @@ COMMENT= Text-only biff with Maildir support NO_CONFIGURE= YES +INSTALLATION_DIRS= bin + do-build: ${CC} ${CFLAGS} ${WRKSRC}/qcheck.c -o ${WRKSRC}/qcheck diff --git a/mail/qmHandle/Makefile b/mail/qmHandle/Makefile index 431616aafda..4e5c92e6605 100644 --- a/mail/qmHandle/Makefile +++ b/mail/qmHandle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/12/28 02:47:45 reed Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:58:08 jlam Exp $ # DISTNAME= qmhandle-1.2.0 @@ -25,6 +25,8 @@ SUBST_SED.config+= -e 's|/etc/init.d/qmail|${RCD_SCRIPTS_DIR}/qmail|g' SUBST_SED.config+= -e 's|pidof|/usr/bin/pgrep|g' .endif +INSTALLATION_DIRS= bin + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/qmHandle ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/qmHandle diff --git a/mail/qmail-lint/Makefile b/mail/qmail-lint/Makefile index 359268f8eaa..acd9802ef30 100644 --- a/mail/qmail-lint/Makefile +++ b/mail/qmail-lint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/08/30 16:49:45 schmonz Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:58:08 jlam Exp $ # DISTNAME= qmail-lint-0.55 @@ -23,6 +23,8 @@ SUBST_STAGE.qmaildir= do-configure SUBST_FILES.qmaildir= ${DISTNAME} SUBST_SED.qmaildir= -e 's|/var/qmail|${QMAILDIR}|g' +INSTALLATION_DIRS= bin + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin/qmail-lint diff --git a/mail/queue_repair/Makefile b/mail/queue_repair/Makefile index 4680b354168..deb0da0510f 100644 --- a/mail/queue_repair/Makefile +++ b/mail/queue_repair/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/02/16 18:44:36 schmonz Exp $ +# $NetBSD: Makefile,v 1.13 2005/06/16 06:58:08 jlam Exp $ # DISTNAME= queue-repair-0.9.0 @@ -12,6 +12,7 @@ COMMENT= Check or correct most corruptions of the queue in qmail NO_BUILD= YES PYTHON_PATCH_SCRIPTS= queue_repair.py +INSTALLATION_DIRS= bin do-install: ${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${PREFIX}/bin/queue_repair diff --git a/mail/rblcheck/Makefile b/mail/rblcheck/Makefile index 9dcb5cb5376..87927d79102 100644 --- a/mail/rblcheck/Makefile +++ b/mail/rblcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:27 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/06/16 06:58:08 jlam Exp $ DISTNAME= rblcheck-1.4 CATEGORIES= mail @@ -11,6 +11,7 @@ COMMENT= Command-line interface to Paul Vixie's RBL filter DOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO +INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin diff --git a/mail/rss2email/Makefile b/mail/rss2email/Makefile index 6c77649a9e1..327faf1e852 100644 --- a/mail/rss2email/Makefile +++ b/mail/rss2email/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:27 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:58:08 jlam Exp $ # DISTNAME= rss2email-${RVER} @@ -31,6 +31,7 @@ SUBST_SED.bin+= -e 's|@PYTHONBIN@|${PYTHONBIN}|g' SHAREDIR= ${PREFIX}/share/rss2email EGDIR= ${PREFIX}/share/examples/rss2email +INSTALLATION_DIRS= bin man/man1 do-extract: ${CP} -R ${DISTDIR}/${DIST_SUBDIR} ${WRKSRC} diff --git a/mail/sigrot/Makefile b/mail/sigrot/Makefile index 97d5f742563..b217a2dbfd5 100644 --- a/mail/sigrot/Makefile +++ b/mail/sigrot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/05/22 20:08:12 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2005/06/16 06:58:08 jlam Exp $ DISTNAME= sigrot_1.2-1 PKGNAME= sigrot-1.2 @@ -15,6 +15,8 @@ USE_TOOLS+= gmake DOCDIR= ${PREFIX}/share/doc/sigrot EGDIR= ${PREFIX}/share/examples/sigrot +INSTALLATION_DIRS= bin man/man1 + do-build: cd ${WRKSRC} && ${CC} sigrot.c -o sigrot diff --git a/mail/sma/Makefile b/mail/sma/Makefile index ab19294b822..a7a9c90475d 100644 --- a/mail/sma/Makefile +++ b/mail/sma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:27 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/06/16 06:58:08 jlam Exp $ DISTNAME= sma-1.3.2 CATEGORIES= mail @@ -19,6 +19,7 @@ BUILD_TARGET= sma .if empty(LOWER_OPSYS:Mirix5*) CFLAGS+= -DUSE_REGEXP .endif +INSTALLATION_DIRS= bin man/man8 do-install: cd ${WRKSRC}; \ diff --git a/mail/squirrelmail-locales/Makefile b/mail/squirrelmail-locales/Makefile index 3b86cc88a72..064b58ba560 100644 --- a/mail/squirrelmail-locales/Makefile +++ b/mail/squirrelmail-locales/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/16 01:32:23 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/06/16 06:58:08 jlam Exp $ # DISTNAME= all_locales-${VER}-20050122 @@ -15,6 +15,7 @@ VER= 1.4.4 NO_CONFIGURE= # defined PKGSRC_USE_TOOLS+= tar +INSTALLATION_DIRS= share/squirrelmail WRKSRC= ${WRKDIR} diff --git a/mail/tmda/Makefile b/mail/tmda/Makefile index da95b1320ae..646e4022fb7 100644 --- a/mail/tmda/Makefile +++ b/mail/tmda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:28 tv Exp $ +# $NetBSD: Makefile,v 1.25 2005/06/16 06:58:08 jlam Exp $ # DISTNAME= tmda-1.0.3 @@ -44,6 +44,8 @@ SUBST_STAGE.etc= do-configure SUBST_FILES.etc= bin/tmda-ofmipd TMDA/Auth.py TMDA/Defaults.py SUBST_SED.etc= -e 's|/etc|${PKG_SYSCONFDIR}|g' +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC} && ${PYTHONBIN} ./compileall diff --git a/mail/xmailwatcher/Makefile b/mail/xmailwatcher/Makefile index 15c588f6fcc..45466002bc4 100644 --- a/mail/xmailwatcher/Makefile +++ b/mail/xmailwatcher/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/03/24 21:12:56 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2005/06/16 06:58:08 jlam Exp $ DISTNAME= xmailwatcher PKGNAME= ${DISTNAME}-1.6 @@ -9,6 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Mailbox checker which displays sender and subject lines of mails USE_IMAKE= yes +INSTALLATION_DIRS= bin man/man1 do-install: ${INSTALL_DATA} ${WRKSRC}/xmailwatcher.0 ${PREFIX}/man/man1/xmailwatcher.1 |