aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/opendchub/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-01-04 03:09:24 +0800
committerijliao <ijliao@FreeBSD.org>2003-01-04 03:09:24 +0800
commit195c2cab93663dc7e50037916a6acd22f816c383 (patch)
treebf5f9b759e086f7ced21e33a4863dc88de23e4cc /net-p2p/opendchub/Makefile
parent31c4ecbf0556918abde87917594be96d08b84d9e (diff)
downloadfreebsd-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/Makefile15
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>