diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-06-14 08:51:07 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-06-14 08:51:07 +0000 |
commit | 4415330fd6c5d1d6f437cde048371ea4e7a183c1 (patch) | |
tree | 6984267e79bae9fde576927cb001b80b94eca3dd /databases/db47 | |
parent | 4f20c2b83a90e316eee747dc15dddc5afc26ab6a (diff) | |
download | ports-4415330fd6c5d1d6f437cde048371ea4e7a183c1.tar.gz ports-4415330fd6c5d1d6f437cde048371ea4e7a183c1.zip |
Notes
Diffstat (limited to 'databases/db47')
-rw-r--r-- | databases/db47/Makefile.db | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/db47/Makefile.db b/databases/db47/Makefile.db index 5999201429a8..5d60152179e4 100644 --- a/databases/db47/Makefile.db +++ b/databases/db47/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 |