diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-07-12 05:16:29 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-07-12 05:16:29 +0000 |
commit | 814693ba025f85fc18ecdeb4a8df9237bfe79379 (patch) | |
tree | a397531adc896f0f5d33496fc1956a90229f19a7 /devel/gettext | |
parent | ae7fb0e9b1634ddb068e92edcbb1c435801d4161 (diff) |
Fix the release build.
Notes
Notes:
svn path=/head/; revision=113446
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index da0fea85b168..52abbff5a9f0 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -4,6 +4,14 @@ # # $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 @@ -31,8 +39,6 @@ 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} \ |