diff options
Diffstat (limited to 'audio/gai-album/Makefile')
-rw-r--r-- | audio/gai-album/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/gai-album/Makefile b/audio/gai-album/Makefile index 27a9dd5c05c9..33852b503222 100644 --- a/audio/gai-album/Makefile +++ b/audio/gai-album/Makefile @@ -7,7 +7,7 @@ PORTNAME= gai-album PORTVERSION= 0.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gai @@ -26,14 +26,12 @@ USE_GNOME= gnomehack gnomeprefix post-patch: @${REINPLACE_CMD} -e \ 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ - s|share\(/pixmaps\)|share/gnome\1|; \ s|:GNOME_|:GAI-|g; \ s|\(@APPLET_NAME@\)\(Applet\)|\1-\2|g; \ s|\(Applet\)_\(Factory\)|\1-\2|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|lib\(/bonobo\)|libdata\1|; \ - s|share\(/pixmaps\)|share/gnome\1|; \ s|-O3||' \ ${WRKSRC}/Makefile.in |