diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 23:23:12 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-09 23:23:12 +0800 |
commit | 37aa1c1f664e3256a1501d58200f30c998f19dfe (patch) | |
tree | 918016c8a4653ad745dc99d7b286e0c9907c319d /math | |
parent | ee78ff05cfcbe4731953332be6f13e309287eb2a (diff) | |
download | freebsd-ports-gnome-37aa1c1f664e3256a1501d58200f30c998f19dfe.tar.gz freebsd-ports-gnome-37aa1c1f664e3256a1501d58200f30c998f19dfe.tar.zst freebsd-ports-gnome-37aa1c1f664e3256a1501d58200f30c998f19dfe.zip |
- Fix WRKSRC (affected by DISTNAME)
Reported by: swills
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Geometry-Planar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/p5-Math-Geometry-Planar/Makefile b/math/p5-Math-Geometry-Planar/Makefile index 3d4887b0a563..05bb28f46fd3 100644 --- a/math/p5-Math-Geometry-Planar/Makefile +++ b/math/p5-Math-Geometry-Planar/Makefile @@ -19,5 +19,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include <bsd.port.mk> |