- 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 <twelch@thepentagon.org>
This commit is contained in:
parent
43f7b7f9d2
commit
4d452ec86b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125608
2 changed files with 20 additions and 2 deletions
|
@ -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>
|
||||
|
|
14
security/gnu-crypto/files/patch-docs::gnu-crypto.texi
Normal file
14
security/gnu-crypto/files/patch-docs::gnu-crypto.texi
Normal file
|
@ -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
|
Loading…
Reference in a new issue