diff options
author | vd <vd@FreeBSD.org> | 2006-06-11 19:55:06 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-06-11 19:55:06 +0800 |
commit | e3ff25b92413b941a40010bf59cbf404a2e3efc2 (patch) | |
tree | 0b2c454502adceb02fb7f5f5665b7ffc7b02e173 /graphics | |
parent | a43402e1d690c3b83ac92e4c7e97f889245cb876 (diff) | |
download | freebsd-ports-graphics-e3ff25b92413b941a40010bf59cbf404a2e3efc2.tar.gz freebsd-ports-graphics-e3ff25b92413b941a40010bf59cbf404a2e3efc2.tar.zst freebsd-ports-graphics-e3ff25b92413b941a40010bf59cbf404a2e3efc2.zip |
Fix plist by not trying to remove directories that were not installed.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xaralx/Makefile | 2 | ||||
-rw-r--r-- | graphics/xaralx/pkg-plist | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index dec6fde8ec2..f3f56a8fd53 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -7,7 +7,7 @@ PORTNAME= XaraLX PORTVERSION?= 0.5r1175 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= graphics MASTER_SITES= http://downloads.xara.com/opensource/ DISTFILES?= ${PORTNAME}Src-${PORTVERSION}.tar.bz2 diff --git a/graphics/xaralx/pkg-plist b/graphics/xaralx/pkg-plist index ca9f4e2b9a0..2bf85aad7dd 100644 --- a/graphics/xaralx/pkg-plist +++ b/graphics/xaralx/pkg-plist @@ -35,7 +35,5 @@ bin/xaralx%%PKGNAMESUFFIX%% %%EXAMPLESDIR%%/Templates/animation.xar @dirrm %%EXAMPLESDIR%%/Designs @dirrm %%EXAMPLESDIR%%/Templates -@dirrm %%EXAMPLESDIR%%/TextDesigns -@dirrm %%EXAMPLESDIR%%/testfiles @dirrm %%EXAMPLESDIR%% @dirrmtry %%DESKTOPDIR%% |