diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-16 21:23:06 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-16 21:23:06 +0800 |
commit | 8106babaae48c1526e96317e3e9b950483e904e0 (patch) | |
tree | b18abed95d26d052e0e0baa9bf629db78ac01886 /net-p2p/opendchub/Makefile | |
parent | 2cdc23d2c514e8fc36088ff8893a3769bdc23dfa (diff) | |
download | freebsd-ports-gnome-8106babaae48c1526e96317e3e9b950483e904e0.tar.gz freebsd-ports-gnome-8106babaae48c1526e96317e3e9b950483e904e0.tar.zst freebsd-ports-gnome-8106babaae48c1526e96317e3e9b950483e904e0.zip |
Update to version 0.7.4.
PR: 48049
Submitted by: Ports Fury
Diffstat (limited to 'net-p2p/opendchub/Makefile')
-rw-r--r-- | net-p2p/opendchub/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile index 7bd277d129a0..d52137f09d67 100644 --- a/net-p2p/opendchub/Makefile +++ b/net-p2p/opendchub/Makefile @@ -6,17 +6,23 @@ # PORTNAME= opendchub -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +COMMENT= Unofficial Unix version of the Direct Connect Hub software USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes +post-patch: +.for file in src/fileio.c src/main.c + @${PERL} -pi -e 's|#include <crypt.h>||g' ${WRKSRC}/${file} +.endfor + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |