diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:09:24 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:09:24 +0800 |
commit | 195c2cab93663dc7e50037916a6acd22f816c383 (patch) | |
tree | bf5f9b759e086f7ced21e33a4863dc88de23e4cc /net-p2p/opendchub/Makefile | |
parent | 31c4ecbf0556918abde87917594be96d08b84d9e (diff) | |
download | freebsd-ports-gnome-195c2cab93663dc7e50037916a6acd22f816c383.tar.gz freebsd-ports-gnome-195c2cab93663dc7e50037916a6acd22f816c383.tar.zst freebsd-ports-gnome-195c2cab93663dc7e50037916a6acd22f816c383.zip |
upgrade to 0.7.3
PR: 46426
Submitted by: Ports Fury
Diffstat (limited to 'net-p2p/opendchub/Makefile')
-rw-r--r-- | net-p2p/opendchub/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index e72a0b6c4a95..7bd277d129a0 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/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> |