diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-04 02:12:13 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-04 02:12:13 +0800 |
commit | d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e (patch) | |
tree | 1d4e886062c5321c028bc93a38a1f5524414637f /textproc/xmlroff | |
parent | 08de97af63bd102fac562329128cc3ee8140c375 (diff) | |
download | freebsd-ports-gnome-d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e.tar.gz freebsd-ports-gnome-d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e.tar.zst freebsd-ports-gnome-d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e.zip |
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
Diffstat (limited to 'textproc/xmlroff')
-rw-r--r-- | textproc/xmlroff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xmlroff/Makefile b/textproc/xmlroff/Makefile index ed458ec6f460..811640514ab9 100644 --- a/textproc/xmlroff/Makefile +++ b/textproc/xmlroff/Makefile @@ -22,7 +22,7 @@ USE_GNOME= libgnomeprint libartlgpl2 pango glib20 \ libxslt libxml2 gdkpixbuf2 GH_ACCOUNT= xmlroff GH_PROJECT= xmlroff -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME} +WRKSRC_SUBDIR= ${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc INSTALL_TARGET= install-strip |