diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-07-01 00:49:48 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-07-01 00:49:48 +0000 |
commit | 87d76cf2797926b759267725ca3958c4bdc59a83 (patch) | |
tree | 51d32ac143e5bfa96f24faef7eb934a013cd21ea /security/opensaml2 | |
parent | 16ef5572bf3edf655ec5857dac140eb06f525c62 (diff) | |
download | ports-87d76cf2797926b759267725ca3958c4bdc59a83.tar.gz ports-87d76cf2797926b759267725ca3958c4bdc59a83.zip |
Notes
Diffstat (limited to 'security/opensaml2')
-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) \ |