diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-13 06:26:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-13 06:26:10 +0000 |
commit | 5c12d9a6be0a13e21237018417c60aedf972bcfd (patch) | |
tree | 52fed77cd511c6456e956f258ec3b2c7c199d010 /misc/gnome-osd/Makefile | |
parent | Fix typo. (diff) |
Update to 0.6.0.
PR: 74975
Submitted by: maintainer
Diffstat (limited to 'misc/gnome-osd/Makefile')
-rw-r--r-- | misc/gnome-osd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/gnome-osd/Makefile b/misc/gnome-osd/Makefile index 750a6ae68cd3..a30b8bc22091 100644 --- a/misc/gnome-osd/Makefile +++ b/misc/gnome-osd/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gnome-osd -PORTVERSION= 0.4.0 +PORTVERSION= 0.6.0 CATEGORIES= misc -MASTER_SITES= http://yang.inescn.pt/~gjc/ +MASTER_SITES= http://yang.inescn.pt/~gjc/gnome-osd/ MAINTAINER= jylefort@brutele.be COMMENT= An On-Screen-Display infrastructure using Pango text rendering @@ -24,7 +24,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's|share/pixmaps|share/gnome/pixmaps|' ${WRKSRC}/gnome-osd-properties + @${REINPLACE_CMD} -e 's/^Icon=gnome-osd$$/&.png/' \ + ${WRKSRC}/gnome-osd-properties.desktop.in post-install: .if !defined(NOPORTDOCS) |