diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-02 21:54:10 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-02 21:54:10 +0000 |
commit | 6452587524f1fd1b2551642992114010afb51f36 (patch) | |
tree | c8de17de2df8d3987e655647c93aec1b08aa2581 /net-p2p/dctc/Makefile | |
parent | Don't hardcode /usr/local/. (diff) |
o Update to 0.61
o Greatly simplify the patches removing sigprocmask protection
around send/receive since there is already a global signal handler
Diffstat (limited to 'net-p2p/dctc/Makefile')
-rw-r--r-- | net-p2p/dctc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-p2p/dctc/Makefile b/net-p2p/dctc/Makefile index 7dee84227c12..2f53d1de15db 100644 --- a/net-p2p/dctc/Makefile +++ b/net-p2p/dctc/Makefile @@ -6,10 +6,10 @@ # PORTNAME= dctc -PORTVERSION= 0.60 +PORTVERSION= 0.61 CATEGORIES= net MASTER_SITES= http://ac2i.tzo.com/dctc/ -DISTNAME= ${PORTNAME}_v${PORTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org @@ -34,6 +34,7 @@ post-patch: @${PERL} -pi -e 's/(CK?\(std)(out\))/\1_\2/' ${BUILD_WRKSRC}/* do-configure: + @${CP} ${FILESDIR}/config.h ${BUILD_WRKSRC} @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} depend do-install: |