diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libfo/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-ucl/Makefile | 2 | ||||
-rw-r--r-- | textproc/xmlroff/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
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 diff --git a/textproc/py-ucl/Makefile b/textproc/py-ucl/Makefile index aff17e99556a..3d7fa241587b 100644 --- a/textproc/py-ucl/Makefile +++ b/textproc/py-ucl/Makefile @@ -20,6 +20,6 @@ USE_PYTHON= autoplist concurrent distutils GH_ACCOUNT= vstakhov GH_PROJECT= libucl -WRKSRC= ${WRKDIR}/libucl-${PORTVERSION}/python +WRKSRC_SUBDIR= python .include <bsd.port.mk> 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 |