summaryrefslogtreecommitdiff
path: root/archivers/mousetar
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /archivers/mousetar
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'archivers/mousetar')
-rw-r--r--archivers/mousetar/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/archivers/mousetar/Makefile b/archivers/mousetar/Makefile
index 4af3e0fe343..15c043c5deb 100644
--- a/archivers/mousetar/Makefile
+++ b/archivers/mousetar/Makefile
@@ -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}; \