diff options
Diffstat (limited to 'security/botan/files/patch-configure.pl')
-rw-r--r-- | security/botan/files/patch-configure.pl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/botan/files/patch-configure.pl b/security/botan/files/patch-configure.pl new file mode 100644 index 000000000000..7ce69a825bc2 --- /dev/null +++ b/security/botan/files/patch-configure.pl @@ -0,0 +1,20 @@ +--- configure.pl.orig Sat Jun 9 09:40:22 2001 ++++ configure.pl Sun Jun 10 19:23:51 2001 +@@ -1312,7 +1312,7 @@ + DOCDIR = \$(INSTALLROOT)/share/doc/\$(NAME)-\$(VERSION) + + OWNER = root +-GROUP = root ++GROUP = wheel + DATA_MODE = 644 + EXEC_MODE = 755 + +@@ -1341,7 +1341,7 @@ + # FIXME: Hardcoded + USER_DOCS = readme.txt doc/license.txt doc/log.txt doc/thanks.txt \\ + doc/pgpkeys.asc +-DEVEL_DOCS = doc/doc.ps doc/relnotes.txt ++DEVEL_DOCS = doc/opencl.ps doc/relnotes.txt + + HEADERS = $headers + |