diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-02-20 13:59:26 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-02-20 13:59:26 +0000 |
commit | 0ff2f4904539fce4082a8a1f56fe03ae169202ae (patch) | |
tree | cbbd8534ceec346cfab2dfcd1b3a1b58d0cefc56 /net-p2p/ctorrent/Makefile | |
parent | 17920b13a3408c3396d8a24321202d3bbdc1531f (diff) | |
download | ports-0ff2f4904539fce4082a8a1f56fe03ae169202ae.tar.gz ports-0ff2f4904539fce4082a8a1f56fe03ae169202ae.zip |
Notes
Diffstat (limited to 'net-p2p/ctorrent/Makefile')
-rw-r--r-- | net-p2p/ctorrent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ctorrent/Makefile b/net-p2p/ctorrent/Makefile index 963f776518bb..5363fdfe09f5 100644 --- a/net-p2p/ctorrent/Makefile +++ b/net-p2p/ctorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME= ctorrent PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes PATCH_SITES= http://www.rahul.net/dholmes/ctorrent/ -PATCHFILES= patchset-ctorrent-1.3.4-dnh1.diff +PATCHFILES= patchset-ctorrent-1.3.4-dnh2.diff PLIST_FILES= bin/ctorrent CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |