mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Respect DESTDIR
- portlint fix PR: ports/101909 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
parent
9634e865f4
commit
43a77fd34e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170549
@ -15,11 +15,11 @@ MASTER_SITE_SUBDIR= wenju
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Collection of writing tools in Chinese
|
||||
|
||||
USE_GNOME= gtk20
|
||||
USE_X_PREFIX= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_GNOME= gtk20
|
||||
USE_LDCONFIG= yes
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
.if !defined(WITHOUT_NLS)
|
||||
USE_GETTEXT= yes
|
||||
@ -33,7 +33,7 @@ PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
gtk-query-immodules-2.0 > ${PREFIX}/etc/gtk-2.0/gtk.immodules
|
||||
gtk-query-immodules-2.0 > ${TARGETDIR}/etc/gtk-2.0/gtk.immodules
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
bin/tim-config
|
||||
bin/wrap
|
||||
lib/gtk-2.0/2.4.0/immodules/im-tim.a
|
||||
|
Loading…
Reference in New Issue
Block a user