diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-27 20:32:12 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-27 20:32:12 +0000 |
commit | e76d6dab832f59479d2a5b0deecb1071c27568d3 (patch) | |
tree | e138f1c0720070c5312b2579656a78c3106f28ef /security/opencdk/Makefile | |
parent | ce4b1510c1acc083904b674d0898474249f4471c (diff) |
Notes
Diffstat (limited to 'security/opencdk/Makefile')
-rw-r--r-- | security/opencdk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/opencdk/Makefile b/security/opencdk/Makefile index 546d459ee7ef..aec7b726e52f 100644 --- a/security/opencdk/Makefile +++ b/security/opencdk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opencdk -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.5 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} \ http://www.mirrors.wiretapped.net/security/network-security/gnutls/opencdk/ \ @@ -28,12 +28,11 @@ USE_REINPLACE= yes DOCS= AUTHORS NEWS README THANKS post-patch: -.for file in encrypt.c main.c +.for file in encrypt.c main.c misc.c ${REINPLACE_CMD} -e 's/<malloc.h>/<stdlib.h>/' ${WRKSRC}/src/${file} .endfor post-install: - ${RM} -f ${PREFIX}/lib/libopencdk.la @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/tests/*.c ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/tests/*.gpg ${EXAMPLESDIR} |