summaryrefslogtreecommitdiffstats
path: root/archivers/unzip
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-08-10 13:53:32 +0000
committerache <ache@FreeBSD.org>2001-08-10 13:53:32 +0000
commitc903200838656729388bbc03589b4bfcfa82b9d9 (patch)
tree414df4430561fb6686c944a7c4a0bc82218dbc3a /archivers/unzip
parent8b6a59359e22ee8d3d10aaf5d7c641408e4e2b0e (diff)
downloadFreeBSD-ports-c903200838656729388bbc03589b4bfcfa82b9d9.zip
FreeBSD-ports-c903200838656729388bbc03589b4bfcfa82b9d9.tar.gz
DISTDIR -> _DISTDIR
Diffstat (limited to 'archivers/unzip')
-rw-r--r--archivers/unzip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile
index 92ad624..0fd0189 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
OpenPOWER on IntegriCloud