summaryrefslogtreecommitdiff
path: root/archivers/unzoo/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-18 07:04:15 +0000
committerrillig <rillig>2006-06-18 07:04:15 +0000
commitf184433314efc0ae42b55c9d19fe092ef6b984d7 (patch)
tree83c7d562451354b7979757a9f94a5f8c9ad26d43 /archivers/unzoo/Makefile
parenta3770987cb363c2214bd70fe876e917a5497398f (diff)
downloadpkgsrc-f184433314efc0ae42b55c9d19fe092ef6b984d7.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'archivers/unzoo/Makefile')
-rw-r--r--archivers/unzoo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile
index ebe73ab35dd..5091ea66ab7 100644
--- a/archivers/unzoo/Makefile
+++ b/archivers/unzoo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2005/10/16 15:02:36 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2006/06/18 07:04:16 rillig Exp $
#
DISTNAME= unzoo.c
@@ -18,7 +18,7 @@ NO_CONFIGURE= YES
INSTALLATION_DIRS= bin
do-extract:
- ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
+ cd ${DISTDIR} && ${CP} ${DISTFILES} ${WRKSRC}
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -DSYS_IS_UNIX -DSYS_HAS_MKDIR -o unzoo unzoo.c