diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-22 15:56:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-22 15:56:15 +0000 |
commit | a5b666303c1461dd281166376d72e7833f640183 (patch) | |
tree | b6d8d4413a4fe23b591aaa89064dc4e0b9c88c79 /security/opensaml2 | |
parent | e37e3a2a639b1986a84264032b83c24f916212af (diff) |
Notes
Diffstat (limited to 'security/opensaml2')
-rw-r--r-- | security/opensaml2/files/patch-doc_Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/opensaml2/files/patch-doc_Makefile.in b/security/opensaml2/files/patch-doc_Makefile.in new file mode 100644 index 000000000000..3e2e4979e7f8 --- /dev/null +++ b/security/opensaml2/files/patch-doc_Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- doc/Makefile.in.orig ++++ doc/Makefile.in +@@ -231,7 +231,7 @@ + LOG4CPP.LICENSE + + pkgdoc_DATA = $(docfiles) +-EXTRA_DIST = $(docfiles) api ++EXTRA_DIST = $(docfiles) + all: all-am + + .SUFFIXES: |