diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 12:54:12 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-25 12:54:12 +0800 |
commit | 6fde6b61d823966b7495bab2fc23ede583e24f8e (patch) | |
tree | 0a7b79f781e1d0fddd779bb7241393752ff4c3c4 /sysutils | |
parent | 63e9f165631f864673635ea962a31cac6a1d2b37 (diff) | |
download | freebsd-ports-gnome-6fde6b61d823966b7495bab2fc23ede583e24f8e.tar.gz freebsd-ports-gnome-6fde6b61d823966b7495bab2fc23ede583e24f8e.tar.zst freebsd-ports-gnome-6fde6b61d823966b7495bab2fc23ede583e24f8e.zip |
- Reassign to the heap due to mail bounces
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fusefs-smbnetfs/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/fusefs-smbnetfs/Makefile b/sysutils/fusefs-smbnetfs/Makefile index 5ee2b4bdad10..e99d8524b544 100644 --- a/sysutils/fusefs-smbnetfs/Makefile +++ b/sysutils/fusefs-smbnetfs/Makefile @@ -1,8 +1,5 @@ -# New ports collection makefile for: smbnetfs -# Date created: 06 August 2006 -# Whom: Denis Barov +# Created by: Denis Barov # $FreeBSD$ -# PORTNAME= smbnetfs PORTVERSION= 0.5.3 @@ -11,7 +8,7 @@ CATEGORIES= sysutils net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/SMBNetFS-${PORTVERSION} PKGNAMEPREFIX= fusefs- -MAINTAINER= dindin@freebsd.org.ua +MAINTAINER= ports@FreeBSD.org COMMENT= Mount smb shares (Fuse filesystem) LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ |