summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-07 07:49:40 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-11-07 07:49:40 +0800
commitd044ec36fc0d19753c15600a1c5afde8cfead24c (patch)
tree65776bc34b5cb4177cd3246b5d3bcdd71421fa61 /devel
parent036e84053fa5bd879875854aa31d639fb8ce40de (diff)
downloadmarcuscom-ports-d044ec36fc0d19753c15600a1c5afde8cfead24c.tar
marcuscom-ports-d044ec36fc0d19753c15600a1c5afde8cfead24c.tar.gz
marcuscom-ports-d044ec36fc0d19753c15600a1c5afde8cfead24c.tar.bz2
marcuscom-ports-d044ec36fc0d19753c15600a1c5afde8cfead24c.tar.lz
marcuscom-ports-d044ec36fc0d19753c15600a1c5afde8cfead24c.tar.xz
marcuscom-ports-d044ec36fc0d19753c15600a1c5afde8cfead24c.tar.zst
marcuscom-ports-d044ec36fc0d19753c15600a1c5afde8cfead24c.zip
Add missing @comment for samba
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9915 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/gvfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile
index d7f07851c..1f80e2b3f 100644
--- a/devel/gvfs/Makefile
+++ b/devel/gvfs/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/devel/gvfs/Makefile,v 1.1 2007/11/06 23:48:54 ahze Exp $
PORTNAME= gvfs
PORTVERSION= 0.0.1
@@ -39,7 +39,7 @@ LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient
PLIST_SUB+= SMB=""
.else
CONFIGURE_ARGS+= --disable-samba
-PLIST_SUB+= SMB=""
+PLIST_SUB+= SMB="@comment "
.endif
.include <bsd.port.post.mk>