Skip to content

Commit

Permalink
- Use buildlink framework.
Browse files Browse the repository at this point in the history
- NO_CONFIGURE=yes
- Enable pkgviews installation.
  • Loading branch information
msk committed Apr 16, 2004
1 parent 22e3524 commit f3e3652
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion converters/chef/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -11,10 +11,16 @@ MAINTAINER= [email protected]
#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}
Expand Down

0 comments on commit f3e3652

Please sign in to comment.