summaryrefslogtreecommitdiff
path: root/net-p2p/opendchub/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-09 07:02:18 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-05-09 07:02:18 +0000
commit136aefccf0aace0d6c0e9cef7b3be4e23bd7d4e1 (patch)
treec92778ea817ca8f904122cbec242226fbc917938 /net-p2p/opendchub/Makefile
parentCorrect point to MASTERDIR. (diff)
upgrade to 0.7.12
PR: 51973 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=80525
Diffstat (limited to 'net-p2p/opendchub/Makefile')
-rw-r--r--net-p2p/opendchub/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile
index 282cf8ae137d..f56ac477d3f7 100644
--- a/net-p2p/opendchub/Makefile
+++ b/net-p2p/opendchub/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= opendchub
-PORTVERSION= 0.7.9
+PORTVERSION= 0.7.12
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,9 +20,8 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
-.for file in src/fileio.c src/main.c
- @${PERL} -pi -e 's|#include <crypt.h>||g' ${WRKSRC}/${file}
-.endfor
+ @${PERL} -pi -e 's|crypt\.h||g ; \
+ s|malloc\.h||g' ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)