diff options
author | wxs <wxs@FreeBSD.org> | 2009-01-06 03:42:29 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-01-06 03:42:29 +0800 |
commit | 5ae596207dc0bd85ca28a43d715d82bc6b358b81 (patch) | |
tree | 429d1cbf81dc725269224bf70d9d438fa18e5dd3 /x11/gnome-panel | |
parent | aa020b736f5c57adddbd7c17d2197f70d6420a72 (diff) | |
download | freebsd-ports-graphics-5ae596207dc0bd85ca28a43d715d82bc6b358b81.tar.gz freebsd-ports-graphics-5ae596207dc0bd85ca28a43d715d82bc6b358b81.tar.zst freebsd-ports-graphics-5ae596207dc0bd85ca28a43d715d82bc6b358b81.zip |
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index cde5853ff9f..a534f3c5c3c 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -67,12 +67,6 @@ post-patch: @${FIND} ${WRKSRC} -type f | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ 's|"applications.menu"|"gnome-applications.menu"|' -.if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ - ( ${OSVERSION} < 503101 ) -.for po in da.po it.po zh_CN.po zh_TW.po - @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} -.endfor -.endif post-install: ${MKDIR} ${PREFIX}/share/gnome-panel |