diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-07-12 07:39:22 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-07-12 07:39:22 +0000 |
commit | a728cd879d8706797c04b8e3241d5ee886680863 (patch) | |
tree | b2b147261a426a978ca259b37f117b9edfe3a19b /net | |
parent | 4bce57487d86ac4a35cda071de6ee43a79e5811c (diff) |
Pass LIBTOOL=${LIBTOOL} to post-build target.
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=84751
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 8cc0cb009034..beb240705c7f 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -187,7 +187,7 @@ PLIST_SUB= AUDIT=${AUDIT} \ .if defined(WITH_RECYCLE) || defined(WITH_AUDIT) post-build: cd ${WRKDIR}/${DISTNAME}/examples/VFS; \ - ./configure;${GMAKE}; \ + LIBTOOL=${LIBTOOL} ./configure;${GMAKE}; \ ${RM} -f config.cache config.log config.status .endif |