diff options
author | sketch <sketch@pkgsrc.org> | 2004-11-12 08:42:58 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2004-11-12 08:42:58 +0000 |
commit | ccb031eb90405da22615127e4bbf5416508aa4de (patch) | |
tree | da2306ba624982e55a4247f228ab0fee5dbce08f | |
parent | 626bcc25bf4fa6f9ff09d9d0e1710c538d9f211e (diff) | |
download | pkgsrc-ccb031eb90405da22615127e4bbf5416508aa4de.tar.gz |
Use ${VARBASE} instead of hardcoding /var.
-rw-r--r-- | net/samba/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 89844831cd7..545827bc56a 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.132 2004/11/09 08:21:26 grant Exp $ +# $NetBSD: Makefile,v 1.133 2004/11/12 08:42:58 sketch Exp $ DISTNAME= samba-3.0.8 CATEGORIES= net @@ -35,7 +35,7 @@ SAMBA_LOCKDIR?= ${SAMBA_VARDIR}/db/samba SAMBA_LOGDIR?= ${SAMBA_VARDIR}/log SAMBA_PIDDIR?= ${SAMBA_VARDIR}/run SAMBA_PRIVATE?= ${SAMBA_ETCDIR}/private -SAMBA_VARDIR?= /var +SAMBA_VARDIR?= ${VARBASE} FILES_SUBST= SAMBA_ETCDIR=${SAMBA_ETCDIR} FILES_SUBST+= SAMBA_LOCKDIR=${SAMBA_LOCKDIR} |