diff options
author | rene <rene@FreeBSD.org> | 2013-10-10 23:25:03 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-10-10 23:25:03 +0800 |
commit | 98b74f31d5910c92b9dac7c5f5094ea3bcd12be9 (patch) | |
tree | e64bdd5508c22e3c70380f95a4b6d65cc34915f2 | |
parent | c921a69f6be844ed04132cb38a2aedd5dab4704b (diff) | |
download | freebsd-ports-gnome-98b74f31d5910c92b9dac7c5f5094ea3bcd12be9.tar.gz freebsd-ports-gnome-98b74f31d5910c92b9dac7c5f5094ea3bcd12be9.tar.zst freebsd-ports-gnome-98b74f31d5910c92b9dac7c5f5094ea3bcd12be9.zip |
Add stage support.
-rw-r--r-- | textproc/linux-f10-scim-gtk/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/textproc/linux-f10-scim-gtk/Makefile b/textproc/linux-f10-scim-gtk/Makefile index d143718e2196..fac406840074 100644 --- a/textproc/linux-f10-scim-gtk/Makefile +++ b/textproc/linux-f10-scim-gtk/Makefile @@ -22,8 +22,4 @@ RPMVERSION= 35.fc10 USE_LDCONFIG= yes SRC_DISTFILES= scim-${PORTVERSION}-${RPMVERSION}${SRC_SUFX} -NO_STAGE= yes -post-install: - @chroot ${PREFIX} /usr/bin/gtk-query-immodules-2.0-32 > ${PREFIX}/etc/gtk-2.0/${LINUX_RPM_ARCH}-redhat-linux-gnu/gtk.immodules - .include <bsd.port.mk> |