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/opendchub | |
parent | 71fb7cefa4bd5eefb4b9018bc17fbe9530a76a90 (diff) | |
download | ports-4e1fc2a69923d6691d37ad954eea24d49c824a3c.tar.gz ports-4e1fc2a69923d6691d37ad954eea24d49c824a3c.zip |
Notes
Diffstat (limited to 'net/opendchub')
-rw-r--r-- | net/opendchub/Makefile | 8 | ||||
-rw-r--r-- | net/opendchub/distinfo | 2 | ||||
-rw-r--r-- | net/opendchub/pkg-comment | 1 | ||||
-rw-r--r-- | net/opendchub/pkg-descr | 3 | ||||
-rw-r--r-- | net/opendchub/pkg-plist | 1 |
5 files changed, 9 insertions, 6 deletions
diff --git a/net/opendchub/Makefile b/net/opendchub/Makefile index 7bd277d129a0..d52137f09d67 100644 --- a/net/opendchub/Makefile +++ b/net/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} diff --git a/net/opendchub/distinfo b/net/opendchub/distinfo index 2d3a3b4f4839..b604c87d8cdd 100644 --- a/net/opendchub/distinfo +++ b/net/opendchub/distinfo @@ -1 +1 @@ -MD5 (opendchub-0.7.3.tar.gz) = 56b07b1677427b07145a2b1639d05866 +MD5 (opendchub-0.7.4.tar.gz) = d79d30daed85e884b2bef176ebd2c374 diff --git a/net/opendchub/pkg-comment b/net/opendchub/pkg-comment deleted file mode 100644 index c394b3e274f8..000000000000 --- a/net/opendchub/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Unofficial Unix version of the Direct Connect Hub software diff --git a/net/opendchub/pkg-descr b/net/opendchub/pkg-descr index 438dd411ecc8..0e6012fa9833 100644 --- a/net/opendchub/pkg-descr +++ b/net/opendchub/pkg-descr @@ -7,6 +7,3 @@ or the network, or browse files of other users connected to the hub. WWW: http://opendchub.sourceforge.net/ - -- Munish Chopra -mchopra@engmail.uwaterloo.ca diff --git a/net/opendchub/pkg-plist b/net/opendchub/pkg-plist index 8a7e330c2c96..85a1eb765da1 100644 --- a/net/opendchub/pkg-plist +++ b/net/opendchub/pkg-plist @@ -1,3 +1,4 @@ +@comment $FreeBSD$ bin/opendchub %%PORTDOCS%%share/doc/opendchub/README %%PORTDOCS%%@dirrm share/doc/opendchub |