diff options
author | obrien <obrien@FreeBSD.org> | 2005-09-09 01:43:19 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-09-09 01:43:19 +0800 |
commit | 6d3c8b3c33d9d092b40a02cc5c0ef90b7919b96b (patch) | |
tree | 7a6486ed9abfaa942d777ce7a172bd8b72736d6f /misc | |
parent | 9e665a81f6e697659226db5c1616e668e203470f (diff) | |
download | freebsd-ports-graphics-6d3c8b3c33d9d092b40a02cc5c0ef90b7919b96b.tar.gz freebsd-ports-graphics-6d3c8b3c33d9d092b40a02cc5c0ef90b7919b96b.tar.zst freebsd-ports-graphics-6d3c8b3c33d9d092b40a02cc5c0ef90b7919b96b.zip |
Fix the build by using a different way to express the newer source base.
(Note PORTEPOCH is not needed nor desired as this port wasn't fetchable.)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bidwatcher/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index 45d3f70faac..caaa1c76e15 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -7,8 +7,8 @@ # PORTNAME= bidwatcher -PORTVERSION= 1.3.17.1 -PORTREVISION?= 0 +PORTVERSION= 1.3.17 +PORTREVISION?= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |