diff options
author | swills <swills@FreeBSD.org> | 2011-07-01 08:49:48 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-07-01 08:49:48 +0800 |
commit | f85ef445462bc65036ddb9ced27c36feabe1794c (patch) | |
tree | fec648cbc68fd4bf4eef7bf42cb6b8b0901c03ae /security | |
parent | bedceec49c11c1a89a8471e50c19d7fc5350f8cf (diff) | |
download | freebsd-ports-gnome-f85ef445462bc65036ddb9ced27c36feabe1794c.tar.gz freebsd-ports-gnome-f85ef445462bc65036ddb9ced27c36feabe1794c.tar.zst freebsd-ports-gnome-f85ef445462bc65036ddb9ced27c36feabe1794c.zip |
- Add another forgotten patch
Reported by: pavmail
Diffstat (limited to 'security')
-rw-r--r-- | security/opensaml2/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/opensaml2/files/patch-Makefile.in b/security/opensaml2/files/patch-Makefile.in new file mode 100644 index 000000000000..7354702dc8b6 --- /dev/null +++ b/security/opensaml2/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2011-06-14 20:29:16.096151763 -0400 ++++ Makefile.in 2011-06-14 20:29:32.415144454 -0400 +@@ -346,7 +346,7 @@ + + MOSTLYCLEANFILES = $(DX_CLEANFILES) + SUBDIRS = doc schemas saml samltest samlsign +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = $(libdir)data/pkgconfig + pkgconfig_DATA = @PACKAGE_NAME@.pc + GENFILES = @PACKAGE_NAME@.spec pkginfo Portfile + EXTRA_DIST = $(DX_CONFIG) \ |