From 4d452ec86b334e2ea6c44a048c7f78a2c6ca8bf1 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Fri, 31 Dec 2004 15:24:29 +0000 Subject: [PATCH] - Fix gnu-crypto.info: o Properly categorize it under "GNU Libraries" o Register it within post-install target - Bump PORTREVISION since it fixes installation issues Submitted by: Tim Welch --- security/gnu-crypto/Makefile | 8 ++++++-- .../gnu-crypto/files/patch-docs::gnu-crypto.texi | 14 ++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 security/gnu-crypto/files/patch-docs::gnu-crypto.texi diff --git a/security/gnu-crypto/Makefile b/security/gnu-crypto/Makefile index b802e8258f1f..7333af82a052 100644 --- a/security/gnu-crypto/Makefile +++ b/security/gnu-crypto/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnu-crypto PORTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security java MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -47,7 +47,7 @@ post-extract: post-configure: @${REINPLACE_CMD} -E \ - -e 's|(\$$\(MAKEINFOFLAGS\))|\1 --no-split|' \ + -e 's|(\$$\(MAKEINFOFLAGS\))|\1 ${MAKEINFOFLAGS}|' \ ${BUILD_WRKSRC}/docs/${MAKEFILE} post-build: @@ -61,4 +61,8 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/docs/${PORTNAME}.info \ ${PREFIX}/${INFO_PATH} +post-install: + @install-info ${PREFIX}/${INFO_PATH}/${PORTNAME}.info \ + ${PREFIX}/${INFO_PATH}/dir + .include diff --git a/security/gnu-crypto/files/patch-docs::gnu-crypto.texi b/security/gnu-crypto/files/patch-docs::gnu-crypto.texi new file mode 100644 index 000000000000..063f748ecd81 --- /dev/null +++ b/security/gnu-crypto/files/patch-docs::gnu-crypto.texi @@ -0,0 +1,14 @@ +--- docs/gnu-crypto.texi.orig Sat Nov 8 19:45:45 2003 ++++ docs/gnu-crypto.texi Fri Dec 31 11:35:47 2004 +@@ -6,6 +6,11 @@ + + @include version.texi + ++@dircategory GNU Libraries ++@direntry ++* gnu-crypto: (gnu-crypto). GNU java cryptographic primitives and tools ++@end direntry ++ + @iftex + @raggedbottom + @end iftex