aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/opendchub/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-01-01 19:17:17 +0800
committerpav <pav@FreeBSD.org>2004-01-01 19:17:17 +0800
commit6a87c2d2d3d432b99a276f7d0c3569cfe330c4f0 (patch)
tree04bea8f88c0a4a9419d59f10c14e0adaafb576f5 /net-p2p/opendchub/Makefile
parenta4d8542a8ad022bb4630c393bb06893b51a40d48 (diff)
downloadfreebsd-ports-gnome-6a87c2d2d3d432b99a276f7d0c3569cfe330c4f0.tar.gz
freebsd-ports-gnome-6a87c2d2d3d432b99a276f7d0c3569cfe330c4f0.tar.zst
freebsd-ports-gnome-6a87c2d2d3d432b99a276f7d0c3569cfe330c4f0.zip
- Update to 0.7.14
PR: ports/60777 Submitted by: Vincent Tantardini <vinc@FreeBSD-fr.org>
Diffstat (limited to 'net-p2p/opendchub/Makefile')
-rw-r--r--net-p2p/opendchub/Makefile8
1 files changed, 3 insertions, 5 deletions
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 <bsd.port.pre.mk>