summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-06-02 17:27:15 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-06-02 17:27:15 +0000
commitec9e845bdcbd60315f6d8e3165d1b523792e27b5 (patch)
tree98106f5a955f44a497bdc5e3558f2618193340f8 /lang
parentNo need to MANCOMPRESSED=yes. (diff)
Fix "extract" by creating a WRKDIR
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=192592
Diffstat (limited to 'lang')
-rw-r--r--lang/dlv/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/dlv/Makefile b/lang/dlv/Makefile
index e3829a8c4617..190f0b356d1b 100644
--- a/lang/dlv/Makefile
+++ b/lang/dlv/Makefile
@@ -20,6 +20,8 @@ ONLY_FOR_ARCHS= i386 amd64
RESTRICTED= Not sure if we can redistribute it
do-extract:
+ ${RM} -rf ${WRKDIR}
+ ${MKDIR} ${WRKDIR}
do-install:
${INSTALL_PROGRAM} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/dlv