diff options
author | skv <skv@FreeBSD.org> | 2009-07-14 22:41:09 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-07-14 22:41:09 +0800 |
commit | b74124b2afe2e872840827a36c656e259b1e03d2 (patch) | |
tree | 7633b0ef235e516a14f4539b188c4b506c4b7c42 /textproc | |
parent | 4359b6a25727f51a7af243a0c6888eecd79b03df (diff) | |
download | freebsd-ports-gnome-b74124b2afe2e872840827a36c656e259b1e03d2.tar.gz freebsd-ports-gnome-b74124b2afe2e872840827a36c656e259b1e03d2.tar.zst freebsd-ports-gnome-b74124b2afe2e872840827a36c656e259b1e03d2.zip |
Fix typo.
Submitted by: Guy Yur <guyyur xx gmail.com>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-xsl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-xsl/Makefile b/textproc/docbook-xsl/Makefile index 1daa42458511..4fbde3b1842b 100644 --- a/textproc/docbook-xsl/Makefile +++ b/textproc/docbook-xsl/Makefile @@ -74,7 +74,7 @@ PLIST_SUB+= EPUB="@comment " PLIST_SUB+= EXTENSIONS="" MODULES+= extensions .else -PLIST_SUB+= EXTENSONS="@comment " +PLIST_SUB+= EXTENSIONS="@comment " .endif .if defined(WITH_FO) PLIST_SUB+= FO="" |