svn commit: r347689 - head/databases/py-Pyrseas

Antoine Brodin antoine at FreeBSD.org
Sun Mar 9 19:59:04 UTC 2014


Author: antoine
Date: Sun Mar  9 19:59:03 2014
New Revision: 347689
URL: http://svnweb.freebsd.org/changeset/ports/347689
QAT: https://qat.redports.org/buildarchive/r347689/

Log:
  Unbreak on FreeBSD 8.3, it is still supported
  
  Reported by:	pkg-fallout

Modified:
  head/databases/py-Pyrseas/Makefile

Modified: head/databases/py-Pyrseas/Makefile
==============================================================================
--- head/databases/py-Pyrseas/Makefile	Sun Mar  9 19:51:44 2014	(r347688)
+++ head/databases/py-Pyrseas/Makefile	Sun Mar  9 19:59:03 2014	(r347689)
@@ -22,6 +22,6 @@ GH_ACCOUNT=	jmafc
 GH_COMMIT=	9b0e3d2
 GH_TAGNAME=	v${PORTVERSION}
 
-WRKSRC=		${WRKDIR}/${PORTNAME:tl}-${PORTNAME}-${GH_COMMIT}
+WRKSRC=		${WRKDIR}/${PORTNAME:L}-${PORTNAME}-${GH_COMMIT}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list