diff options
author | oliver <oliver@FreeBSD.org> | 2005-03-13 01:24:14 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-03-13 01:24:14 +0800 |
commit | fc1ad45718458bfef627442f7ee4cfde18d53cad (patch) | |
tree | 190cf41221d37c50e0ef81086e0de17d6ecc2aa3 /net | |
parent | b8d13e0d894d98cb68b72d3b19c83c6b0085a823 (diff) | |
download | freebsd-ports-gnome-fc1ad45718458bfef627442f7ee4cfde18d53cad.tar.gz freebsd-ports-gnome-fc1ad45718458bfef627442f7ee4cfde18d53cad.tar.zst freebsd-ports-gnome-fc1ad45718458bfef627442f7ee4cfde18d53cad.zip |
fix building for cases where WRKDIR is a nfs mount
Diffstat (limited to 'net')
-rw-r--r-- | net/courier-authlib-ldap/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/courier-authlib-ldap/Makefile b/net/courier-authlib-ldap/Makefile index 836e9556543c..09788f1fb902 100644 --- a/net/courier-authlib-ldap/Makefile +++ b/net/courier-authlib-ldap/Makefile @@ -147,6 +147,11 @@ post-patch: ${WRKSRC}/userdb/Makefile.in @${REINPLACE_CMD} -e 's|DEFAULTOPTIONS=""|DEFAULTOPTIONS="wbnodsn=1"|' \ ${WRKSRC}/authdaemonrc.in + @${REINPLACE_CMD} -e 's|conftest.lock|/tmp/courier-authlib.locktest|g' \ + ${WRKSRC}/liblock/locktest.c + +post-configure: + @${RM} -f /tmp/courier-authlib.locktest post-install: ${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ |