diff options
author | Will Andrews <will@FreeBSD.org> | 2001-08-17 18:49:02 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-08-17 18:49:02 +0000 |
commit | 8f6c4cb316a02b4f5d52c2ecaead668fa9ab8830 (patch) | |
tree | 69a57a218d4758b90187e7ad85a7d90c523055b2 /editors/koffice | |
parent | 42bc72ea78b186f3a9c59c3b85442bad2f86c8fb (diff) | |
download | ports-8f6c4cb316a02b4f5d52c2ecaead668fa9ab8830.tar.gz ports-8f6c4cb316a02b4f5d52c2ecaead668fa9ab8830.zip |
Notes
Diffstat (limited to 'editors/koffice')
-rw-r--r-- | editors/koffice/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/koffice/Makefile b/editors/koffice/Makefile index 0abf23ba83f3..2a217312f414 100644 --- a/editors/koffice/Makefile +++ b/editors/koffice/Makefile @@ -6,11 +6,12 @@ # PORTNAME= koffice -PORTVERSION= 1.1-rc1 +PORTVERSION= 1.1.rc1 PORTEPOCH= 1 CATEGORIES= editors kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= unstable/koffice-${PORTVERSION}/src +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.rc1/-rc1/} MAINTAINER= will@FreeBSD.org |