From 344522393988339d341fda0818f0281645323f90 Mon Sep 17 00:00:00 2001 From: mat Date: Thu, 5 Nov 2015 12:36:25 +0000 Subject: Fix ports that confused the meaning of WRKDIR and WRKSRC. PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735 --- math/physcalc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/physcalc') diff --git a/math/physcalc/Makefile b/math/physcalc/Makefile index 8c67a6cd3a29..deb2a40f85ab 100644 --- a/math/physcalc/Makefile +++ b/math/physcalc/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Flexible calculator that behaves much like units(1) EXTRACT_BEFORE_ARGS= -aq -EXTRACT_AFTER_ARGS= -x physcalc -d ${WRKDIR} +EXTRACT_AFTER_ARGS= -x physcalc -d ${WRKSRC} NO_WRKSUBDIR= yes USES= zip:infozip -- cgit