diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-07 17:53:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-07 17:53:49 +0800 |
commit | 839ff717f155f2eb91fe0dc8a955be63e8b5ab16 (patch) | |
tree | 2ed588139c1b9ed3eee30debcf36c2b0ebc0c483 | |
parent | 61106a75004d1808389f1fbeb66ac76e584bb19a (diff) | |
download | freebsd-ports-gnome-839ff717f155f2eb91fe0dc8a955be63e8b5ab16.tar.gz freebsd-ports-gnome-839ff717f155f2eb91fe0dc8a955be63e8b5ab16.tar.zst freebsd-ports-gnome-839ff717f155f2eb91fe0dc8a955be63e8b5ab16.zip |
Fix typo
-rw-r--r-- | graphics/libcdr01/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libcdr01/Makefile b/graphics/libcdr01/Makefile index efa10d000751..579a78c2379d 100644 --- a/graphics/libcdr01/Makefile +++ b/graphics/libcdr01/Makefile @@ -4,7 +4,7 @@ PORTNAME= libcdr PORTVERSION= 0.1.0 CATEGORIES= graphics devel MASTER_SITES= http://dev-www.libreoffice.org/src/ -PKGNAMESUIFFIX= 01 +PKGNAMESUFFIX= 01 MAINTAINER= office@FreeBSD.org COMMENT= Library and tools for parsing Corel Draw file format |