aboutsummaryrefslogtreecommitdiffstats
path: root/devel/monotone
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2005-10-21 02:08:58 +0800
committerAlex Dupre <ale@FreeBSD.org>2005-10-21 02:08:58 +0800
commit841a41681c0046fc4a7b8ff181a6e1c135d06207 (patch)
tree2e3cc0ca1697dd5445275d537eac69593767b6cb /devel/monotone
parentc595d1e445f170ee908699627e4eaeca64cf4ab0 (diff)
downloadfreebsd-ports-gnome-841a41681c0046fc4a7b8ff181a6e1c135d06207.tar.gz
freebsd-ports-gnome-841a41681c0046fc4a7b8ff181a6e1c135d06207.tar.zst
freebsd-ports-gnome-841a41681c0046fc4a7b8ff181a6e1c135d06207.zip
Fix pkg-plist.
Reported by: pointyhat via kris Approved by: maintainer
Diffstat (limited to 'devel/monotone')
-rw-r--r--devel/monotone/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/monotone/Makefile b/devel/monotone/Makefile
index 616fe14d858d..19fec46df4c8 100644
--- a/devel/monotone/Makefile
+++ b/devel/monotone/Makefile
@@ -7,6 +7,7 @@
PORTNAME= monotone
PORTVERSION= 0.23
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.venge.net/monotone/downloads/ \
http://norton.kettering.edu/freebsd/
@@ -33,6 +34,9 @@ MAN1= monotone.1
.if defined(WITHOUT_NLS)
CONFIGURE_ARGS+= --disable-nls
+.else
+PLIST_FILES+= share/locale/fr/LC_MESSAGES/monotone.mo \
+ share/locale/ja/LC_MESSAGES/monotone.mo
.endif
.if defined(WITH_LUA_PORT)
LIB_DEPENDS+= lua.5:${PORTSDIR}/lang/lua