diff options
author | motoyuki <motoyuki@FreeBSD.org> | 2002-06-08 10:51:02 +0800 |
---|---|---|
committer | motoyuki <motoyuki@FreeBSD.org> | 2002-06-08 10:51:02 +0800 |
commit | 137929cf8fef167a5e3643502bc5e3c6819ac7a8 (patch) | |
tree | d1afb6e0cfbac99eaee138150c97ab73932f6208 /x11/xmascot/Makefile | |
parent | c90c56d6b0e10a1f7ccd9da39de435d5558e8c95 (diff) | |
download | freebsd-ports-gnome-137929cf8fef167a5e3643502bc5e3c6819ac7a8.tar.gz freebsd-ports-gnome-137929cf8fef167a5e3643502bc5e3c6819ac7a8.tar.zst freebsd-ports-gnome-137929cf8fef167a5e3643502bc5e3c6819ac7a8.zip |
Follow the Japanese EUC locale name change: ja_JP.EUC -> ja_JP.eucJP.
Bump PORTREVISION.
Diffstat (limited to 'x11/xmascot/Makefile')
-rw-r--r-- | x11/xmascot/Makefile | 5 |
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> |