diff options
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 |