aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-03-10 03:59:03 +0800
committerantoine <antoine@FreeBSD.org>2014-03-10 03:59:03 +0800
commit49f73a7759784ff6611de5a10326240f32d28721 (patch)
tree90b90ea619b3f60884ffea3410491ee8845bd3d9
parentfc86a3178379d02aba91c28c627cb75d37cd18bb (diff)
downloadfreebsd-ports-gnome-49f73a7759784ff6611de5a10326240f32d28721.tar.gz
freebsd-ports-gnome-49f73a7759784ff6611de5a10326240f32d28721.tar.zst
freebsd-ports-gnome-49f73a7759784ff6611de5a10326240f32d28721.zip
Unbreak on FreeBSD 8.3, it is still supported
Reported by: pkg-fallout
-rw-r--r--databases/py-Pyrseas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-Pyrseas/Makefile b/databases/py-Pyrseas/Makefile
index cdc13c5d3bfe..ba92e843979a 100644
--- a/databases/py-Pyrseas/Makefile
+++ b/databases/py-Pyrseas/Makefile
@@ -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>