summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-01-05 13:29:00 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-01-05 13:29:00 +0000
commita92dc0327d7921e2f3a4c43124b8fad7a831b85f (patch)
tree467d8af7ecfc5581cf2a8c68f9121fcc7991eb40 /security
parento Upgrade to 1.99r12. (diff)
- Fix build with WRKDIRPREFIX set,
hardcoded ./work removed.
Notes
Notes: svn path=/head/; revision=97347
Diffstat (limited to 'security')
-rw-r--r--security/clamav-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile
index 0e5b7929ba9a..233e3e374333 100644
--- a/security/clamav-devel/Makefile
+++ b/security/clamav-devel/Makefile
@@ -23,7 +23,7 @@ RUN_DEPENDS= lha:${PORTSDIR}/archivers/lha \
arc:${PORTSDIR}/archivers/arc \
unzip:${PORTSDIR}/archivers/unzip
-WRKSRC= work/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
+WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
USE_REINPLACE= yes
USE_GMAKE= yes