aboutsummaryrefslogtreecommitdiff
path: root/x11/gnomelibs
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-01 00:57:58 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-01 00:57:58 +0000
commit16430c8e85969ca84f2103e8494f930b571cae26 (patch)
tree2ed61dce16abe2f1a1ed02ef8dac09746c3764b5 /x11/gnomelibs
parent2deb7468927ce7ad8739730df21af1ab973bfa56 (diff)
downloadports-16430c8e85969ca84f2103e8494f930b571cae26.tar.gz
ports-16430c8e85969ca84f2103e8494f930b571cae26.zip
Notes
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r--x11/gnomelibs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/gnomelibs/Makefile b/x11/gnomelibs/Makefile
index 143e8bdfa7ec..5506f95e18a3 100644
--- a/x11/gnomelibs/Makefile
+++ b/x11/gnomelibs/Makefile
@@ -47,7 +47,9 @@ post-patch:
${WRKSRC}/gnome-config.in ${WRKSRC}/libgnome/gnome-util.c
# need to make launched gnome-terminals appear in utmp/wtmp
+.if !target(post-install)
post-install:
@${CHMOD} u+s ${PREFIX}/bin/gnome-pty-helper
+.endif
.include <bsd.port.mk>