summaryrefslogtreecommitdiffstats
path: root/japanese/edict
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-12-12 04:18:47 +0000
committerasami <asami@FreeBSD.org>1998-12-12 04:18:47 +0000
commit616534f262f5d6290848b26993216d328f5a10f8 (patch)
treeb29844ce02d1cf8c99cc3d7629782e2db7a3013f /japanese/edict
parentb88403fac0d207f7cd72663badeb36fb2631ed86 (diff)
downloadFreeBSD-ports-616534f262f5d6290848b26993216d328f5a10f8.zip
FreeBSD-ports-616534f262f5d6290848b26993216d328f5a10f8.tar.gz
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.
Diffstat (limited to 'japanese/edict')
-rw-r--r--japanese/edict/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/japanese/edict/Makefile b/japanese/edict/Makefile
index d7df548..55eecd6 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 \
OpenPOWER on IntegriCloud