diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2007-09-15 21:31:11 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-09-15 21:31:11 +0000 |
commit | 6bacc4895872226093b2a4a0889847334c76fbff (patch) | |
tree | 87a67ec9acc8549cfd41bf7723ecc587675248d9 /misc/jbidwatcher/Makefile | |
parent | da04ea05fa2899d7252caa186011117d67ffb342 (diff) |
Notes
Diffstat (limited to 'misc/jbidwatcher/Makefile')
-rw-r--r-- | misc/jbidwatcher/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile index c7c389c85677..3eff22bd7b5c 100644 --- a/misc/jbidwatcher/Makefile +++ b/misc/jbidwatcher/Makefile @@ -6,10 +6,11 @@ # PORTNAME= jbidwatcher -DISTVERSION= 1.0.1 -PORTREVISION= 1 +DISTVERSION= 1.0.2 +PORTREVISION?= 0 CATEGORIES= misc java -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://www.jbidwatcher.com/rdl/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= JBidWatcher-${DISTVERSION} EXTRACT_SUFX= .jar |