diff options
author | taca <taca> | 2003-05-28 08:59:47 +0000 |
---|---|---|
committer | taca <taca> | 2003-05-28 08:59:47 +0000 |
commit | 018397f3af19bf5feb9d4b2c1568afd9fc86adb0 (patch) | |
tree | 928794f1dad3226eb6f759e5ec49e554d5678b85 /net/ja-samba | |
parent | 4ecafef27b9ec4993d69905c48454bf58a676c2f (diff) | |
download | pkgsrc-018397f3af19bf5feb9d4b2c1568afd9fc86adb0.tar.gz |
MESSAGE.security has gone.
Diffstat (limited to 'net/ja-samba')
-rw-r--r-- | net/ja-samba/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ja-samba/Makefile b/net/ja-samba/Makefile index 99a0ac5baed..45c82c88852 100644 --- a/net/ja-samba/Makefile +++ b/net/ja-samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/05/27 15:59:08 taca Exp $ +# $NetBSD: Makefile,v 1.16 2003/05/28 08:59:47 taca Exp $ .include "Makefile.common" @@ -47,8 +47,7 @@ CONFIGURE_ARGS+= --with-ldapsam PLIST_SUBST+= SAMBA_LDAP="" .else PLIST_SUBST+= SAMBA_LDAP="@comment " -MESSAGE_SRC= ${.CURDIR}/MESSAGE.smbpasswd \ - ${.CURDIR}/MESSAGE.security +MESSAGE_SRC= ${.CURDIR}/MESSAGE.smbpasswd SMBPASSWD_FILE= /dev/null ${SAMBA_PRIVATE}/smbpasswd \ ${ROOT_USER} ${ROOT_GROUP} 0600 .endif |