diff options
52 files changed, 115 insertions, 115 deletions
diff --git a/audio/libao-alsa/Makefile b/audio/libao-alsa/Makefile index fd115bbfa07..85b07ef7d76 100644 --- a/audio/libao-alsa/Makefile +++ b/audio/libao-alsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2010/05/30 11:25:44 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2013/04/06 15:46:33 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -7,8 +7,8 @@ PKGNAME= ${DISTNAME:S/libao/libao-alsa/} COMMENT+= (OSS plugin) CONFIGURE_ARGS= --enable-alsa -BUILD_DIRS= ${WRKSRC}/src/plugins/alsa -INSTALL_DIRS= ${WRKSRC}/src/plugins/alsa +BUILD_DIRS= src/plugins/alsa +INSTALL_DIRS= src/plugins/alsa BUILDLINK_API_DEPENDS.libao+= libao>=0.8.6nb1 diff --git a/audio/libao-arts/Makefile b/audio/libao-arts/Makefile index b2644cc1b9a..58f2c07c3b0 100644 --- a/audio/libao-arts/Makefile +++ b/audio/libao-arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/02/09 22:11:32 ryoon Exp $ +# $NetBSD: Makefile,v 1.25 2013/04/06 15:46:33 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -8,8 +8,8 @@ PKGREVISION= 6 COMMENT+= (arts plugin) CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-arts/enable-arts/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/arts -INSTALL_DIRS= ${WRKSRC}/src/plugins/arts +BUILD_DIRS= src/plugins/arts +INSTALL_DIRS= src/plugins/arts _LIBAO_BUILDING_PLUGIN= yes diff --git a/audio/libao-esound/Makefile b/audio/libao-esound/Makefile index cc27b1cbb58..13536e67196 100644 --- a/audio/libao-esound/Makefile +++ b/audio/libao-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/01/13 10:54:46 obache Exp $ +# $NetBSD: Makefile,v 1.14 2013/04/06 15:46:33 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -8,8 +8,8 @@ PKGREVISION= 1 COMMENT+= (esound plugin) CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-esd/enable-esd/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/esd -INSTALL_DIRS= ${WRKSRC}/src/plugins/esd +BUILD_DIRS= src/plugins/esd +INSTALL_DIRS= src/plugins/esd _LIBAO_BUILDING_PLUGIN= yes diff --git a/audio/libao-macosx/Makefile b/audio/libao-macosx/Makefile index ce77e2e5f3f..713c2f30fca 100644 --- a/audio/libao-macosx/Makefile +++ b/audio/libao-macosx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/11/30 17:50:33 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 15:46:33 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -9,8 +9,8 @@ COMMENT+= (MacOS X plugin) ONLY_FOR_PLATFORM+= Darwin-*-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_MACOSX=no/ENABLE_MACOSX=yes/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/macosx -INSTALL_DIRS= ${WRKSRC}/src/plugins/macosx +BUILD_DIRS= src/plugins/macosx +INSTALL_DIRS= src/plugins/macosx BUILDLINK_API_DEPENDS.libao+= libao>=0.8.6nb1 diff --git a/audio/libao-oss/Makefile b/audio/libao-oss/Makefile index a16decb7918..fcf48ab77d9 100644 --- a/audio/libao-oss/Makefile +++ b/audio/libao-oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/01/11 18:06:22 hans Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/06 15:46:34 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -9,8 +9,8 @@ COMMENT+= (OSS plugin) NOT_FOR_PLATFORM+= Darwin-*-* Interix-*-* SunOS-5.[0-9]-* SunOS-5.10-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_OSS=no/ENABLE_OSS=yes/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/oss -INSTALL_DIRS= ${WRKSRC}/src/plugins/oss +BUILD_DIRS= src/plugins/oss +INSTALL_DIRS= src/plugins/oss SUBST_CLASSES+= oss SUBST_MESSAGE.oss= Fixing paths to OSS devices. diff --git a/audio/libao-pulse/Makefile b/audio/libao-pulse/Makefile index 075d4ec8fee..99f8dc49794 100644 --- a/audio/libao-pulse/Makefile +++ b/audio/libao-pulse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/11/03 01:58:34 ryoon Exp $ +# $NetBSD: Makefile,v 1.9 2013/04/06 15:46:34 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -8,8 +8,8 @@ PKGREVISION= 7 COMMENT+= (pulse plugin) CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/disable-pulse/enable-pulse/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/pulse -INSTALL_DIRS= ${WRKSRC}/src/plugins/pulse +BUILD_DIRS= src/plugins/pulse +INSTALL_DIRS= src/plugins/pulse _LIBAO_BUILDING_PLUGIN= yes diff --git a/audio/libao-sun/Makefile b/audio/libao-sun/Makefile index 93ded916d03..68a79d4d496 100644 --- a/audio/libao-sun/Makefile +++ b/audio/libao-sun/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/11/30 17:50:34 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 15:46:34 rodent Exp $ .include "../../audio/libao/Makefile.common" @@ -9,8 +9,8 @@ COMMENT+= (Sun audio plugin) ONLY_FOR_PLATFORM+= NetBSD-*-* SunOS-*-* CONFIGURE_ARGS:= ${CONFIGURE_ARGS:S/ENABLE_SUN_AUDIO=no/ENABLE_SUN_AUDIO=yes/g} -BUILD_DIRS= ${WRKSRC}/src/plugins/sun -INSTALL_DIRS= ${WRKSRC}/src/plugins/sun +BUILD_DIRS= src/plugins/sun +INSTALL_DIRS= src/plugins/sun BUILDLINK_API_DEPENDS.libao+= libao>=0.8.6nb1 diff --git a/audio/xine-alsa/Makefile b/audio/xine-alsa/Makefile index 93d08c62c74..fbcc9d0e05e 100644 --- a/audio/xine-alsa/Makefile +++ b/audio/xine-alsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/02 23:48:14 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 15:46:34 rodent Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= The ALSA output plugin for xine-lib DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib -BUILD_DIRS= ${WRKSRC}/src/audio_out +BUILD_DIRS= src/audio_out CONFIGURE_ARGS+= --without-x --disable-xinerama CONFIGURE_ARGS+= --disable-vcd CONFIGURE_ARGS+= --with-alsa diff --git a/audio/xine-esound/Makefile b/audio/xine-esound/Makefile index c195b901bdb..b64259df235 100644 --- a/audio/xine-esound/Makefile +++ b/audio/xine-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2012/10/02 23:48:14 asau Exp $ +# $NetBSD: Makefile,v 1.35 2013/04/06 15:46:34 rodent Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= The esound audio output plugin for xine-lib DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib -BUILD_DIRS= ${WRKSRC}/src/audio_out +BUILD_DIRS= src/audio_out CONFIGURE_ARGS+= --without-x --disable-xinerama CONFIGURE_ARGS+= --disable-vcd diff --git a/audio/xine-pulse/Makefile b/audio/xine-pulse/Makefile index f0a13e24ffa..0aae22e8222 100644 --- a/audio/xine-pulse/Makefile +++ b/audio/xine-pulse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/11/03 01:58:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:34 rodent Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= The PulseAudio output plugin for xine-lib DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib -BUILD_DIRS= ${WRKSRC}/src/audio_out +BUILD_DIRS= src/audio_out CONFIGURE_ARGS+= --without-x --disable-xinerama CONFIGURE_ARGS+= --disable-vcd CONFIGURE_ARGS+= --with-pulseaudio diff --git a/audio/xmms-esound/Makefile b/audio/xmms-esound/Makefile index c84451d5d5d..81281c6f298 100644 --- a/audio/xmms-esound/Makefile +++ b/audio/xmms-esound/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/02 23:48:15 asau Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:34 rodent Exp $ # .include "../../audio/xmms/Makefile.common" @@ -13,8 +13,8 @@ CONFLICTS+= xmms<=1.2.7nb8 BUILDLINK_API_DEPENDS.xmms+= xmms>=1.2.7nb9 -BUILD_DIRS= ${WRKSRC}/Output/esd -INSTALL_DIRS= ${WRKSRC}/Output/esd +BUILD_DIRS= Output/esd +INSTALL_DIRS= Output/esd USE_TOOLS+= pkg-config diff --git a/converters/bib2xml/Makefile b/converters/bib2xml/Makefile index f2564dda60a..da3a4c960ee 100644 --- a/converters/bib2xml/Makefile +++ b/converters/bib2xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/10/03 00:20:09 asau Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/06 15:46:35 rodent Exp $ # DISTNAME= bib2xml-10062002 @@ -13,7 +13,7 @@ COMMENT= BibTeX to XML converter WRKSRC= ${WRKDIR}/bib2xml GNU_CONFIGURE= YES -BUILD_DIRS= ${WRKSRC}/progs +BUILD_DIRS= progs INSTALLATION_DIRS= bin diff --git a/databases/poco-data-mysql/Makefile b/databases/poco-data-mysql/Makefile index 59b204bbed5..282f9c74354 100644 --- a/databases/poco-data-mysql/Makefile +++ b/databases/poco-data-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/02/06 23:21:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 15:46:35 rodent Exp $ # PKGNAME= poco-data-mysql-${POCO_VERSION} @@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --no-samples USE_TOOLS+= pax -BUILD_DIRS= ${WRKSRC}/Data/MySQL +BUILD_DIRS= Data/MySQL INSTALLATION_DIRS= include/Poco/Data/MySQL lib do-install: diff --git a/databases/poco-data-odbc/Makefile b/databases/poco-data-odbc/Makefile index 5571909c6c8..979275e1215 100644 --- a/databases/poco-data-odbc/Makefile +++ b/databases/poco-data-odbc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/02/06 23:21:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 15:46:35 rodent Exp $ # PKGNAME= poco-data-odbc-${POCO_VERSION} @@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --no-samples USE_TOOLS+= pax -BUILD_DIRS= ${WRKSRC}/Data/ODBC +BUILD_DIRS= Data/ODBC INSTALLATION_DIRS= include/Poco/Data/ODBC lib do-install: diff --git a/databases/poco-data-sqlite/Makefile b/databases/poco-data-sqlite/Makefile index 1cf65bb78e2..79d634f39bc 100644 --- a/databases/poco-data-sqlite/Makefile +++ b/databases/poco-data-sqlite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/02/06 23:21:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/06 15:46:35 rodent Exp $ # PKGNAME= poco-data-sqlite-${POCO_VERSION} @@ -17,7 +17,7 @@ CONFIGURE_ARGS+= --no-samples USE_TOOLS+= pax -BUILD_DIRS= ${WRKSRC}/Data/SQLite +BUILD_DIRS= Data/SQLite INSTALLATION_DIRS= include/Poco/Data/SQLite lib do-install: diff --git a/databases/poco-data/Makefile b/databases/poco-data/Makefile index 001c23eff6e..71ff8f41cf3 100644 --- a/databases/poco-data/Makefile +++ b/databases/poco-data/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2013/02/06 23:21:08 jperkin Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 15:46:35 rodent Exp $ # PKGNAME= poco-data-${POCO_VERSION} @@ -18,7 +18,7 @@ CONFIGURE_ARGS+= --no-samples USE_TOOLS+= pax -BUILD_DIRS= ${WRKSRC}/Data +BUILD_DIRS= Data INSTALLATION_DIRS= include/Poco/Data lib do-install: diff --git a/devel/elf/Makefile b/devel/elf/Makefile index 986bce52504..124df73fe97 100644 --- a/devel/elf/Makefile +++ b/devel/elf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/03/28 23:59:03 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:35 rodent Exp $ # DISTNAME= elf-0.5.3 @@ -13,7 +13,7 @@ COMMENT= ELF header analyzer GNU_CONFIGURE= YES -BUILD_DIRS= ${WRKSRC}/src +BUILD_DIRS= src BUILD_TARGET= elf INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/devel/netbsd-iscsi-lib/Makefile b/devel/netbsd-iscsi-lib/Makefile index c1b55a63c4d..7f31876d664 100644 --- a/devel/netbsd-iscsi-lib/Makefile +++ b/devel/netbsd-iscsi-lib/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2013/04/06 14:22:39 rodent Exp $ +# $NetBSD: Makefile,v 1.3 2013/04/06 15:46:35 rodent Exp $ PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-lib/} CATEGORIES= devel COMMENT= NetBSD's iSCSI library (per iSCSI RFC 3720) -BUILD_DIRS+= ${WRKSRC}/src/lib +BUILD_DIRS+= src/lib USE_LIBTOOL= yes .include "Makefile.common" diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile index 2ab56f850b6..bdaace7081d 100644 --- a/devel/ruby-bsearch/Makefile +++ b/devel/ruby-bsearch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/31 11:19:40 asau Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/06 15:46:36 rodent Exp $ DISTNAME= ruby-bsearch-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-bsearch-${VERSION} @@ -13,7 +13,7 @@ LICENSE= ruby-license VERSION= 1.5 NO_CONFIGURE= yes -TEST_DIRS= ${WRKSRC}/tests +TEST_DIRS= tests TEST_TARGET= check RD_SRCS= bsearch.en.rd bsearch.ja.rd diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile index ab6ca882f90..07c8b22d87e 100644 --- a/editors/hnb/Makefile +++ b/editors/hnb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2012/10/03 11:43:35 asau Exp $ +# $NetBSD: Makefile,v 1.24 2013/04/06 15:46:36 rodent Exp $ # DISTNAME= hnb-1.9.17 @@ -14,7 +14,7 @@ INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-U]-* USE_TOOLS+= gmake -BUILD_DIRS= ${WRKSRC}/src +BUILD_DIRS= src BUILD_TARGET= hnb INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 776941ddd66..9542430cd49 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2012/10/03 21:55:58 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2013/04/06 15:46:36 rodent Exp $ DISTNAME= nvi-1.79 PKGNAME= nvi-m17n-1.79.20040608 @@ -14,7 +14,7 @@ COMMENT= Clone of vi/ex, with multilingual patch CONFLICTS= vigor-[0-9]* nvi-[0-9]* -CONFIGURE_DIRS= ${WRKSRC}/build +CONFIGURE_DIRS= build GNU_CONFIGURE= YES PATCH_DIST_ARGS+= -d ${WRKSRC} --forward --quiet -E -f diff --git a/games/tads/Makefile b/games/tads/Makefile index 2bc859d0073..31b9adcf46a 100644 --- a/games/tads/Makefile +++ b/games/tads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/12/12 10:44:09 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2013/04/06 15:46:36 rodent Exp $ # DISTNAME= tads23-unix @@ -17,7 +17,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-* DIST_SUBDIR= ${PKGNAME_NOREV}-1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} NO_CONFIGURE= yes -BUILD_DIRS= ${WRKSRC}/tads2 ${WRKSRC}/tads3 +BUILD_DIRS= tads2 tads3 USE_LANGUAGES= c c++ post-extract: diff --git a/graphics/dia-python/Makefile b/graphics/dia-python/Makefile index 84a8971a920..9640c2a32c3 100644 --- a/graphics/dia-python/Makefile +++ b/graphics/dia-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/02/16 11:21:45 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2013/04/06 15:46:36 rodent Exp $ # DIA_SUBPKG= -python @@ -15,8 +15,8 @@ PYTHON_PATCH_SCRIPTS= po-checktrans.py PYTHON_PATCH_SCRIPTS+= plug-ins/python/gtkcons.py PYTHON_PATCH_SCRIPTS+= sheets/checktrans.py -BUILD_DIRS+= ${WRKSRC}/plug-ins/python -INSTALL_DIRS+= ${WRKSRC}/plug-ins/python +BUILD_DIRS+= plug-ins/python +INSTALL_DIRS+= plug-ins/python post-install: ${PY_COMPILE_ALL} ${DESTDIR}${PREFIX}/share/dia diff --git a/graphics/jpeg_ls/Makefile b/graphics/jpeg_ls/Makefile index 438022b2b25..1329ae5d441 100644 --- a/graphics/jpeg_ls/Makefile +++ b/graphics/jpeg_ls/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/06 14:11:01 asau Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/06 15:46:36 rodent Exp $ # DISTNAME= jpeg_ls_v2.2 @@ -11,7 +11,7 @@ HOMEPAGE= http://kt.ijs.si/aleks/jpeg-ls/mirror.htm COMMENT= JPEG-LS codec (lossless/near-lossless codec) LICENSE= no-commercial-use -BUILD_DIRS= ${WRKSRC}/Decoder ${WRKSRC}/Encoder +BUILD_DIRS= Decoder Encoder MAKE_FILE= makefile INSTALLATION_DIRS= bin diff --git a/lang/squeak-vm/Makefile b/lang/squeak-vm/Makefile index 7e1042f6c50..ef5b01dfe60 100644 --- a/lang/squeak-vm/Makefile +++ b/lang/squeak-vm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2013/02/16 11:22:53 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2013/04/06 15:46:36 rodent Exp $ # SQUEAK_VERSION= 4.10.2.2614 @@ -22,7 +22,7 @@ USE_LANGUAGES= c c++ USE_CMAKE= yes USE_TOOLS= gzip -CONFIGURE_DIRS= ${WRKSRC}/build +CONFIGURE_DIRS= build CMAKE_ARG_PATH= ../unix #CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE # debug CMAKE_ARGS+= -DPKGMANDIR=${PKGMANDIR} diff --git a/mail/elm-me/Makefile b/mail/elm-me/Makefile index 2ad61ba0bf5..7d1fa956bff 100644 --- a/mail/elm-me/Makefile +++ b/mail/elm-me/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2012/10/08 12:19:09 asau Exp $ +# $NetBSD: Makefile,v 1.35 2013/04/06 15:46:37 rodent Exp $ DISTNAME= elm-2.4ME+93 PKGNAME= elm-me-2.4.93 @@ -21,7 +21,7 @@ CONFIG_SHELL= ksh CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -S -INSTALL_DIRS= ${WRKSRC} ${WRKSRC}/nls +INSTALL_DIRS= ${WRKSRC} nls INSTALLATION_DIRS= share/nls/C CONF_FILES= ${PREFIX}/lib/elm.mimetypes-dist \ diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 0fbf550cef4..217514fe2d5 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/10/03 21:56:41 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2013/04/06 15:46:37 rodent Exp $ DISTNAME= superlu_3.0 PKGNAME= superlu-3.0.1 @@ -18,7 +18,7 @@ EVAL_PREFIX+= BLAS_PREFIX=blas DIST_SUBDIR= ${PKGNAME_NOREV} WRKSRC= ${WRKDIR}/SuperLU_3.0 BUILD_TARGET= superlulib -TEST_DIRS= ${WRKSRC}/TESTING/MATGEN ${WRKSRC}/TESTING +TEST_DIRS= TESTING/MATGEN TESTING TEST_TARGET= all INSTALLATION_DIRS= lib diff --git a/math/yorick/Makefile b/math/yorick/Makefile index 57a79654e40..48614d9fe3e 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/09/11 23:04:36 asau Exp $ +# $NetBSD: Makefile,v 1.28 2013/04/06 15:46:37 rodent Exp $ DISTNAME= yorick-1.6.02 PKGREVISION= 2 @@ -13,7 +13,7 @@ COMMENT= Numerical algebra system (similar to Matlab) MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR}/yorick-1.6 -BUILD_DIRS= ${WRKSRC} ${WRKSRC}/doc +BUILD_DIRS= ${WRKSRC} doc INSTALL_DIRS= ${WRKSRC} INSTALLATION_DIRS= bin ${PKGINFODIR} ${PKGMANDIR}/man1 share/doc share/emacs/site-lisp INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR} diff --git a/multimedia/flashplayer/Makefile b/multimedia/flashplayer/Makefile index 58e30a94c37..591b66e9444 100644 --- a/multimedia/flashplayer/Makefile +++ b/multimedia/flashplayer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2013/01/26 21:38:24 adam Exp $ +# $NetBSD: Makefile,v 1.15 2013/04/06 15:46:37 rodent Exp $ # .include "../../multimedia/libflash/Makefile.common" @@ -7,7 +7,7 @@ PKGNAME= ${DISTNAME:C/-/player-/} PKGREVISION= 7 COMMENT= Standalone open source Flash(tm) player -BUILD_DIRS= ${WRKSRC}/Player +BUILD_DIRS= Player CPPFLAGS+= -DDEV_DSP="\"${DEVOSSSOUND}\"" .include "../../mk/compiler.mk" diff --git a/multimedia/libflash/Makefile b/multimedia/libflash/Makefile index e1477852134..50cc276da22 100644 --- a/multimedia/libflash/Makefile +++ b/multimedia/libflash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2013/01/26 21:36:38 adam Exp $ +# $NetBSD: Makefile,v 1.13 2013/04/06 15:46:37 rodent Exp $ # .include "Makefile.common" @@ -8,7 +8,7 @@ PKGREVISION= 9 COMMENT= Open source Flash(tm) library USE_LIBTOOL= yes -BUILD_DIRS= ${WRKSRC}/Lib +BUILD_DIRS= Lib MAKE_ENV+= LIBOSSAUDIO=${LIBOSSAUDIO:Q} MAKE_ENV+= LIBSTDCPP=-lstdc++ diff --git a/multimedia/xine-v4l/Makefile b/multimedia/xine-v4l/Makefile index dd514159de9..ae9ff411f4a 100644 --- a/multimedia/xine-v4l/Makefile +++ b/multimedia/xine-v4l/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/10/08 09:21:15 asau Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/06 15:46:37 rodent Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -13,7 +13,7 @@ NOT_FOR_PLATFORM= NetBSD-*-* DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib -BUILD_DIRS= ${WRKSRC}/src/input +BUILD_DIRS= src/input CONFIGURE_ARGS+= --without-x --disable-xinerama CONFIGURE_ARGS+= --disable-vcd diff --git a/multimedia/xine-v4l2/Makefile b/multimedia/xine-v4l2/Makefile index 9a26cd5460d..9f78611fc79 100644 --- a/multimedia/xine-v4l2/Makefile +++ b/multimedia/xine-v4l2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/08 09:21:15 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 15:46:37 rodent Exp $ # .include "../../multimedia/xine-lib/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= The v4l2 input plugin for xine-lib DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib -BUILD_DIRS= ${WRKSRC}/src/input +BUILD_DIRS= src/input CONFIGURE_ARGS+= --without-x --disable-xinerama CONFIGURE_ARGS+= --disable-vcd diff --git a/net/netbsd-iscsi-initiator/Makefile b/net/netbsd-iscsi-initiator/Makefile index f7056979536..954d26314f6 100644 --- a/net/netbsd-iscsi-initiator/Makefile +++ b/net/netbsd-iscsi-initiator/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2010/06/04 16:24:55 sborrill Exp $ +# $NetBSD: Makefile,v 1.3 2013/04/06 15:46:38 rodent Exp $ PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-initiator/} CATEGORIES= net COMMENT= NetBSD's iSCSI initiator (per iSCSI RFC 3720) -BUILD_DIRS+= ${WRKSRC}/src/initiator +BUILD_DIRS+= src/initiator DISTINFO_FILE= ${.CURDIR}/../../devel/netbsd-iscsi-lib/distinfo PATCHDIR= ${.CURDIR}/../../devel/netbsd-iscsi-lib/patches diff --git a/net/netbsd-iscsi-target/Makefile b/net/netbsd-iscsi-target/Makefile index 13252189a33..2612ddfa8de 100644 --- a/net/netbsd-iscsi-target/Makefile +++ b/net/netbsd-iscsi-target/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2010/06/04 16:24:56 sborrill Exp $ +# $NetBSD: Makefile,v 1.3 2013/04/06 15:46:38 rodent Exp $ PKGNAME= ${DISTNAME:C/-iscsi/-iscsi-target/} CATEGORIES= net COMMENT= NetBSD's iSCSI target (per iSCSI RFC 3720) -BUILD_DIRS+= ${WRKSRC}/src/target +BUILD_DIRS+= src/target DISTINFO_FILE= ${.CURDIR}/../../devel/netbsd-iscsi-lib/distinfo PATCHDIR= ${.CURDIR}/../../devel/netbsd-iscsi-lib/patches diff --git a/net/upclient/Makefile b/net/upclient/Makefile index ca6eaf89e00..e88312826c2 100644 --- a/net/upclient/Makefile +++ b/net/upclient/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/10/23 17:19:16 asau Exp $ +# $NetBSD: Makefile,v 1.29 2013/04/06 15:46:38 rodent Exp $ # DISTNAME= upclient-4.2.1.23 @@ -26,7 +26,7 @@ CFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\"" RCD_SCRIPTS= upclient -BUILD_DIRS= ${WRKSRC}/src +BUILD_DIRS= src INSTALLATION_DIRS= bin share/doc/upclient ${EGDIR} diff --git a/security/cy2-anonymous/Makefile b/security/cy2-anonymous/Makefile index e964ebc8b83..345b86f39ab 100644 --- a/security/cy2-anonymous/Makefile +++ b/security/cy2-anonymous/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:23 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/04/06 15:46:38 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-anonymous/} COMMENT= Cyrus SASL ANONYMOUS authentication plugin @@ -10,7 +10,7 @@ CONFLICTS= cyrus-sasl<=2.1.19nb1 CONFIGURE_ARGS+= --enable-anonymous -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= libanonymous.la do-install: diff --git a/security/cy2-crammd5/Makefile b/security/cy2-crammd5/Makefile index ece0e313aa8..676059a2ea9 100644 --- a/security/cy2-crammd5/Makefile +++ b/security/cy2-crammd5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:23 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/04/06 15:46:38 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-crammd5/} COMMENT= Cyrus SASL CRAM-MD5 authentication plugin @@ -10,7 +10,7 @@ CONFLICTS= cyrus-sasl<=2.1.19nb1 CONFIGURE_ARGS+= --enable-cram -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= libcrammd5.la do-install: diff --git a/security/cy2-digestmd5/Makefile b/security/cy2-digestmd5/Makefile index 35196a2dab2..8a7925d8901 100644 --- a/security/cy2-digestmd5/Makefile +++ b/security/cy2-digestmd5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/02/06 23:23:34 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:38 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-digestmd5/} PKGREVISION= 1 @@ -13,7 +13,7 @@ CONFIGURE_ARGS+= --enable-digest CONFIGURE_ARGS+= --with-rc4 CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= libdigestmd5.la .include "../../security/openssl/buildlink3.mk" diff --git a/security/cy2-gssapi/Makefile b/security/cy2-gssapi/Makefile index 9541111454d..ac47d521229 100644 --- a/security/cy2-gssapi/Makefile +++ b/security/cy2-gssapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/02/06 23:23:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/06 15:46:38 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-gssapi/} PKGREVISION= 1 @@ -15,7 +15,7 @@ CONFIGURE_ARGS+= --with-gss_impl=${GSSIMPL.${KRB5_TYPE}} GSSIMPL.heimdal= heimdal GSSIMPL.mit-krb5= mit -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= libgssapiv2.la .include "../../security/openssl/buildlink3.mk" diff --git a/security/cy2-ldapdb/Makefile b/security/cy2-ldapdb/Makefile index e9688c9b4fb..e496aaf8791 100644 --- a/security/cy2-ldapdb/Makefile +++ b/security/cy2-ldapdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2013/02/06 23:23:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.9 2013/04/06 15:46:38 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ldapdb/} PKGREVISION= 1 @@ -10,7 +10,7 @@ SASL_PLUGIN= yes CONFIGURE_ARGS+= --with-ldap=${BUILDLINK_PREFIX.openldap} CONFIGURE_ARGS+= --enable-ldapdb -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= libldapdb.la .include "../../databases/openldap-client/buildlink3.mk" diff --git a/security/cy2-login/Makefile b/security/cy2-login/Makefile index 9663b2f5deb..40533227ded 100644 --- a/security/cy2-login/Makefile +++ b/security/cy2-login/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/23 18:16:23 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/04/06 15:46:39 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-login/} COMMENT= Cyrus SASL LOGIN authentication plugin @@ -12,7 +12,7 @@ SASL_PLUGIN= yes CONFIGURE_ARGS+= --enable-login CONFIGURE_ARGS+= --enable-plain -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= liblogin.la do-install: diff --git a/security/cy2-ntlm/Makefile b/security/cy2-ntlm/Makefile index 317f83d27ff..63118d4f835 100644 --- a/security/cy2-ntlm/Makefile +++ b/security/cy2-ntlm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2013/02/06 23:23:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2013/04/06 15:46:39 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-ntlm/} PKGREVISION= 1 @@ -10,7 +10,7 @@ SASL_PLUGIN= yes CONFIGURE_ARGS+= --enable-ntlm CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= libntlm.la .include "../../security/openssl/buildlink3.mk" diff --git a/security/cy2-otp/Makefile b/security/cy2-otp/Makefile index 3f3ff90a8c3..2cb763930f4 100644 --- a/security/cy2-otp/Makefile +++ b/security/cy2-otp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/02/06 23:23:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:39 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-otp/} PKGREVISION= 1 @@ -12,7 +12,7 @@ CONFLICTS= cyrus-sasl<=2.1.19nb1 CONFIGURE_ARGS+= --enable-otp CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= libotp.la .include "../../security/openssl/buildlink3.mk" diff --git a/security/cy2-plain/Makefile b/security/cy2-plain/Makefile index 78ed68ace74..4cc1b7f415e 100644 --- a/security/cy2-plain/Makefile +++ b/security/cy2-plain/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/23 18:16:23 asau Exp $ +# $NetBSD: Makefile,v 1.9 2013/04/06 15:46:39 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-plain/} COMMENT= Cyrus SASL PLAIN authentication plugin @@ -10,7 +10,7 @@ CONFLICTS= cyrus-sasl<=2.1.19nb1 CONFIGURE_ARGS+= --enable-plain -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= libplain.la do-install: diff --git a/security/cy2-scram/Makefile b/security/cy2-scram/Makefile index 4fba7acb423..11f9a9a96b0 100644 --- a/security/cy2-scram/Makefile +++ b/security/cy2-scram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/02/06 23:23:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.5 2013/04/06 15:46:39 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-scram/} PKGREVISION= 1 @@ -10,7 +10,7 @@ SASL_PLUGIN= yes CONFIGURE_ARGS+= --enable-scram CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q} -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= libscram.la .include "../../security/openssl/buildlink3.mk" diff --git a/security/cy2-sql/Makefile b/security/cy2-sql/Makefile index 807cbf564da..3606284a44b 100644 --- a/security/cy2-sql/Makefile +++ b/security/cy2-sql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/03/02 20:33:32 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/06 15:46:39 rodent Exp $ PKGNAME= ${DISTNAME:S/cyrus-sasl/cy2-sql/} PKGREVISION= 1 @@ -43,7 +43,7 @@ CONFIGURE_ARGS+= --without-sqlite3 CONFIGURE_ARGS+= --enable-sql -BUILD_DIRS= ${WRKSRC}/plugins +BUILD_DIRS= plugins BUILD_TARGET= libsql.la do-install: diff --git a/sysutils/brasero-nautilus/Makefile b/sysutils/brasero-nautilus/Makefile index 38a17aeaf15..8d33859417a 100644 --- a/sysutils/brasero-nautilus/Makefile +++ b/sysutils/brasero-nautilus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2013/02/16 11:24:24 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2013/04/06 15:46:39 rodent Exp $ # DISTNAME= brasero-2.32.1 @@ -26,7 +26,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake intltool gawk msgfmt CONFIGURE_ARGS+= --disable-inotify -BUILD_DIRS= ${WRKSRC}/nautilus +BUILD_DIRS= nautilus INSTALL_DIRS= ${WRKSRC}/nautilus .include "../../sysutils/brasero/buildlink3.mk" diff --git a/wm/bsetroot/Makefile b/wm/bsetroot/Makefile index 0e36a951ddf..d4657954de7 100644 --- a/wm/bsetroot/Makefile +++ b/wm/bsetroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/10/08 12:42:18 asau Exp $ +# $NetBSD: Makefile,v 1.26 2013/04/06 15:46:40 rodent Exp $ # DISTNAME= blackbox-0.65.0 @@ -14,7 +14,7 @@ COMMENT= Tools to set the root windows background USE_LANGUAGES= c c++ GNU_CONFIGURE= YES -BUILD_DIRS= ${WRKSRC}/nls ${WRKSRC}/util +BUILD_DIRS= nls util INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 diff --git a/www/py-clearsilver/Makefile b/www/py-clearsilver/Makefile index c8fec375c80..968d4cd583f 100644 --- a/www/py-clearsilver/Makefile +++ b/www/py-clearsilver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/28 06:30:59 asau Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 15:46:40 rodent Exp $ PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 @@ -11,7 +11,7 @@ CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q} MAKE_FLAGS+= PYTHON_SITE=${LOCALBASE}/${PYSITELIB} CFLAGS+= -fPIC -INSTALL_DIRS= ${WRKSRC}/python +INSTALL_DIRS= python PY_PATCHPLIST= YES diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile index e8c767e3038..39cdbba9a3a 100644 --- a/x11/ocaml-graphics/Makefile +++ b/x11/ocaml-graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2012/10/29 05:06:41 asau Exp $ +# $NetBSD: Makefile,v 1.19 2013/04/06 15:46:40 rodent Exp $ .include "../../lang/ocaml/Makefile.common" DISTINFO_FILE= ${PKGDIR}/../../lang/ocaml/distinfo @@ -12,7 +12,7 @@ CONFIGURE_ARGS+= -x11include ${X11BASE}/include CONFIGURE_ARGS+= -x11lib ${X11BASE}/lib CONFIGURE_ARGS+= -no-tk -BUILD_DIRS= ${WRKSRC}/otherlibs/graph +BUILD_DIRS= otherlibs/graph BUILD_TARGET= all INSTALL_TARGET= install diff --git a/x11/wxGTK28-contrib/Makefile b/x11/wxGTK28-contrib/Makefile index 245f99bcd3c..ecfcce100b7 100644 --- a/x11/wxGTK28-contrib/Makefile +++ b/x11/wxGTK28-contrib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/04/06 03:45:28 rodent Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/06 15:46:40 rodent Exp $ # .include "../../x11/wxGTK28/Makefile.common" @@ -9,8 +9,8 @@ COMMENT= Contrib libraries for wxWidgets GTK USE_TOOLS+= gmake -BUILD_DIRS= ${WRKSRC}/build-non-unicode/contrib/src \ - ${WRKSRC}/build-unicode/contrib/src +BUILD_DIRS= build-non-unicode/contrib/src \ + build-unicode/contrib/src INSTALL_TARGET= install diff --git a/x11/xscreensaver-demo/Makefile b/x11/xscreensaver-demo/Makefile index 693d77d87c0..7335b59d123 100644 --- a/x11/xscreensaver-demo/Makefile +++ b/x11/xscreensaver-demo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2013/02/16 11:25:33 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2013/04/06 15:46:40 rodent Exp $ # PKGNAME= ${DISTNAME:S/-/-demo-/} @@ -15,8 +15,8 @@ CONFIGURE_ARGS+= --with-gtk=${BUILDLINK_PREFIX.gtk2} CONFIGURE_ARGS+= --with-xml=${BUILDLINK_PREFIX.libxml2} CONFIGURE_ARGS+= --with-configdir=${PREFIX}/libexec/xscreensaver/config -BUILD_DIRS= ${WRKSRC}/utils ${WRKSRC}/driver -INSTALL_DIRS= ${WRKSRC}/driver +BUILD_DIRS= utils driver +INSTALL_DIRS= driver INSTALL_TARGET= install-gnome INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 |