From 6f548616baf53f0f3558ca883dd9c3dd6e2777c8 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Fri, 16 Mar 2007 11:24:01 +0000 Subject: - Update to 1.0.6 PR: 110205 Submitted by: Timur I. Bakeyev (maintainer) --- net/samba4wins/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'net/samba4wins/Makefile') diff --git a/net/samba4wins/Makefile b/net/samba4wins/Makefile index 61191a93ca72..63a488fcca5e 100644 --- a/net/samba4wins/Makefile +++ b/net/samba4wins/Makefile @@ -6,10 +6,10 @@ # PORTNAME= samba4wins -PORTVERSION= 1.0.4.r1 +PORTVERSION= 1.0.6 CATEGORIES= net MASTER_SITES= http://ftp.sernet.de/pub/samba4WINS/debian/pool/ -DISTNAME= ${PORTNAME}_${PORTVERSION:S/.r/-/} +DISTNAME= ${PORTNAME}_${PORTVERSION}-1 MAINTAINER= timur@gnu.org COMMENT= A full featured replicating WINS server for UNIX @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --exec-prefix=${PREFIX} \ --with-logfilebase=${S4W_LOGDIR} CONFIGURE_ARGS+= --disable-reg-gconf --disable-socket-wrapper \ - --with-readline=/usr --with-included-popt \ + --with-readline=${DESTDIR}/usr --with-included-popt \ --with-libiconv=${LOCALBASE} --without-sqlite3 \ --without-pthreads --without-python @@ -65,11 +65,11 @@ post-build: post-install: @${MKDIR} ${S4W_CONFDIR} ${INSTALL_DATA} ${FILESDIR}/samba4wins.conf.sample ${S4W_CONFDIR} - @${MKDIR} ${DOCSDIR} .if !defined(NOPORTDOCS) -.for d in HOWTO.txt NEWS.txt README.txt TODO.txt - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/debian/${PORTNAME}-*-${d} ${DOCSDIR}/${d} -.endfor + @${MKDIR} ${DOCSDIR} +. for d in HOWTO.txt NEWS.txt README.txt TODO.txt + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}/debian/${PORTNAME}-${PORTVERSION}-${d} ${DOCSDIR}/${d} +. endfor .endif .include -- cgit v1.2.3