diff options
-rw-r--r-- | devel/mercurial/Makefile | 6 | ||||
-rw-r--r-- | devel/mercurial/files/pkg-message.in | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/mercurial/Makefile b/devel/mercurial/Makefile index 09a397df5c13..43cea6cbfe44 100644 --- a/devel/mercurial/Makefile +++ b/devel/mercurial/Makefile @@ -19,8 +19,6 @@ OPTIONS_DEFAULT=DATA OPTIONS_SUB= yes CA_BUNDLE_DESC= Install CA Certificates -SUB_FILES= pkg-message - CONTRIB_FILES= bash_completion \ casesmash.py \ check-code.py \ @@ -62,6 +60,10 @@ NLS_USES= gettext .include <bsd.port.options.mk> +.if ${PORT_OPTIONS:MDATA} +SUB_FILES= pkg-message +.endif + .if !${PORT_OPTIONS:MNLS} EXTRA_PATCHES+= ${FILESDIR}/extra-patch-setup.py .endif diff --git a/devel/mercurial/files/pkg-message.in b/devel/mercurial/files/pkg-message.in index 3505a9fa33af..3d1416bd18ba 100644 --- a/devel/mercurial/files/pkg-message.in +++ b/devel/mercurial/files/pkg-message.in @@ -1,7 +1,7 @@ ==== Note that we now install a few more files in %%PREFIX%%/share/mercurial: - shell completion scripts (bash, tcsh and zsh) -- CGI scripts for web access to repositories - see http://mercurial.selenic.com/wiki/CGIinstall +- CGI / WSGI scripts for web access to repositories + see http://mercurial.selenic.com/wiki/PublishingRepositories - various documentation files ==== |