aboutsummaryrefslogtreecommitdiff
path: root/net/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/opendchub/Makefile
parent5aedfbd6ccf85754ec52f53b9c186456e2832ed0 (diff)
downloadports-136aefccf0aace0d6c0e9cef7b3be4e23bd7d4e1.tar.gz
ports-136aefccf0aace0d6c0e9cef7b3be4e23bd7d4e1.zip
Notes
Diffstat (limited to 'net/opendchub/Makefile')
-rw-r--r--net/opendchub/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/opendchub/Makefile b/net/opendchub/Makefile
index 282cf8ae137d..f56ac477d3f7 100644
--- a/net/opendchub/Makefile
+++ b/net/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)