diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-06-06 09:44:58 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-06-06 09:44:58 +0000 |
commit | 44e0c905dbafcfacde4a0f8c39b52465e4d6efc1 (patch) | |
tree | 2365c3646a0e3413e6dc1543060c4132d0b22e4a /graphics/xaralx | |
parent | bbc0973f040f252cd3e78565b406864caf6e2915 (diff) | |
download | ports-44e0c905dbafcfacde4a0f8c39b52465e4d6efc1.tar.gz ports-44e0c905dbafcfacde4a0f8c39b52465e4d6efc1.zip |
Notes
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 |