mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Use new INFO macro
This commit is contained in:
parent
b76ed7dbd0
commit
5db526233f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86296
@ -22,6 +22,8 @@ CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
INFO= gcrypt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-extract:
|
||||
|
@ -1,8 +1,5 @@
|
||||
bin/libgcrypt-config
|
||||
include/gcrypt.h
|
||||
@unexec install-info --delete %D/info/gcrypt.info %D/info/dir
|
||||
info/gcrypt.info
|
||||
@exec install-info %D/info/gcrypt.info %D/info/dir
|
||||
lib/libgcrypt.a
|
||||
lib/libgcrypt.so
|
||||
lib/libgcrypt.so.6
|
||||
|
@ -22,6 +22,8 @@ CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
INFO= gcrypt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
pre-extract:
|
||||
|
@ -1,8 +1,5 @@
|
||||
bin/libgcrypt-config
|
||||
include/gcrypt.h
|
||||
@unexec install-info --delete %D/info/gcrypt.info %D/info/dir
|
||||
info/gcrypt.info
|
||||
@exec install-info %D/info/gcrypt.info %D/info/dir
|
||||
lib/libgcrypt.a
|
||||
lib/libgcrypt.so
|
||||
lib/libgcrypt.so.6
|
||||
|
Loading…
Reference in New Issue
Block a user