diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-06 16:52:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-06 16:52:02 +0000 |
commit | da12e6723dd1adee8b0c5e4b081caecab544e684 (patch) | |
tree | c2364f5819e8d5e433572c797bab46ab06e70b04 /sysutils/fusefs-funionfs | |
parent | ffc075db2e24d843dce270ae2b5a694a70b5b18c (diff) | |
download | ports-da12e6723dd1adee8b0c5e4b081caecab544e684.tar.gz ports-da12e6723dd1adee8b0c5e4b081caecab544e684.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-funionfs')
-rw-r--r-- | sysutils/fusefs-funionfs/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile index a023cc52f045..d450dbb34e33 100644 --- a/sysutils/fusefs-funionfs/Makefile +++ b/sysutils/fusefs-funionfs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fusefs-funionfs -# Date created: 2006-07-16 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# +# Created by: Gea-Suan Lin <gslin@gslin.org> # $FreeBSD$ -# PORTNAME= funionfs PORTVERSION= 0.4.3 @@ -17,7 +13,7 @@ COMMENT= Union filesystem for the FUSE driver LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USE_FUSE= yes +USES= fuse MAN1= funionfs.1 PLIST_FILES= bin/funionfs |