diff options
Diffstat (limited to 'x11-themes/gtk-engines/Makefile')
-rw-r--r-- | x11-themes/gtk-engines/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-themes/gtk-engines/Makefile b/x11-themes/gtk-engines/Makefile index 3def4c8035d8..27a3a7fe2859 100644 --- a/x11-themes/gtk-engines/Makefile +++ b/x11-themes/gtk-engines/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: gtk-engines -# Date Created: 23 Dec 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# +# Created by: Vanilla I. Shu <vanilla@FreeBSD.org> # $FreeBSD$ # $MCom: ports/x11-themes/gtk-engines/Makefile,v 1.1 2006/07/18 16:32:36 ahze Exp $ @@ -19,6 +16,7 @@ GNU_CONFIGURE= yes THEMES= metal notif pixmap raleigh redmond95 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig @for theme in ${THEMES}; do \ |