diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-03-24 22:10:07 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-03-24 22:10:07 +0000 |
commit | cf9a75e8ae988d06579f1abf5f6a2fd140762818 (patch) | |
tree | 7216759f3ab6b361614e0177dd7ef859158c8e4a | |
parent | - Update to 4.31.3 (diff) |
. /usr/local -> %%LOCALBASE%%.
Notes
Notes:
svn path=/head/; revision=105156
-rw-r--r-- | archivers/rpm4/files/patch-beecrypt::configure | 2 | ||||
-rw-r--r-- | archivers/rpm5/files/patch-beecrypt::configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rpm4/files/patch-beecrypt::configure b/archivers/rpm4/files/patch-beecrypt::configure index 3b878381e589..e6085300e17d 100644 --- a/archivers/rpm4/files/patch-beecrypt::configure +++ b/archivers/rpm4/files/patch-beecrypt::configure @@ -5,7 +5,7 @@ # Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='/usr/local/bin/libtool14' ++LIBTOOL='%%LOCALBASE%%/bin/libtool14' # Prevent multiple expansion diff --git a/archivers/rpm5/files/patch-beecrypt::configure b/archivers/rpm5/files/patch-beecrypt::configure index 3b878381e589..e6085300e17d 100644 --- a/archivers/rpm5/files/patch-beecrypt::configure +++ b/archivers/rpm5/files/patch-beecrypt::configure @@ -5,7 +5,7 @@ # Always use our own libtool. -LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL='/usr/local/bin/libtool14' ++LIBTOOL='%%LOCALBASE%%/bin/libtool14' # Prevent multiple expansion |