diff options
author | vd <vd@FreeBSD.org> | 2006-08-29 13:59:46 +0000 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-08-29 13:59:46 +0000 |
commit | befab8a6d0bf1c5b6f90b39c5f322c82eb45e0bf (patch) | |
tree | 414955043e16226bc442070dff0d19545800126e /graphics | |
parent | 68e0d656e70f6db60d3e1d43130e6ddd65739f92 (diff) | |
download | FreeBSD-ports-befab8a6d0bf1c5b6f90b39c5f322c82eb45e0bf.zip FreeBSD-ports-befab8a6d0bf1c5b6f90b39c5f322c82eb45e0bf.tar.gz |
Sync patch with the current desktop file.
Name=Xara LX has been changed to Name=Xara Xtreme
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xaralx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index de14a3a..c561ae4 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -71,7 +71,7 @@ BROKEN= does not configure due to the lack of CDraw libraries for ${ARCH} post-patch: ${REINPLACE_CMD} -E \ - -e 's/^Name=Xara LX$$/Name=Xara LX ${PORTVERSION}/' \ + -e 's/^Name=Xara Xtreme$$/Name=Xara Xtreme ${PORTVERSION}/' \ -e 's/^Icon=xaralx.png$$/Icon=xaralx${PKGNAMESUFFIX}.png/' \ -e 's/^FilePattern=xaralx;$$/FilePattern=xaralx${PKGNAMESUFFIX}/' \ -e 's/^Exec=xaralx %F$$/Exec=xaralx${PKGNAMESUFFIX} %F/' \ |