diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-10-04 21:38:10 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-10-04 21:38:10 +0000 |
commit | 8cea503c483597621dd033e79430520a51bd4c12 (patch) | |
tree | 1a3dc09c8613181204e92abfee559630de10df82 /audio/ocp/Makefile | |
parent | 23c14c1b3a042fb5d52c3d4251da02e55bea95fc (diff) |
Notes
Diffstat (limited to 'audio/ocp/Makefile')
-rw-r--r-- | audio/ocp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile index 5d8243e95498..14a8f02f3b0b 100644 --- a/audio/ocp/Makefile +++ b/audio/ocp/Makefile @@ -6,12 +6,12 @@ # PORTNAME= ocp -PORTVERSION= 0.1.9 -PORTREVISION= 5 +DISTVERSION= 0.1.10.rc6 CATEGORIES= audio MASTER_SITES= http://stian.lunafish.org/ocp/ \ http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ +DISTNAME= ${PORTNAME}-${DISTVERSION:C/\.rc/_rc/} MAINTAINER= ehaupt@FreeBSD.org COMMENT= The legendary Open Cubic Player |