diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-03 15:14:50 +0000 |
commit | 6e02d7ee4135596fbf3221f6c20ff5e8cf314775 (patch) | |
tree | 8f483a3c4a5e5f1691642df617cb7138d1cf8187 /multimedia | |
parent | a1052f051eabb24e35ae6af3a4b193d6e8682662 (diff) | |
download | pkgsrc-6e02d7ee4135596fbf3221f6c20ff5e8cf314775.tar.gz |
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mencoder/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mmg/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mpeg-lib/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 60ebc797336..58afc4ff17c 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/11/06 00:47:34 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:05 wiz Exp $ # PKGNAME= mencoder-${MPLAYER_PKG_VERSION} @@ -11,7 +11,7 @@ COMMENT= Simple movie encoder for MPlayer-playable movies USE_BUILDLINK3= YES CONFIGURE_ARGS+= --confdir=${PREFIX}/share/mplayer -ALL_TARGET= mencoder +BUILD_TARGET= mencoder MANCOMPRESSED_IF_MANZ= 1 diff --git a/multimedia/mmg/Makefile b/multimedia/mmg/Makefile index f425bd55d35..a7c3036bf05 100644 --- a/multimedia/mmg/Makefile +++ b/multimedia/mmg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/10/14 17:13:28 salo Exp $ +# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:05 wiz Exp $ # .include "../../multimedia/mkvtoolnix/Makefile.dist" @@ -16,7 +16,7 @@ USE_GNU_TOOLS+= make USE_LANGUAGES= c++ USE_X11= yes -ALL_TARGET= src/mmg/mmg +BUILD_TARGET= src/mmg/mmg post-patch: @${SED} 's,@PREFIX@,${PREFIX},' ${WRKSRC}/doc/mmg.1 > \ diff --git a/multimedia/mpeg-lib/Makefile b/multimedia/mpeg-lib/Makefile index 25c8d4c717c..eebb387f461 100644 --- a/multimedia/mpeg-lib/Makefile +++ b/multimedia/mpeg-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:13:03 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/12/03 15:15:05 wiz Exp $ # DISTNAME= mpeg_lib-1.3.1 @@ -17,7 +17,7 @@ USE_BUILDLINK3= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES -ALL_TARGET= libmpeg_lib.la +BUILD_TARGET= libmpeg_lib.la CONFIGURE_ENV+= OPTIMIZE="${CFLAGS}" EXTRA_LDFLAGS="${LDFLAGS}" \ EXTRA_CPPFLAGS="${CPPFLAGS}" |