diff options
author | vd <vd@FreeBSD.org> | 2006-06-06 17:44:58 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-06-06 17:44:58 +0800 |
commit | 3ea4bb2cd4acf4ee63ade81ab154e9c8bc301339 (patch) | |
tree | 2ca080cf78cfae8b3ee12f068d064d2d70772994 /graphics/xaralx | |
parent | 13140f20d5c714d610a0d99e7649c7e736d8c987 (diff) | |
download | freebsd-ports-gnome-3ea4bb2cd4acf4ee63ade81ab154e9c8bc301339.tar.gz freebsd-ports-gnome-3ea4bb2cd4acf4ee63ade81ab154e9c8bc301339.tar.zst freebsd-ports-gnome-3ea4bb2cd4acf4ee63ade81ab154e9c8bc301339.zip |
Do not install unusable .xar files, advised by Neil Howe <NeilH@xara.com>:
http://www.xaraxtreme.org/maillists/archive/dev/msg00064.html
Diffstat (limited to 'graphics/xaralx')
-rw-r--r-- | graphics/xaralx/Makefile | 4 | ||||
-rw-r--r-- | graphics/xaralx/pkg-plist | 30 |
2 files changed, 2 insertions, 32 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index f0a37b148d1e..6d3c153b1c2b 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -7,7 +7,7 @@ PORTNAME= XaraLX PORTVERSION?= 0.5r1175 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= graphics MASTER_SITES= http://downloads.xara.com/opensource/ DISTFILES?= ${PORTNAME}Src-${PORTVERSION}.tar.bz2 @@ -60,7 +60,7 @@ EXAMPLESDIR?= ${PREFIX}/share/examples/${PORTNAME}${PKGNAMESUFFIX} PIXMAPSDIR= ${PREFIX}/share/pixmaps # directories with .xar files -XARDIRS= Designs Templates TextDesigns testfiles +XARDIRS= Designs Templates PLIST_SUB+= PKGNAMESUFFIX=${PKGNAMESUFFIX} \ DESKTOPDIR=${DESKTOPDIR:S|^${PREFIX}/||} \ diff --git a/graphics/xaralx/pkg-plist b/graphics/xaralx/pkg-plist index c3428730231c..6aa56048e8d1 100644 --- a/graphics/xaralx/pkg-plist +++ b/graphics/xaralx/pkg-plist @@ -33,36 +33,6 @@ bin/XaraLX%%PKGNAMESUFFIX%% %%EXAMPLESDIR%%/Templates/A4 double page spread.xar %%EXAMPLESDIR%%/Templates/U S Letter.xar %%EXAMPLESDIR%%/Templates/animation.xar -%%EXAMPLESDIR%%/TextDesigns/AngledText.xar -%%EXAMPLESDIR%%/TextDesigns/BaselineShift.xar -%%EXAMPLESDIR%%/TextDesigns/FontChangesInText.xar -%%EXAMPLESDIR%%/TextDesigns/Kerning.xar -%%EXAMPLESDIR%%/TextDesigns/LineSpacing.xar -%%EXAMPLESDIR%%/TextDesigns/ManualKern.xar -%%EXAMPLESDIR%%/TextDesigns/Paragraph.xar -%%EXAMPLESDIR%%/TextDesigns/Rotated.xar -%%EXAMPLESDIR%%/TextDesigns/SimpleText.xar -%%EXAMPLESDIR%%/TextDesigns/SuperSub.xar -%%EXAMPLESDIR%%/TextDesigns/TextJust.xar -%%EXAMPLESDIR%%/TextDesigns/Tracking.xar -%%EXAMPLESDIR%%/TextDesigns/embeddedFonts.xar -%%EXAMPLESDIR%%/TextDesigns/hebrew.xar -%%EXAMPLESDIR%%/testfiles/10000GradFilledShapes.xar -%%EXAMPLESDIR%%/testfiles/20000GradFilledShapes.xar -%%EXAMPLESDIR%%/testfiles/20000GradFilledShapes50PCtransparent.xar -%%EXAMPLESDIR%%/testfiles/Broken Butt Cap.xar -%%EXAMPLESDIR%%/testfiles/OneCurve.xar -%%EXAMPLESDIR%%/testfiles/OneLine.xar -%%EXAMPLESDIR%%/testfiles/ProbeX16.xar -%%EXAMPLESDIR%%/testfiles/RedStar.xar -%%EXAMPLESDIR%%/testfiles/ScaleTest.xar -%%EXAMPLESDIR%%/testfiles/ScaleTest2.xar -%%EXAMPLESDIR%%/testfiles/Test00.xar -%%EXAMPLESDIR%%/testfiles/Test01.xar -%%EXAMPLESDIR%%/testfiles/Test02.xar -%%EXAMPLESDIR%%/testfiles/TestBitmapFill.xar -%%EXAMPLESDIR%%/testfiles/sortcrash.xar -%%EXAMPLESDIR%%/testfiles/testsmooth.xar @dirrm %%EXAMPLESDIR%%/Designs @dirrm %%EXAMPLESDIR%%/Templates @dirrm %%EXAMPLESDIR%%/TextDesigns |