diff options
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 10 |
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} \ |