aboutsummaryrefslogtreecommitdiff
path: root/net/dgd
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-01-03 18:12:13 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-01-03 18:12:13 +0000
commitd83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e (patch)
tree1d4e886062c5321c028bc93a38a1f5524414637f /net/dgd
parent08de97af63bd102fac562329128cc3ee8140c375 (diff)
downloadports-d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e.tar.gz
ports-d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e.zip
Notes
Diffstat (limited to 'net/dgd')
-rw-r--r--net/dgd/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dgd/Makefile b/net/dgd/Makefile
index ad4ae8971126..c276abcb8557 100644
--- a/net/dgd/Makefile
+++ b/net/dgd/Makefile
@@ -21,9 +21,8 @@ USE_GITHUB= yes
GH_ACCOUNT= dworkin
DIST_SUBDIR= dgd
-BASE_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-WRKSRC= ${BASE_WRKSRC}/src
-PATCH_WRKSRC= ${BASE_WRKSRC}
+WRKSRC_SUBDIR= src
+PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
ALL_TARGET= install
MAKE_JOBS_UNSAFE= yes
MAKE_ENV+= EXTRA_DEFINES="${EXTRA_DEFINES}"