Index: head/sysutils/fusefs-ext2/Makefile =================================================================== --- head/sysutils/fusefs-ext2/Makefile (revision 453207) +++ head/sysutils/fusefs-ext2/Makefile (revision 453208) @@ -1,30 +1,31 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= fusefs-ext2 PORTVERSION= 0.0.9 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= ehaupt@FreeBSD.org COMMENT= FUSE module to mount ext2, ext3 and ext4 with read write support LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs RUN_DEPENDS= mke2fs:sysutils/e2fsprogs USES= autoreconf libtool fuse pkgconfig localbase:ldflags USE_GITHUB= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs GH_PROJECT= fuse-ext2 GH_ACCOUNT= alperakcan PLIST_FILES= bin/fuse-ext2 bin/fuse-ext2.probe \ - libdata/pkgconfig/fuse-ext2.pc man/man1/fuse-ext2.1.gz + man/man1/fuse-ext2.1.gz .include Index: head/sysutils/fusefs-ext2/files/patch-Makefile.am =================================================================== --- head/sysutils/fusefs-ext2/files/patch-Makefile.am (nonexistent) +++ head/sysutils/fusefs-ext2/files/patch-Makefile.am (revision 453208) @@ -0,0 +1,12 @@ +--- Makefile.am.orig 2015-03-30 23:42:20 UTC ++++ Makefile.am +@@ -5,9 +5,6 @@ SUBDIRS += tools + SUBDIRS += test + SUBDIRS += test/pjdfstest + +-EXTRA_DIST = \ +- fuse-ext2.pc.in +- + pkgconfigdir = @pkgconfigdir@ + pkgconfig_DATA = fuse-ext2.pc + Property changes on: head/sysutils/fusefs-ext2/files/patch-Makefile.am ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property