svn commit: r453223 - in head/sysutils/fusefs-ext2: . files
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Oct 31 10:28:15 UTC 2017
Author: ehaupt
Date: Tue Oct 31 10:28:14 2017
New Revision: 453223
URL: https://svnweb.freebsd.org/changeset/ports/453223
Log:
Fix package list.
Modified:
head/sysutils/fusefs-ext2/Makefile
head/sysutils/fusefs-ext2/files/patch-Makefile.am
Modified: head/sysutils/fusefs-ext2/Makefile
==============================================================================
--- head/sysutils/fusefs-ext2/Makefile Tue Oct 31 10:08:09 2017 (r453222)
+++ head/sysutils/fusefs-ext2/Makefile Tue Oct 31 10:28:14 2017 (r453223)
@@ -4,7 +4,7 @@
PORTNAME= fusefs-ext2
PORTVERSION= 0.0.9
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MAINTAINER= ehaupt at FreeBSD.org
Modified: head/sysutils/fusefs-ext2/files/patch-Makefile.am
==============================================================================
--- head/sysutils/fusefs-ext2/files/patch-Makefile.am Tue Oct 31 10:08:09 2017 (r453222)
+++ head/sysutils/fusefs-ext2/files/patch-Makefile.am Tue Oct 31 10:28:14 2017 (r453223)
@@ -1,12 +1,15 @@
--- Makefile.am.orig 2015-03-30 23:42:20 UTC
+++ Makefile.am
-@@ -5,9 +5,6 @@ SUBDIRS += tools
+@@ -5,12 +5,6 @@ SUBDIRS += tools
SUBDIRS += test
SUBDIRS += test/pjdfstest
-EXTRA_DIST = \
- fuse-ext2.pc.in
-
- pkgconfigdir = @pkgconfigdir@
- pkgconfig_DATA = fuse-ext2.pc
+-pkgconfigdir = @pkgconfigdir@
+-pkgconfig_DATA = fuse-ext2.pc
+-
+ $(pkgconfig_DATA): config.status
+ man1_MANS = fuse-ext2.1
More information about the svn-ports-head
mailing list