aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/gnomelibs
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-11-17 17:37:59 +0800
committernakai <nakai@FreeBSD.org>2000-11-17 17:37:59 +0800
commit19a178e225ae2371754775daa01bc9778d7c26f6 (patch)
tree0e45be0b56c3f5291d4ec1289ea36e00c5b8bf78 /japanese/gnomelibs
parent4aa15306ff4324a7c7f9eb7bc17e8955298e727b (diff)
downloadfreebsd-ports-gnome-19a178e225ae2371754775daa01bc9778d7c26f6.tar.gz
freebsd-ports-gnome-19a178e225ae2371754775daa01bc9778d7c26f6.tar.zst
freebsd-ports-gnome-19a178e225ae2371754775daa01bc9778d7c26f6.zip
Add fix to make japanese/gnomecore to use japanese/gnomelibs
Diffstat (limited to 'japanese/gnomelibs')
-rw-r--r--japanese/gnomelibs/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/japanese/gnomelibs/Makefile b/japanese/gnomelibs/Makefile
index 2462828fd006..1e8c66d85886 100644
--- a/japanese/gnomelibs/Makefile
+++ b/japanese/gnomelibs/Makefile
@@ -15,4 +15,10 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-*
MAINTAINER= nakai@FreeBSD.org
+PLIST= ${.CURDIR}/pkg-plist
+
+post-install:
+ ${TOUCH} ${PREFIX}/bin/gnome-libs-jp
+ ${CHMOD} 755 ${PREFIX}/bin/gnome-libs-jp
+
.include "${MASTERDIR}/Makefile"