Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/archivers/mousetar/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/archivers/mousetar/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- pkgsrc/archivers/mousetar/Makefile 2003/09/18 14:00:58 1.6 +++ pkgsrc/archivers/mousetar/Makefile 2004/01/20 12:07:06 1.7 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/09/18 14:00:58 yyamano Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:07:06 agc Exp $ # DISTNAME= mousetar-20021217 -WRKSRC= ${WRKDIR} CATEGORIES= sysutils MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/mouse/tar/ DISTFILES= tar.c tar.man @@ -11,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org #HOMEPAGE= none COMMENT= der Mouse's version of tar program +WRKSRC= ${WRKDIR} + do-extract: for f in ${DISTFILES}; do \ ${CP} ${DISTDIR}/$$f ${WRKDIR}; \