From ef00508694332f233ce57b557813bf7d10e440c1 Mon Sep 17 00:00:00 2001 From: brad Date: Thu, 23 Mar 2000 18:02:58 +0000 Subject: [PATCH] Fake --- net/samba/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/net/samba/Makefile b/net/samba/Makefile index 85274972f2b..1467547755b 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2000/03/23 08:00:40 brad Exp $ +# $OpenBSD: Makefile,v 1.30 2000/03/23 18:02:58 brad Exp $ DISTNAME= samba-2.0.6 CATEGORIES= net @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ ftp://ftp.uni-trier.de/pub/unix/network/samba/ \ ftp://ring.asahi-net.or.jp/pub/net/samba/ -NEED_VERSION= 1.191 +NEED_VERSION= 1.213 MAINTAINER= Peter.Galbavy@knowledge.com @@ -17,6 +17,8 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes +FAKE= Yes + SEPARATE_BUILD= concurrent GNU_CONFIGURE= Yes CONFIGURE_ARGS= --libdir="${PREFIX}/lib/samba" \ @@ -25,6 +27,10 @@ CONFIGURE_ARGS= --libdir="${PREFIX}/lib/samba" \ --with-lockdir="/var/spool/lock" \ --with-swatdir="${PREFIX}/swat" +FAKE_FLAGS= prefix="${WRKINST}${PREFIX}" \ + LIBDIR="${WRKINST}${PREFIX}/lib/samba" \ + SWATDIR="${WRKINST}${PREFIX}/swat" + # Warning: these aditional options have not been tested. # uncomment these to add SSL support, note that this is only useful @@ -91,6 +97,5 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/script/mksmbpasswd.sh ${PREFIX}/bin @chown root.bin ${PREFIX}/bin/smbpasswd @chmod 111 ${PREFIX}/bin/smbpasswd - @PKG_PREFIX="${PREFIX}" sh ${PKGDIR}/INSTALL ${DISTNAME} POST-INSTALL .include