diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-05-09 15:02:18 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-05-09 15:02:18 +0800 |
commit | 59a295474fde91440209159412151c715f657d72 (patch) | |
tree | ccc603ea0e6812ab97cc5da1039076948d2d13ba /net-p2p/opendchub/Makefile | |
parent | 8c935b166391c3cc471ab5f32214af05a2fd0e42 (diff) | |
download | freebsd-ports-gnome-59a295474fde91440209159412151c715f657d72.tar.gz freebsd-ports-gnome-59a295474fde91440209159412151c715f657d72.tar.zst freebsd-ports-gnome-59a295474fde91440209159412151c715f657d72.zip |
upgrade to 0.7.12
PR: 51973
Submitted by: Ports Fury
Diffstat (limited to 'net-p2p/opendchub/Makefile')
-rw-r--r-- | net-p2p/opendchub/Makefile | 7 |
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) |