svn commit: r319007 - head/textproc/goldendict
Boris Samorodov
bsam at FreeBSD.org
Fri May 24 18:36:41 UTC 2013
Author: bsam
Date: Fri May 24 18:36:40 2013
New Revision: 319007
URL: http://svnweb.freebsd.org/changeset/ports/319007
Log:
Remove a check for old unsupported version.
Modified:
head/textproc/goldendict/Makefile
Modified: head/textproc/goldendict/Makefile
==============================================================================
--- head/textproc/goldendict/Makefile Fri May 24 18:32:29 2013 (r319006)
+++ head/textproc/goldendict/Makefile Fri May 24 18:36:40 2013 (r319007)
@@ -40,10 +40,4 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/locale/*.qm ${DATADIR}/locale/
@-update-desktop-database
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION}<800067
-IGNORE= wcscasecmp() id not implemented
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-head
mailing list