Date: Mon, 30 Oct 2017 19:35:18 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r453208 - in head/sysutils/fusefs-ext2: . files Message-ID: <201710301935.v9UJZIkd033809@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710301935.v9UJZIkd033809>