[Midnightbsd-cvs] mports: Makefile: Fix OSVERSION.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Thu Jan 1 22:10:03 EST 2009


Log Message:
-----------
Fix OSVERSION.

Modified Files:
--------------
    mports/x11/gnome-panel:
        Makefile (r1.4 -> r1.5)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/gnome-panel/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -L x11/gnome-panel/Makefile -L x11/gnome-panel/Makefile -u -r1.4 -r1.5
--- x11/gnome-panel/Makefile
+++ x11/gnome-panel/Makefile
@@ -70,12 +70,6 @@
 	@${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


More information about the Midnightbsd-cvs mailing list