From 16430c8e85969ca84f2103e8494f930b571cae26 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 1 Dec 2002 00:57:58 +0000 Subject: Protect target with .if target(...) ... .endif for targets that are redefined by a slave port. --- x11/gnomelibs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'x11/gnomelibs') 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 -- cgit v1.2.3