aboutsummaryrefslogtreecommitdiff
path: root/devel/gettext
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-07-12 08:02:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-07-12 08:02:43 +0000
commit777b9dd4b503b26782305b4c3932c1d92aa836a6 (patch)
treebf798ff1b71c9b2089e5c4642123c712276816b5 /devel/gettext
parent1c86122afc7f012560d330f9290bc408864c10c4 (diff)
downloadports-777b9dd4b503b26782305b4c3932c1d92aa836a6.tar.gz
ports-777b9dd4b503b26782305b4c3932c1d92aa836a6.zip
Notes
Diffstat (limited to 'devel/gettext')
-rw-r--r--devel/gettext/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile
index 52abbff5a9f0..da0fea85b168 100644
--- a/devel/gettext/Makefile
+++ b/devel/gettext/Makefile
@@ -4,14 +4,6 @@
#
# $FreeBSD$
#
-# There are several knobs which are used to define additions to the core
-# gettext functionality.
-#
-# If you want to install the gettext examples define:
-# WITH_EXAMPLES
-#
-# If you want to install the gettext man pages in html format define:
-# WITH_HTMLMAN
PORTNAME= gettext
PORTVERSION= 0.13.1
@@ -39,6 +31,8 @@ CONFIGURE_ARGS= --with-libexpat-prefix=${LOCALBASE}/lib \
--mandir=${PREFIX}/man
INSTALLS_SHLIB= yes
+OPTIONS= EXAMPLES "install example files" off \
+ HTMLMAN "install man pages in HTML format" off
PLIST= ${WRKDIR}/plist
PLISTU= ${WRKDIR}/plist-unsorted
PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} \