1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Correct info file path (PREFIX/share/info -> PREFIX/INFO_PATH)

- Bump PORTREVISION

Reported by:	pointyhat exp run
This commit is contained in:
Rong-En Fan 2007-07-16 07:58:02 +00:00
parent c18e4084b5
commit 026c183623
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195707
4 changed files with 8 additions and 10 deletions

View File

@ -8,6 +8,7 @@
PORTNAME= nettle
PORTVERSION= 1.15
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
ftp://ftp.lysator.liu.se/pub/security/lsh/
@ -22,15 +23,16 @@ USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-shared
CONFIGURE_ARGS= --enable-shared --infodir=${PREFIX}/${INFO_PATH}
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USE_GETOPT_LONG= yes
USE_GCC= 3.4+
DOCS= NEWS README TODO nettle.html
EXAMPLES= examples/*.c examples/*.h
INFO= nettle
post-extract:
@${RM} -f ${WRKSRC}/nettle.info*

View File

@ -60,6 +60,3 @@ lib/libnettle.so.2
%%EXAMPLESDIR%%/rsa-sign.c
%%EXAMPLESDIR%%/rsa-verify.c
@dirrm %%EXAMPLESDIR%%
share/info/nettle.info
share/info/dir
@dirrmtry share/info

View File

@ -8,6 +8,7 @@
PORTNAME= nettle
PORTVERSION= 1.15
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
ftp://ftp.lysator.liu.se/pub/security/lsh/
@ -22,15 +23,16 @@ USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --enable-shared
CONFIGURE_ARGS= --enable-shared --infodir=${PREFIX}/${INFO_PATH}
LDFLAGS+= -L${LOCALBASE}/lib
USE_LDCONFIG= yes
USE_GETOPT_LONG= yes
USE_GCC= 3.4+
DOCS= NEWS README TODO nettle.html
EXAMPLES= examples/*.c examples/*.h
INFO= nettle
post-extract:
@${RM} -f ${WRKSRC}/nettle.info*

View File

@ -60,6 +60,3 @@ lib/libnettle.so.2
%%EXAMPLESDIR%%/rsa-sign.c
%%EXAMPLESDIR%%/rsa-verify.c
@dirrm %%EXAMPLESDIR%%
share/info/nettle.info
share/info/dir
@dirrmtry share/info