aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2013-10-31 04:56:33 +0800
committerolivierd <olivierd@FreeBSD.org>2013-10-31 04:56:33 +0800
commitd777e3f92ebafdac13de71a1f64bd96ea470500a (patch)
treed3082c81f8036b6e59d18ce79fc22f504fc395b0 /devel
parentb6cd87d7571e80e0ee32dbe69bf92261db1ad9d5 (diff)
downloadfreebsd-ports-gnome-d777e3f92ebafdac13de71a1f64bd96ea470500a.tar.gz
freebsd-ports-gnome-d777e3f92ebafdac13de71a1f64bd96ea470500a.tar.zst
freebsd-ports-gnome-d777e3f92ebafdac13de71a1f64bd96ea470500a.zip
- Display content of pkg-message only when DATA option is set
- Update URL helper for publication of repositories
Diffstat (limited to 'devel')
-rw-r--r--devel/mercurial/Makefile6
-rw-r--r--devel/mercurial/files/pkg-message.in4
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
====