summaryrefslogtreecommitdiff
path: root/databases/db42/Makefile.db
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-06-14 08:51:07 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-06-14 08:51:07 +0000
commit4415330fd6c5d1d6f437cde048371ea4e7a183c1 (patch)
tree6984267e79bae9fde576927cb001b80b94eca3dd /databases/db42/Makefile.db
parentUpdate to the 2003-05-25 snapshot. (diff)
Fix 'make reinstall'
Submitted by: maintainer Matthias Andree <matthias.andree@gmx.de>
Notes
Notes: svn path=/head/; revision=111448
Diffstat (limited to 'databases/db42/Makefile.db')
-rw-r--r--databases/db42/Makefile.db2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/db42/Makefile.db b/databases/db42/Makefile.db
index 5999201429a8..5d60152179e4 100644
--- a/databases/db42/Makefile.db
+++ b/databases/db42/Makefile.db
@@ -44,4 +44,4 @@ post-install:
@${RMDIR} ${DOCSDIR}/ref/splash 2>/dev/null || :
.endif
cd ${PREFIX}/bin/${PORTNAME} ; \
- for i in * ; do ${LN} -s ${PORTNAME}/$$i ../$$i-${BDBVER} ; done
+ for i in * ; do ${LN} -s -f ${PORTNAME}/$$i ../$$i-${BDBVER} ; done