diff options
Diffstat (limited to 'devel/unidiff')
-rw-r--r-- | devel/unidiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/unidiff/Makefile b/devel/unidiff/Makefile index 1bdd4c70be1..85eaf3e48ab 100644 --- a/devel/unidiff/Makefile +++ b/devel/unidiff/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2002/06/27 16:16:53 agc Exp $ +# $NetBSD: Makefile,v 1.4 2003/03/29 12:40:41 jmmv Exp $ # DISTNAME= part01 PKGNAME= unidiff-1.0 +WRKSRC= ${WRKDIR} CATEGORIES= devel MASTER_SITES= http://www.landfield.com/software/comp.sources.misc/archive-name/volume25/unidiff/ EXTRACT_SUFX= .gz @@ -14,7 +15,6 @@ COMMENT= converts between uni-diffs and context diffs BUILD_DEPENDS= gsharutils-4.2.1:../../archivers/gsharutils EXTRACT_CMD= zcat ${DOWNLOADED_DISTFILE} | ${PREFIX}/bin/gunshar -WRKSRC= ${WRKDIR} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unify ${PREFIX}/bin |