diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:09:24 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-03 19:09:24 +0000 |
commit | 281b0560d8097fe8a6789ee0ae9cc3246bdbd0ae (patch) | |
tree | 368fad696e1ff9f4e94262adb0abea1ed3e0c7a9 /net/opendchub | |
parent | a30435781326cb07a30472f161e4f6d7574cdf8f (diff) | |
download | ports-281b0560d8097fe8a6789ee0ae9cc3246bdbd0ae.tar.gz ports-281b0560d8097fe8a6789ee0ae9cc3246bdbd0ae.zip |
Notes
Diffstat (limited to 'net/opendchub')
-rw-r--r-- | net/opendchub/Makefile | 15 | ||||
-rw-r--r-- | net/opendchub/distinfo | 2 | ||||
-rw-r--r-- | net/opendchub/pkg-plist | 1 |
3 files changed, 7 insertions, 11 deletions
diff --git a/net/opendchub/Makefile b/net/opendchub/Makefile index e72a0b6c4a95..7bd277d129a0 100644 --- a/net/opendchub/Makefile +++ b/net/opendchub/Makefile @@ -6,24 +6,21 @@ # PORTNAME= opendchub -PORTVERSION= 0.6.6 +PORTVERSION= 0.7.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org -GNU_CONFIGURE= yes +USE_PERL5= yes USE_GMAKE= yes - -DOC_FILES= COPYING README +GNU_CONFIGURE= yes post-install: -.ifndef(NOPORTDOCS) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/net/opendchub/distinfo b/net/opendchub/distinfo index 4771721f45ed..2d3a3b4f4839 100644 --- a/net/opendchub/distinfo +++ b/net/opendchub/distinfo @@ -1 +1 @@ -MD5 (opendchub-0.6.6.tar.gz) = 18e566e069b985d0024e8658d80fb252 +MD5 (opendchub-0.7.3.tar.gz) = 56b07b1677427b07145a2b1639d05866 diff --git a/net/opendchub/pkg-plist b/net/opendchub/pkg-plist index 0bffaf9765fb..8a7e330c2c96 100644 --- a/net/opendchub/pkg-plist +++ b/net/opendchub/pkg-plist @@ -1,4 +1,3 @@ bin/opendchub -%%PORTDOCS%%share/doc/opendchub/COPYING %%PORTDOCS%%share/doc/opendchub/README %%PORTDOCS%%@dirrm share/doc/opendchub |