summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-08-10 13:53:32 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-08-10 13:53:32 +0000
commit95d62e7d1a4ffeda176d6c1fbe5148ca62cad83e (patch)
treea2bf622d520aa407e276e41aadfcdb1a74d202bd /archivers
parentAdd master site (diff)
DISTDIR -> _DISTDIR
Notes
Notes: svn path=/head/; revision=46040
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 92ad6243eda7..0fd01895b481 100644
--- a/archivers/unzip/Makefile
+++ b/archivers/unzip/Makefile
@@ -37,7 +37,7 @@ ALL_TARGET= bsd
pre-build:
@(cd ${BUILD_WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} unzip)
@(cd ${WRKSRC}; \
- ./unzip -o ${DISTDIR}/unreduce_full.zip; \
+ ./unzip -o ${_DISTDIR}unreduce_full.zip; \
${MV} unreduce_full.c unreduce.c)
@(cd ${BUILD_WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} clean)
.endif