From 5a4e75ef0dbfbe472daed99a61461c796830b3ba Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 28 Jul 2004 02:47:34 +0000 Subject: Enable pkgviews installation. --- archivers/unlzx/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'archivers/unlzx') diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index 46a2fefeb44..d029f800d76 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/03/23 04:40:59 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2004/07/28 02:47:35 minskim Exp $ DISTNAME= unlzx.c PKGNAME= unlzx-1.1 @@ -10,9 +10,13 @@ EXTRACT_SUFX= .gz MAINTAINER= tech-pkg@NetBSD.org COMMENT= Extracts .lzx archives from Amiga systems +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR} USE_BUILDLINK3= yes +INSTALLATION_DIRS= bin + do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o unlzx unlzx.c -- cgit v1.2.3