From d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 3 Jan 2017 18:12:13 +0000 Subject: Never set WRKSRC when using USE_GITHUB. If you want to set WRKSRC, set GH_PROJECT instead. - The GitHub URLs are case insensitive, but the distribution files you get out of them are not. - If the repository was renamed, the old URL will still work, but the distribution name will be ith the new name. Sponsored by: Absolight --- net/dgd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net/dgd') 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}" -- cgit v1.2.3