diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-09 08:15:30 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-03-09 08:15:30 +0800 |
commit | 8c8900a90a60bb7c8b5de429396f65fa559983b9 (patch) | |
tree | 794a01b52923395e7d765c0e9a8714f225dd78f7 /x11/gnomepanel/Makefile | |
parent | c83ed132d71b7e2b77ab5d842bc81430eea7ba60 (diff) | |
download | marcuscom-ports-8c8900a90a60bb7c8b5de429396f65fa559983b9.tar marcuscom-ports-8c8900a90a60bb7c8b5de429396f65fa559983b9.tar.gz marcuscom-ports-8c8900a90a60bb7c8b5de429396f65fa559983b9.tar.bz2 marcuscom-ports-8c8900a90a60bb7c8b5de429396f65fa559983b9.tar.lz marcuscom-ports-8c8900a90a60bb7c8b5de429396f65fa559983b9.tar.xz marcuscom-ports-8c8900a90a60bb7c8b5de429396f65fa559983b9.tar.zst marcuscom-ports-8c8900a90a60bb7c8b5de429396f65fa559983b9.zip |
Remove a hack that I added a while ago for correct path to get two default
icons appear in the panel. GNOME developers have fixed in the tarball, so the
two default icons will appear in the panel again.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3899 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel/Makefile')
-rw-r--r-- | x11/gnomepanel/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 8a31b8220..effa2a924 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomepanel PORTVERSION= 2.10.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.10 @@ -54,8 +55,6 @@ CONFIGURE_ARGS+=--disable-eds .endif post-patch: - @${REINPLACE_CMD} -e 's|@DATADIR@/|@DATADIR@/applications/|g' \ - ${WRKSRC}/gnome-panel/panel-default-setup.entries.in .if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ ( ${OSVERSION} < 503101 ) .for po in da.po it.po zh_CN.po zh_TW.po |