svn commit: r346751 - head/devel/cvs-syncmail
John Marino
marino at FreeBSD.org
Sun Mar 2 09:38:50 UTC 2014
Author: marino
Date: Sun Mar 2 09:38:49 2014
New Revision: 346751
URL: http://svnweb.freebsd.org/changeset/ports/346751
QAT: https://qat.redports.org/buildarchive/r346751/
Log:
cvs-syncmail: unbreak index
A typo caused my first index breakage.
Poinyhat to me.
Modified:
head/devel/cvs-syncmail/Makefile
Modified: head/devel/cvs-syncmail/Makefile
==============================================================================
--- head/devel/cvs-syncmail/Makefile Sun Mar 2 09:33:49 2014 (r346750)
+++ head/devel/cvs-syncmail/Makefile Sun Mar 2 09:38:49 2014 (r346751)
@@ -21,7 +21,7 @@ PLIST_FILES= bin/${DISTNAME}
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OPSYS} > 1000000
+.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
RUN_DEPENDS= cvs:${PORTSDIR}/devel/cvs
.endif
More information about the svn-ports-all
mailing list