diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-01-26 14:11:44 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-01-26 14:11:44 +0000 |
commit | 174a3405aebfaf7b8dd22ffa1b59d5ee81373b13 (patch) | |
tree | 86e09e8f888f0ac921b36baa858d7c1d64a8de8d /graphics/qiv | |
parent | - OPTIONify dependencies (diff) |
- Fix PORTVERSION to 2.1.p12 on the last commit.
Approved by: Martin Tournoij <carpetsmoker@xs4all.nl> (maintainer, implicit)
stas (mentor, implicit)
Diffstat (limited to 'graphics/qiv')
-rw-r--r-- | graphics/qiv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index 03cc1dbff985..333f0c1b5986 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -6,10 +6,10 @@ # PORTNAME= qiv -PORTVERSION= 2.1 +PORTVERSION= 2.1.p12 CATEGORIES= graphics MASTER_SITES= http://www.klografx.net/qiv/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-pre12 +DISTNAME= ${PORTNAME}-${PORTVERSION:C/.p12/-pre12/} EXTRACT_SUFX= .tgz MAINTAINER= carpetsmoker@xs4all.nl |