diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-05-17 15:47:01 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-05-17 15:47:01 +0000 |
commit | bb2be341286358dfef581bf771daa013ac2793f3 (patch) | |
tree | 719eb5236e72dbedb0843e21b8eaae471df84e8b /net/samba4 | |
parent | 42f485353de639566e4eaef29aa50a42fa263935 (diff) | |
download | pkgsrc-bb2be341286358dfef581bf771daa013ac2793f3.tar.gz |
Bump PKGREVISION again.
* Change CACHE directory.
Diffstat (limited to 'net/samba4')
-rw-r--r-- | net/samba4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba4/Makefile b/net/samba4/Makefile index 7e32fc96113..b8ff47635f1 100644 --- a/net/samba4/Makefile +++ b/net/samba4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2015/05/17 13:46:27 ryoon Exp $ +# $NetBSD: Makefile,v 1.4 2015/05/17 15:47:01 ryoon Exp $ DISTNAME= samba-${VERSION} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= http://download.samba.org/pub/samba/ @@ -29,7 +29,7 @@ SMB_MAN?= ${PREFIX}/${PKGMANDIR} SMB_STATE?= ${VARBASE}/run SMB_PRIVATE?= ${SMB_LIB}/samba/private SMB_PID?= ${VARBASE}/run -SMB_CACHE?= ${VARBASE}/cache +SMB_CACHE?= ${VARBASE}/run SMB_LOCK?= ${VARBASE}/run SMB_LOGFILEBASE?= ${VARBASE}/log SMB_SOCKETS?= ${VARBASE}/run |