svn commit: r317261 - in head/net/sharity-light: . files
Baptiste Daroussin
bapt at FreeBSD.org
Fri May 3 21:25:40 UTC 2013
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 at tejblum.dnttm.rssi.ru>
-#
+# Created by: Dmitrij Tejblum <dima at 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 at 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>
More information about the svn-ports-head
mailing list