diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-16 13:23:06 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-16 13:23:06 +0000 |
commit | 4e1fc2a69923d6691d37ad954eea24d49c824a3c (patch) | |
tree | 486901d4e51077d42862105112ad75d513e82c10 /net-p2p/opendchub/Makefile | |
parent | 71fb7cefa4bd5eefb4b9018bc17fbe9530a76a90 (diff) |
Notes
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} |