1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Fix WRKSRC (affected by DISTNAME)

Reported by:	swills
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-05-09 15:23:12 +00:00
parent 8e5fa1d782
commit 33f607e0e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353465

View File

@ -19,5 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>