summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/Makefile
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/gnome-libs/Makefile
parentProtect targets with .if target(...) ... .endif for targets that are (diff)
Protect target with .if target(...) ... .endif for targets that are
redefined by a slave port.
Notes
Notes: svn path=/head/; revision=71264
Diffstat (limited to 'x11/gnome-libs/Makefile')
-rw-r--r--x11/gnome-libs/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile
index 143e8bdfa7ec..5506f95e18a3 100644
--- a/x11/gnome-libs/Makefile
+++ b/x11/gnome-libs/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>