diff options
author | Will Andrews <will@FreeBSD.org> | 2002-07-09 17:02:19 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-07-09 17:02:19 +0000 |
commit | c973ff97f49491a723b0061eb185cb9d5669b2a8 (patch) | |
tree | f61b29a8302d46497dba7aa1828387a57e1468dc /audio/arts/Makefile | |
parent | 47be0d247701d9ef93b603bfec01b43dbe9abfff (diff) | |
download | ports-c973ff97f49491a723b0061eb185cb9d5669b2a8.tar.gz ports-c973ff97f49491a723b0061eb185cb9d5669b2a8.zip |
Notes
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 c5f9f9c593c9..297017d65fc1 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 |