aboutsummaryrefslogtreecommitdiff
path: root/net/opendchub/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-01 11:17:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-01 11:17:17 +0000
commit81e556ca75c4d7d4f57bae9ccf85d5e564771dc8 (patch)
tree27672c9de81d833bfdbd77e750ca2283d4e4f2b1 /net/opendchub/Makefile
parent6be56eeabace09126b02f2c7dd360ece3e685552 (diff)
downloadports-81e556ca75c4d7d4f57bae9ccf85d5e564771dc8.tar.gz
ports-81e556ca75c4d7d4f57bae9ccf85d5e564771dc8.zip
Notes
Diffstat (limited to 'net/opendchub/Makefile')
-rw-r--r--net/opendchub/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/opendchub/Makefile b/net/opendchub/Makefile
index 7710c200eaaa..f84478cec430 100644
--- a/net/opendchub/Makefile
+++ b/net/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>