aboutsummaryrefslogtreecommitdiff
path: root/graphics/xaralx
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2006-08-03 12:50:40 +0000
committerVasil Dimov <vd@FreeBSD.org>2006-08-03 12:50:40 +0000
commitd5a4274eff3e508fae4787476d4f059cce079ba3 (patch)
tree7bde5b628cf2c566a815996afecafef1a105596b /graphics/xaralx
parentc6ba70802ee7737d8f49c9d43febf23c175f8e71 (diff)
downloadports-d5a4274eff3e508fae4787476d4f059cce079ba3.tar.gz
ports-d5a4274eff3e508fae4787476d4f059cce079ba3.zip
Notes
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