diff options
author | vd <vd@FreeBSD.org> | 2006-08-03 20:50:40 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-08-03 20:50:40 +0800 |
commit | 11419c7360a2054bbb4173de35d3f5467e312fed (patch) | |
tree | a8ac0981b29aabdd8367dab726b6f58191491ebc /graphics/xaralx | |
parent | 7c9d60d489a67e2698a2de830430624d6263b294 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |