aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xaralx
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-08-03 20:50:40 +0800
committervd <vd@FreeBSD.org>2006-08-03 20:50:40 +0800
commit11419c7360a2054bbb4173de35d3f5467e312fed (patch)
treea8ac0981b29aabdd8367dab726b6f58191491ebc /graphics/xaralx
parent7c9d60d489a67e2698a2de830430624d6263b294 (diff)
downloadfreebsd-ports-gnome-11419c7360a2054bbb4173de35d3f5467e312fed.tar.gz
freebsd-ports-gnome-11419c7360a2054bbb4173de35d3f5467e312fed.tar.zst
freebsd-ports-gnome-11419c7360a2054bbb4173de35d3f5467e312fed.zip
Upgrade graphics/xaralx-devel from 0.6r1460 to 0.7r1640
Diffstat (limited to 'graphics/xaralx')
-rw-r--r--graphics/xaralx/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile
index 10374c362a95..4da21ae93f98 100644
--- a/graphics/xaralx/Makefile
+++ b/graphics/xaralx/Makefile
@@ -45,7 +45,11 @@ MAN1= xaralx${PKGNAMESUFFIX}.1
.if !defined(NOPORTDOCS)
DOCS_IN_WRKSRC= AUTHORS GPL LICENSE README
+.if defined(PKGNAMESUFFIX)
+DOCS_IN_DOC= en/LICENSE en/xaralxHelp.tar.gz gifutil.txt mtrand.txt
+.else
DOCS_IN_DOC= en/xaralx.htm gifutil.txt mtrand.txt
+.endif
PORTDOCS= ${DOCS_IN_WRKSRC} en ${DOCS_IN_DOC:M*.txt}
.endif