diff options
author | rillig <rillig> | 2006-06-18 07:04:15 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-06-18 07:04:15 +0000 |
commit | 27e83c3ef74638e9e711508cc67b7dc093be2d0a (patch) | |
tree | 83c7d562451354b7979757a9f94a5f8c9ad26d43 /archivers/unzoo | |
parent | 993da51a2a2b2898aea6a0e885a39a4c2f31fda4 (diff) | |
download | pkgsrc-27e83c3ef74638e9e711508cc67b7dc093be2d0a.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'archivers/unzoo')
-rw-r--r-- | archivers/unzoo/Makefile | 4 |
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 |