diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-06-01 21:47:31 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-06-01 21:47:31 +0000 |
commit | c3f950ae9f39497aadbb689f52e8cfcda8bf07ef (patch) | |
tree | b06a3f306dcea4f984e5e28d9db584f45ec718de /graphics | |
parent | f41e4b369cb9b51423b6edfac51483e64f8bd065 (diff) | |
download | ports-c3f950ae9f39497aadbb689f52e8cfcda8bf07ef.tar.gz ports-c3f950ae9f39497aadbb689f52e8cfcda8bf07ef.zip |
Notes
Diffstat (limited to 'graphics')
-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} |