diff options
Diffstat (limited to 'x11/gnomepanel/Makefile')
-rw-r--r-- | x11/gnomepanel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index cb16ef56c..acf46df32 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -6,10 +6,10 @@ # PORTNAME= gnomepanel -PORTVERSION= 2.1.90.1 +PORTVERSION= 2.2.0 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-panel/2.1 +MASTER_SITE_SUBDIR= sources/gnome-panel/2.2 DISTNAME= gnome-panel-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -37,7 +37,5 @@ MAN1= gnome-panel.1 gnome-panel-preferences.1 post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \ - ${WRKSRC}/po/Makefile.in.in .include <bsd.port.mk> |