diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-09 07:40:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-01-09 07:40:55 +0000 |
commit | bb5196a1496272ccd5cd26d76c34926a2c5e1a60 (patch) | |
tree | 3a9c2be4469b755e07de4bf2850a1b143ad46e2e /graphics/xfig/Makefile | |
parent | 52353e34b0d1b014946d1c5b38d9970101a2ba00 (diff) | |
download | ports-bb5196a1496272ccd5cd26d76c34926a2c5e1a60.tar.gz ports-bb5196a1496272ccd5cd26d76c34926a2c5e1a60.zip |
Notes
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r-- | graphics/xfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index f88b91ef39f2..57bf2eb014cd 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -44,7 +44,7 @@ INSTALL_TARGET+= install.html .if ! ${PORT_OPTIONS:MI18N} || ! ${PORT_OPTIONS:MDOCS} PLIST_SUB+= JPORTDOCS="@comment " .else -PLIST_SUB= JPORTDOCS="" +PLIST_SUB+= JPORTDOCS="" .endif .if ${PORT_OPTIONS:MI18N} |