diff options
-rw-r--r-- | net-p2p/opendchub/Makefile | 8 | ||||
-rw-r--r-- | net-p2p/opendchub/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/opendchub/pkg-plist | 4 | ||||
-rw-r--r-- | net/opendchub/Makefile | 8 | ||||
-rw-r--r-- | net/opendchub/distinfo | 2 | ||||
-rw-r--r-- | net/opendchub/pkg-plist | 4 |
6 files changed, 14 insertions, 14 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> diff --git a/net-p2p/opendchub/distinfo b/net-p2p/opendchub/distinfo index ce87568b02d9..ab5bec884226 100644 --- a/net-p2p/opendchub/distinfo +++ b/net-p2p/opendchub/distinfo @@ -1 +1 @@ -MD5 (opendchub-0.7.12.tar.gz) = 40adff72b70ccf9cce3d6d6b744ac845 +MD5 (opendchub-0.7.14.tar.gz) = 6121347154820e2b307a5aecafa86ce8 diff --git a/net-p2p/opendchub/pkg-plist b/net-p2p/opendchub/pkg-plist index 492e60c63200..95e46e251163 100644 --- a/net-p2p/opendchub/pkg-plist +++ b/net-p2p/opendchub/pkg-plist @@ -1,4 +1,6 @@ -@comment $FreeBSD$ bin/opendchub %%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/configfiles +%%PORTDOCS%%%%DOCSDIR%%/general +%%PORTDOCS%%%%DOCSDIR%%/scriptdoc %%PORTDOCS%%@dirrm %%DOCSDIR%% 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> diff --git a/net/opendchub/distinfo b/net/opendchub/distinfo index ce87568b02d9..ab5bec884226 100644 --- a/net/opendchub/distinfo +++ b/net/opendchub/distinfo @@ -1 +1 @@ -MD5 (opendchub-0.7.12.tar.gz) = 40adff72b70ccf9cce3d6d6b744ac845 +MD5 (opendchub-0.7.14.tar.gz) = 6121347154820e2b307a5aecafa86ce8 diff --git a/net/opendchub/pkg-plist b/net/opendchub/pkg-plist index 492e60c63200..95e46e251163 100644 --- a/net/opendchub/pkg-plist +++ b/net/opendchub/pkg-plist @@ -1,4 +1,6 @@ -@comment $FreeBSD$ bin/opendchub %%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/configfiles +%%PORTDOCS%%%%DOCSDIR%%/general +%%PORTDOCS%%%%DOCSDIR%%/scriptdoc %%PORTDOCS%%@dirrm %%DOCSDIR%% |