diff options
author | will <will@FreeBSD.org> | 2002-07-09 17:02:19 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-07-09 17:02:19 +0000 |
commit | 6bbbafe3a5f4684de4c0330051af9239dd9ca5a1 (patch) | |
tree | 3028098c1092d85ab49b9c60b063a99f93798ffd /audio/arts/Makefile | |
parent | ea1484d13dfa4fb42fb3ad04ee05a32104a0fc0f (diff) | |
download | FreeBSD-ports-6bbbafe3a5f4684de4c0330051af9239dd9ca5a1.zip FreeBSD-ports-6bbbafe3a5f4684de4c0330051af9239dd9ca5a1.tar.gz |
1.0.3 was apparently un-released. Bump PORTEPOCH. Sigh.
Diffstat (limited to 'audio/arts/Makefile')
-rw-r--r-- | audio/arts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index c5f9f9c..297017d 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -6,7 +6,8 @@ # PORTNAME= arts -PORTVERSION= 1.0.3 +PORTVERSION= ${KDE_VERSION:S/3.0/1.0/g} +PORTEPOCH= 1 CATEGORIES= audio kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${KDE_VERSION}/src |