Date: Fri, 3 May 2013 21:25:40 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r317261 - in head/net/sharity-light: . files Message-ID: <201305032125.r43LPeg3044831@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Fri May 3 21:25:39 2013 New Revision: 317261 URL: http://svnweb.freebsd.org/changeset/ports/317261 Log: Fix build on current Modified: head/net/sharity-light/Makefile head/net/sharity-light/files/Makefile.unshlight Modified: head/net/sharity-light/Makefile ============================================================================== --- head/net/sharity-light/Makefile Fri May 3 21:18:57 2013 (r317260) +++ head/net/sharity-light/Makefile Fri May 3 21:25:39 2013 (r317261) @@ -1,9 +1,5 @@ -# New ports collection makefile for: sharity-light -# Date created: 14 June 1997 -# Whom: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> -# +# Created by: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> # $FreeBSD$ -# PORTNAME= sharity-light PORTVERSION= 1.3 @@ -12,14 +8,14 @@ MASTER_SITES= http://www.obdev.at/ftp/pu DISTNAME= Sharity-Light.1.3 MAINTAINER= ports@FreeBSD.org -COMMENT= An userland smbfs --- SMB to NFS protocols converter +COMMENT= Userland smbfs --- SMB to NFS protocols converter MAN8= smbmount.8 PLIST_FILES= sbin/shlight sbin/unshlight PORTDOCS= * -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> post-extract: @${MKDIR} ${WRKDIR}/unshlight @@ -35,11 +31,11 @@ post-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/shlight ${PREFIX}/sbin ${INSTALL_PROGRAM} ${WRKDIR}/unshlight/unshlight ${PREFIX}/sbin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README ${INSTALL_DATA} ${WRKSRC}/FAQ.txt ${DOCSDIR}/FAQ .endif ${INSTALL_MAN} ${WRKSRC}/smbmount.8 ${PREFIX}/man/man8 -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/net/sharity-light/files/Makefile.unshlight ============================================================================== --- head/net/sharity-light/files/Makefile.unshlight Fri May 3 21:18:57 2013 (r317260) +++ head/net/sharity-light/files/Makefile.unshlight Fri May 3 21:25:39 2013 (r317261) @@ -1,4 +1,4 @@ PROG=unshlight -NOMAN=sorry +NO_MAN=sorry .include <bsd.prog.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305032125.r43LPeg3044831>