diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/arj/Makefile | 4 | ||||
-rw-r--r-- | archivers/ha/Makefile | 4 | ||||
-rw-r--r-- | archivers/hpack/Makefile | 6 | ||||
-rw-r--r-- | archivers/macutil/Makefile | 4 | ||||
-rw-r--r-- | archivers/p7zip/Makefile | 4 | ||||
-rw-r--r-- | archivers/ppmd/Makefile | 4 | ||||
-rw-r--r-- | archivers/squsq/Makefile | 4 | ||||
-rw-r--r-- | archivers/unrar/Makefile | 4 | ||||
-rw-r--r-- | archivers/unzip/Makefile | 4 | ||||
-rw-r--r-- | archivers/xmill/Makefile | 4 | ||||
-rw-r--r-- | archivers/zip/Makefile | 4 | ||||
-rw-r--r-- | archivers/zip1/Makefile | 4 | ||||
-rw-r--r-- | archivers/zoo/Makefile | 4 |
13 files changed, 27 insertions, 27 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 9262b1aa812..3e952708abf 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/04/12 08:28:19 rillig Exp $ +# $NetBSD: Makefile,v 1.22 2006/09/09 02:41:53 obache Exp $ DISTNAME= arj-3.10.22 CATEGORIES= archivers @@ -14,7 +14,7 @@ USE_TOOLS+= autoconf gmake GNU_CONFIGURE= yes CONFIGURE_ENV+= LD=${LD:Q} CONFIGURE_SCRIPT= ${WRKSRC}/gnu/configure -MAKEFILE= makefile.gnu +MAKE_FILE= makefile.gnu MAKE_FLAGS+= INSTALL_DIR=${INSTALL_PROGRAM_DIR:Q} INSTALL_UNSTRIPPED= yes # $LOCALBASE/bin/arj must have symbol table diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index c2ebc401a2a..774238f863f 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2006/05/28 17:24:37 rillig Exp $ +# $NetBSD: Makefile,v 1.27 2006/09/09 02:41:54 obache Exp $ DISTNAME= ha0999 PKGNAME= ha-0.999b @@ -14,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} -MAKEFILE= makefile.nix +MAKE_FILE= makefile.nix BUILD_TARGET= ha USE_TOOLS+= gmake diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile index 98676b31931..c15057f1f5f 100644 --- a/archivers/hpack/Makefile +++ b/archivers/hpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2006/07/17 17:23:52 joerg Exp $ +# $NetBSD: Makefile,v 1.33 2006/09/09 02:41:54 obache Exp $ DISTNAME= hpack79src PKGNAME= hpack-0.79 @@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR} CRYPTO= yes -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= hpack DIST_SUBDIR= ${PKGNAME_NOREV} @@ -41,7 +41,7 @@ INSTALLATION_DIRS= bin man/man1 post-build: cd ${WRKSRC}/keycvt && ${MAKE} CFLAGS="-c -D__UNIX__ "${CFLAGS:M*:Q} \ - -f ${MAKEFILE} keycvt + -f ${MAKE_FILE} keycvt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hpack ${PREFIX}/bin/ diff --git a/archivers/macutil/Makefile b/archivers/macutil/Makefile index 2c0b34731c6..b3259f2319f 100644 --- a/archivers/macutil/Makefile +++ b/archivers/macutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/09/03 00:56:28 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/09/09 02:41:54 obache Exp $ DISTNAME= macutil2.0b3 PKGNAME= macutil-2.0b3 @@ -11,7 +11,7 @@ COMMENT= Create & extract Mac archive files PKG_INSTALLATION_TYPES= overwrite pkgviews -MAKEFILE= makefile +MAKE_FILE= makefile MAKE_ENV+= CF=${CFLAGS:M*:Q} WRKSRC= ${WRKDIR}/macutil diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 53f3b5dcae2..0891ef33fca 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/07/17 17:43:16 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2006/09/09 02:41:54 obache Exp $ DISTNAME= p7zip_4.42_src_all PKGNAME= p7zip-4.42 @@ -13,7 +13,7 @@ COMMENT= File archiver with high compression PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LANGUAGES= c c++ -MAKEFILE= makefile +MAKE_FILE= makefile NO_CONFIGURE= yes PTHREAD_OPTS+= require diff --git a/archivers/ppmd/Makefile b/archivers/ppmd/Makefile index 6859aeb3804..98be3037312 100644 --- a/archivers/ppmd/Makefile +++ b/archivers/ppmd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/05/17 06:12:27 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2006/09/09 02:41:54 obache Exp $ # DISTNAME= ppmdi1 @@ -13,7 +13,7 @@ COMMENT= PPM file compressor PKG_INSTALLATION_TYPES= overwrite pkgviews -MAKEFILE= makefile.gmk +MAKE_FILE= makefile.gmk BUILD_TARGET= ppmd WRKSRC= ${WRKDIR} diff --git a/archivers/squsq/Makefile b/archivers/squsq/Makefile index b2342915684..ea8a49c1043 100644 --- a/archivers/squsq/Makefile +++ b/archivers/squsq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/03/04 21:28:53 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/09/09 02:41:54 obache Exp $ DISTNAME= t20-squsq-3.3 PKGNAME= squsq-3.3 @@ -10,7 +10,7 @@ COMMENT= Compressor/decompressor for CP/M Squeeze compressed files PKG_INSTALLATION_TYPES= overwrite pkgviews -MAKEFILE= ${FILESDIR}/Makefile +MAKE_FILE= ${FILESDIR}/Makefile WRKSRC= ${WRKDIR}/t20-squsq diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index da31ee96bd6..6e61c4728d4 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2006/08/22 18:23:46 wiz Exp $ +# $NetBSD: Makefile,v 1.49 2006/09/09 02:41:54 obache Exp $ DISTNAME= unrarsrc-3.6.8 PKGNAME= ${DISTNAME:S/src//} @@ -15,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews NO_CONFIGURE= YES USE_LANGUAGES= c++ -MAKEFILE= makefile.unix +MAKE_FILE= makefile.unix LICENSE= unrar-license RESTRICTED= Do not modify. Do not charge a fee for redistribution. diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 42acdecff65..9d1ae9e4784 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2006/06/18 07:04:16 rillig Exp $ +# $NetBSD: Makefile,v 1.65 2006/09/09 02:41:54 obache Exp $ DISTNAME= unzip552 PKGNAME= unzip-5.52 @@ -18,7 +18,7 @@ USE_TOOLS+= gmake .include "../../mk/bsd.prefs.mk" -MAKEFILE= unix/Makefile +MAKE_FILE= unix/Makefile BUILD_TARGET= generic_zlib unzipsfx .if ${OPSYS:M*BSD} != "" || ${OPSYS} == "Darwin" CFLAGS+= -DBSD diff --git a/archivers/xmill/Makefile b/archivers/xmill/Makefile index 4f0009710ef..600a419182f 100644 --- a/archivers/xmill/Makefile +++ b/archivers/xmill/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/07/06 15:11:00 gdt Exp $ +# $NetBSD: Makefile,v 1.22 2006/09/09 02:41:54 obache Exp $ DISTNAME= xmill-0.9.1 PKGREVISION= 3 @@ -12,7 +12,7 @@ COMMENT= Specialized compressor for XML PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= gmake -MAKEFILE= makefile +MAKE_FILE= makefile USE_LANGUAGES= c c++ LICENSE= xmill-license diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index 7f37c92f370..bf9b59c72a8 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/07/17 17:00:33 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2006/09/09 02:41:54 obache Exp $ DISTNAME= zip232 PKGNAME= zip-2.32 @@ -15,7 +15,7 @@ COMMENT= Create/update ZIP files compatible with pkzip PKG_INSTALLATION_TYPES= overwrite pkgviews -MAKEFILE= unix/Makefile +MAKE_FILE= unix/Makefile WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} .include "../../mk/bsd.prefs.mk" diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index 1b4d7d6c9bf..5e30998be51 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2006/04/22 09:22:05 rillig Exp $ +# $NetBSD: Makefile,v 1.40 2006/09/09 02:41:54 obache Exp $ # DISTNAME= zip1-1.1 @@ -19,7 +19,7 @@ NO_BIN_ON_CDROM=${RESTRICTED} PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} -MAKEFILE= makefile +MAKE_FILE= makefile BUILD_TARGET= zip zipcloak .include "../../mk/bsd.prefs.mk" diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 0bd7491c834..c361c7463f8 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/07/19 19:34:37 adrianp Exp $ +# $NetBSD: Makefile,v 1.28 2006/09/09 02:41:54 obache Exp $ DISTNAME= zoo-2.10pl1 PKGNAME= zoo-2.10.1 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR} NO_CONFIGURE= yes BUILD_TARGET= bsdansi -MAKEFILE= makefile +MAKE_FILE= makefile INSTALLATION_DIRS= bin man/man1 |