From 2c3a1094385fb111645369282e3419767d925860 Mon Sep 17 00:00:00 2001 From: mat 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 --- textproc/libfo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc/libfo') diff --git a/textproc/libfo/Makefile b/textproc/libfo/Makefile index efe2613290c1..945d673479ca 100644 --- a/textproc/libfo/Makefile +++ b/textproc/libfo/Makefile @@ -26,7 +26,7 @@ USE_GITHUB= yes GH_PROJECT= xmlroff GH_ACCOUNT= xmlroff USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/xmlroff-${PORTVERSION}/xmlroff +WRKSRC_SUBDIR= xmlroff GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc CPPFLAGS+= -I${LOCALBASE}/include -- cgit