diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:31:32 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:31:32 +0000 |
commit | d2de2b00e490fcb454195dcecae9dbd41ec68951 (patch) | |
tree | d82245c1618946179f5cb8e7835d4ed6927685eb /textproc/goldendict | |
parent | 5b97d08fc9097bece8eaf92c208d5d7047d70728 (diff) |
Notes
Diffstat (limited to 'textproc/goldendict')
-rw-r--r-- | textproc/goldendict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/goldendict/Makefile b/textproc/goldendict/Makefile index 19a123f3dba0..3ca121deb58b 100644 --- a/textproc/goldendict/Makefile +++ b/textproc/goldendict/Makefile @@ -3,7 +3,7 @@ PORTNAME= goldendict PORTVERSION= 1.0.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:C|(.*)\.[0-9]*$|\1|}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src |