From 6a87c2d2d3d432b99a276f7d0c3569cfe330c4f0 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 1 Jan 2004 11:17:17 +0000 Subject: - Update to 0.7.14 PR: ports/60777 Submitted by: Vincent Tantardini --- net-p2p/opendchub/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'net-p2p/opendchub/Makefile') diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index 7710c200eaaa..f84478cec430 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -6,7 +6,7 @@ # PORTNAME= opendchub -PORTVERSION= 0.7.12 +PORTVERSION= 0.7.14 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,15 +18,13 @@ USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} - -post-patch: - @${PERL} -pi -e 's|crypt\.h||g ; \ - s|malloc\.h||g' ${WRKSRC}/configure +CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Documentation/* ${DOCSDIR} .endif .include -- cgit