diff options
author | thierry <thierry@FreeBSD.org> | 2004-11-15 06:47:05 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-11-15 06:47:05 +0800 |
commit | 1aa4ebcd673521af2545aeb7df5a245170e6df1a (patch) | |
tree | ca0c18be60d8a498112b338a33fc199605edcd9b /misc/proxyper/Makefile | |
parent | e3e32dfda4ac63db605290237469bdd0da2b6a16 (diff) | |
download | freebsd-ports-gnome-1aa4ebcd673521af2545aeb7df5a245170e6df1a.tar.gz freebsd-ports-gnome-1aa4ebcd673521af2545aeb7df5a245170e6df1a.tar.zst freebsd-ports-gnome-1aa4ebcd673521af2545aeb7df5a245170e6df1a.zip |
Update to 341b.
PR: ports/73936
Submitted by: maintainer.
Diffstat (limited to 'misc/proxyper/Makefile')
-rw-r--r-- | misc/proxyper/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile index f64affe7d1cc..3226bf1d995f 100644 --- a/misc/proxyper/Makefile +++ b/misc/proxyper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proxyper -PORTVERSION= 341 +PORTVERSION= 341b CATEGORIES= misc MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/proxyper/ \ http://http.distributed.net/pub/dcti/proxyper/ @@ -15,6 +15,9 @@ DISTNAME= proxyper${PORTVERSION}-freebsd-x86 MAINTAINER= tim@bishnet.net COMMENT= The official distributed.net v2 personal proxy +# There's a "b" suffix on the version, but not the directory +WRKSRC= ${WRKDIR}/proxyper${PORTVERSION:S/b$//}-freebsd-x86 + USE_REINPLACE= yes .include <bsd.port.pre.mk> |