diff options
Diffstat (limited to 'security/opencdk/Makefile')
-rw-r--r-- | security/opencdk/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index f2ecd2e265d6..c676cde784ca 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -6,8 +6,7 @@ # PORTNAME= opencdk -PORTVERSION= 0.5.8 -PORTREVISION= 1 +PORTVERSION= 0.5.9 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= http://josefsson.org/gnutls/releases/opencdk/ \ @@ -29,11 +28,6 @@ CONFIGURE_ARGS= --with-libgcrypt-prefix=${LOCALBASE} DOCS= AUTHORS NEWS README THANKS doc/opencdk-api.html -post-patch: -.for f in encrypt.c main.c misc.c - ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' ${WRKSRC}/src/${f} -.endfor - post-install: @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/tests/*.c ${EXAMPLESDIR} |