diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 18:12:13 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-03 18:12:13 +0000 |
| commit | d83ff1e42e0e38fe6e33ab4d29f2bbbb5f16237e (patch) | |
| tree | 1d4e886062c5321c028bc93a38a1f5524414637f /textproc/xmlroff | |
| parent | update thunderbird to 45.6.0 (diff) | |
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
Notes
Notes:
svn path=/head/; revision=430490
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 |
