svn commit: r453208 - in head/sysutils/fusefs-ext2: . files
Emanuel Haupt
ehaupt at FreeBSD.org
Mon Oct 30 19:35:19 UTC 2017
Author: ehaupt
Date: Mon Oct 30 19:35:18 2017
New Revision: 453208
URL: https://svnweb.freebsd.org/changeset/ports/453208
Log:
Don't install pkg-config file since we're not installing any developer stuff.
Notified by: mandree
Added:
head/sysutils/fusefs-ext2/files/patch-Makefile.am (contents, props changed)
Modified:
head/sysutils/fusefs-ext2/Makefile
Modified: head/sysutils/fusefs-ext2/Makefile
==============================================================================
--- head/sysutils/fusefs-ext2/Makefile Mon Oct 30 19:22:19 2017 (r453207)
+++ head/sysutils/fusefs-ext2/Makefile Mon Oct 30 19:35:18 2017 (r453208)
@@ -4,6 +4,7 @@
PORTNAME= fusefs-ext2
PORTVERSION= 0.0.9
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= ehaupt at FreeBSD.org
@@ -25,6 +26,6 @@ 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 <bsd.port.mk>
Added: head/sysutils/fusefs-ext2/files/patch-Makefile.am
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/fusefs-ext2/files/patch-Makefile.am Mon Oct 30 19:35:18 2017 (r453208)
@@ -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
+
More information about the svn-ports-head
mailing list