pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/chef - Use buildlink framework.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9f57facc4cd
branches: trunk
changeset: 473093:f9f57facc4cd
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Apr 16 03:25:28 2004 +0000
description:
- Use buildlink framework.
- NO_CONFIGURE=yes
- Enable pkgviews installation.
diffstat:
converters/chef/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r f6c524b8cdc7 -r f9f57facc4cd converters/chef/Makefile
--- a/converters/chef/Makefile Fri Apr 16 03:10:48 2004 +0000
+++ b/converters/chef/Makefile Fri Apr 16 03:25:28 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/04/16 00:35:11 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/16 03:25:28 minskim Exp $
#
DISTNAME= chef.l
@@ -11,10 +11,16 @@
#HOMEPAGE= none
COMMENT= Convert from English to (mock) Swedish - Bork Bork Bork!
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= yes
+NO_CONFIGURE= yes
WRKSRC= ${WRKDIR}
MAKE_ENV+= BINDIR=${PREFIX}/bin BINOWN=${BINOWN} BINGRP=${BINGRP}
+INSTALLATION_DIRS= bin
+
do-extract:
${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKDIR}/chef.l
${CP} ${FILESDIR}/Makefile ${WRKDIR}
Home |
Main Index |
Thread Index |
Old Index