diff options
author | madpilot <madpilot@FreeBSD.org> | 2014-06-02 05:47:31 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2014-06-02 05:47:31 +0800 |
commit | cafb83a5b8e85d1a8176c6408eeaea0cc76790d9 (patch) | |
tree | b06a3f306dcea4f984e5e28d9db584f45ec718de /graphics/xfig | |
parent | d3c26bc3c326a1d6dae348435f34e6c32c858cb5 (diff) | |
download | freebsd-ports-gnome-cafb83a5b8e85d1a8176c6408eeaea0cc76790d9.tar.gz freebsd-ports-gnome-cafb83a5b8e85d1a8176c6408eeaea0cc76790d9.tar.zst freebsd-ports-gnome-cafb83a5b8e85d1a8176c6408eeaea0cc76790d9.zip |
- Fix packaging when DOCS option is disabled
Reported by: kargl@
Approved by: Matthew Luckie <mjl@luckie.org.nz> (Maintainer)
Diffstat (limited to 'graphics/xfig')
-rw-r--r-- | graphics/xfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 25fd0f069d75..7c85e43b8a50 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -24,6 +24,7 @@ USES= imake USE_XORG= ice sm x11 xaw xext xi xmu xpm xt USE_CSTD= gnu89 CFLAGS+= -Wno-return-type +INSTALL_TARGET= install install.libs MAKE_ENV+= DOCSDIR=${DOCSDIR} CHMOD=${CHMOD} TAR=${TAR} MAKE_ARGS+= INSTALLFLAGS="${COPY}" \ @@ -38,7 +39,7 @@ I18N_DESC= I18N support and Japanese docs .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} -INSTALL_TARGET= install install.libs install.html +INSTALL_TARGET+= install.html .endif .if ! ${PORT_OPTIONS:MI18N} || ! ${PORT_OPTIONS:MDOCS} |