diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-10 13:53:32 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-10 13:53:32 +0000 |
commit | 95d62e7d1a4ffeda176d6c1fbe5148ca62cad83e (patch) | |
tree | a2bf622d520aa407e276e41aadfcdb1a74d202bd /archivers/unzip/Makefile | |
parent | 65682f633fcc5b4c27bf0cfcbefe921f47a5834d (diff) | |
download | ports-95d62e7d1a4ffeda176d6c1fbe5148ca62cad83e.tar.gz ports-95d62e7d1a4ffeda176d6c1fbe5148ca62cad83e.zip |
Notes
Diffstat (limited to 'archivers/unzip/Makefile')
-rw-r--r-- | archivers/unzip/Makefile | 2 |
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 |