From a147e1cee7ff1b0488d744127b31cf90690a89e5 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 12 Dec 1998 04:18:47 +0000 Subject: Remove NO_WRKDIR tests from targets copied from bsd.port.mk. Since NO_WRKDIR is a port variable, not a user variable, it made no sense for these to be here in the first place. --- japanese/edict-utf-8/Makefile | 6 ++---- japanese/edict/Makefile | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) (limited to 'japanese') diff --git a/japanese/edict-utf-8/Makefile b/japanese/edict-utf-8/Makefile index d7df54853452..55eecd63d4d8 100644 --- a/japanese/edict-utf-8/Makefile +++ b/japanese/edict-utf-8/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1997 # Whom: Jonathan Hanna # -# $Id: Makefile,v 1.1.1.1 1998/05/30 01:36:05 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/10/10 04:34:51 steve Exp $ # DISTNAME= edict-19981007 @@ -86,13 +86,11 @@ DATADIR= ${PREFIX}/share/dict/edict DOCDIR= ${PREFIX}/share/doc/xjdic MAN1= xjdic.1 -NO_WRKSUBDIR= +NO_WRKSUBDIR= yes do-extract: -.if !defined(NO_WRKDIR) @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} -.endif @for file in ${SRCFILES}; do \ if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\ then \ diff --git a/japanese/edict/Makefile b/japanese/edict/Makefile index d7df54853452..55eecd63d4d8 100644 --- a/japanese/edict/Makefile +++ b/japanese/edict/Makefile @@ -3,7 +3,7 @@ # Date created: 18 August 1997 # Whom: Jonathan Hanna # -# $Id: Makefile,v 1.1.1.1 1998/05/30 01:36:05 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/10/10 04:34:51 steve Exp $ # DISTNAME= edict-19981007 @@ -86,13 +86,11 @@ DATADIR= ${PREFIX}/share/dict/edict DOCDIR= ${PREFIX}/share/doc/xjdic MAN1= xjdic.1 -NO_WRKSUBDIR= +NO_WRKSUBDIR= yes do-extract: -.if !defined(NO_WRKDIR) @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} -.endif @for file in ${SRCFILES}; do \ if ! (cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$$file ${EXTRACT_AFTER_ARGS});\ then \ -- cgit v1.2.3