diff options
author | obraun <obraun@FreeBSD.org> | 2004-05-13 01:00:22 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2004-05-13 01:00:22 +0800 |
commit | 81bb73306de0ee3ac340d0d12f138eaa1a3f3f44 (patch) | |
tree | 1dee4f56f09efb1aaac1fd80c8764f08877504bb /net/samba | |
parent | 941004fa426ed657cc7b7aefaabecf0bcea474af (diff) | |
download | freebsd-ports-gnome-81bb73306de0ee3ac340d0d12f138eaa1a3f3f44.tar.gz freebsd-ports-gnome-81bb73306de0ee3ac340d0d12f138eaa1a3f3f44.tar.zst freebsd-ports-gnome-81bb73306de0ee3ac340d0d12f138eaa1a3f3f44.zip |
Fix permissions of examples/VFS/configure.
Reported by: many
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 791555bfb7f8..edda0188aba1 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -146,6 +146,7 @@ post-patch: #${FIND} ${PATCH_WRKSRC} -type f -name '*.orig' -exec ${RM} {} \; ${FIND} ${PATCH_WRKSRC} -type f -empty -exec ${RM} {} \; ${CP} ${FILESDIR}/winbind_nss_bsd.c ${WRKSRC}/nsswitch/ + ${CHMOD} a+x ${WRKSRC}/../examples/VFS/configure post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc |