diff options
| author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-06-14 15:18:28 +0000 |
|---|---|---|
| committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-06-14 15:18:28 +0000 |
| commit | 79a338a25a4a324a16c7919a187860f5a9fe5fc8 (patch) | |
| tree | f9cdd24c4c9aa7b8d6b674a1548b01f408a8a94d | |
| parent | - Fix mastersite. (diff) | |
- Update to 0.4.0-1
- Change to use DISTVERSION.
Reported by: sat@
| -rw-r--r-- | games/abridge/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/abridge/Makefile b/games/abridge/Makefile index a5e28a0d592a..f28d3a438fe0 100644 --- a/games/abridge/Makefile +++ b/games/abridge/Makefile @@ -5,11 +5,10 @@ # $FreeBSD$ PORTNAME= abridge -PORTVERSION= 0.4.0 -PORTREVISION= 7 +DISTVERSION= 0.4.0-1 CATEGORIES= games MASTER_SITES= http://www.abridgegame.org/debian/unstable/ -DISTFILES= ${PORTNAME}_${PORTVERSION}-1${EXTRACT_SUFX} +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= janos.mohacsi@bsd.hu COMMENT= Bridge game |
