aboutsummaryrefslogtreecommitdiff
path: root/x11/xmascot/Makefile
diff options
context:
space:
mode:
authorMotoyuki Konno <motoyuki@FreeBSD.org>2002-06-08 02:51:02 +0000
committerMotoyuki Konno <motoyuki@FreeBSD.org>2002-06-08 02:51:02 +0000
commitecc79a13ab8d28557221b32b699e4f1b5e6ab178 (patch)
treebeea0168aabfb1057e20d7624cac2d6f61e2a926 /x11/xmascot/Makefile
parent875d5c53d70e3276f2b37b6c2ea7ecfbd38ed843 (diff)
Follow the Japanese EUC locale name change: ja_JP.EUC -> ja_JP.eucJP.
Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=60825
Diffstat (limited to 'x11/xmascot/Makefile')
-rw-r--r--x11/xmascot/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile
index 1757bac0fccf..e62602791166 100644
--- a/x11/xmascot/Makefile
+++ b/x11/xmascot/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xmascot
PORTVERSION= 2.6a
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ \
http://cclub-flying.dsl.gr.jp/products/xmascot/
@@ -17,4 +18,8 @@ MAINTAINER= nakai@FreeBSD.org
USE_IMAKE= yes
MAN1= xmascot.1
+post-install:
+ -@${MKDIR} ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults
+ ${CP} ${PREFIX}/lib/X11/ja_JP.eucJP/app-defaults/XMascot ${PREFIX}/lib/X11/ja_JP.EUC/app-defaults/
+
.include <bsd.port.mk>