From 4415330fd6c5d1d6f437cde048371ea4e7a183c1 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Mon, 14 Jun 2004 08:51:07 +0000 Subject: Fix 'make reinstall' Submitted by: maintainer Matthias Andree --- databases/db44/Makefile.db | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/db44') diff --git a/databases/db44/Makefile.db b/databases/db44/Makefile.db index 5999201429a8..5d60152179e4 100644 --- a/databases/db44/Makefile.db +++ b/databases/db44/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 -- cgit v1.2.3