diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-06-09 11:05:39 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-06-09 11:05:39 +0000 |
commit | b7d7480701a7c4205808036c49429c92bdca1994 (patch) | |
tree | 827de4a47b1d67caaf7b9df4190f555dfcffe726 /graphics/xaralx | |
parent | 59d8f8162bdac71e7716d7de5c56486e4525b899 (diff) |
Notes
Diffstat (limited to 'graphics/xaralx')
-rw-r--r-- | graphics/xaralx/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index c1a23c896d2a..e0fe3440ee2b 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -79,6 +79,18 @@ BROKEN= does not configure due to the lack of CDraw libraries for ${ARCH} post-patch: ${REINPLACE_CMD} -E -e 's|-I[^[:space:]]*/wxOil[[:space:]]||g' \ ${WRKSRC}/Makefile.am + ${REINPLACE_CMD} -E \ + -e 's/^Name=Xara LX$$/Name=Xara LX ${PORTVERSION}/' \ + ${WRKSRC}/xaralx.desktop +.else +post-patch: + ${REINPLACE_CMD} -E \ + -e 's/^Name=Xara LX$$/Name=Xara LX ${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/' \ + -e 's/^TryExec=xaralx$$/TryExec=xaralx${PKGNAMESUFFIX}/' \ + ${WRKSRC}/xaralx.desktop .endif pre-configure: |