diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-31 15:24:29 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-12-31 15:24:29 +0000 |
commit | 4d452ec86b334e2ea6c44a048c7f78a2c6ca8bf1 (patch) | |
tree | 18ed0243b8d6024c3fbe3129a0b3dcd0e902d1e9 /security/gnu-crypto | |
parent | 43f7b7f9d29276f4e5f39305f7cd5a5c52a7469c (diff) | |
download | ports-4d452ec86b334e2ea6c44a048c7f78a2c6ca8bf1.tar.gz ports-4d452ec86b334e2ea6c44a048c7f78a2c6ca8bf1.zip |
Notes
Diffstat (limited to 'security/gnu-crypto')
-rw-r--r-- | security/gnu-crypto/Makefile | 8 | ||||
-rw-r--r-- | security/gnu-crypto/files/patch-docs::gnu-crypto.texi | 14 |
2 files changed, 20 insertions, 2 deletions
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 <bsd.port.mk> 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 |