From 56b6b531a1034d4bc752efe4e8ca97ffbb7273c9 Mon Sep 17 00:00:00 2001 From: billf Date: Wed, 18 Nov 1998 19:25:17 +0000 Subject: Loose gmake dependency, patch the port's Makefile so we don't have to run sed on it, other small, yet really nice fixes. Thanks Vanilla. Reviewed by: Bill Fumerola Submitted by: Vanilla Shu --- misc/gtkfind/Makefile | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'misc/gtkfind') diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index f10c2d4..af25088 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Sept 1998 # Whom: Bill Fumerola # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1998/11/17 21:53:22 billf Exp $ # DISTNAME= gtkfind-0.9 @@ -12,17 +12,10 @@ MASTER_SITES= http://www.oz.net/~mattg/ MAINTAINER= billf@FreeBSD.org -LIB_DEPENDS= gtk.1.6:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk -USE_GMAKE= yes -ALL_TARGET= +ALL_TARGET= gtkfind MAN1= gtkfind.1 -post-patch: - - ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.pre_sed - ${CAT} ${WRKSRC}/Makefile.pre_sed | \ - ${SED} -e 's#/usr/local#${PREFIX}#g' >> ${WRKSRC}/Makefile - .include -- cgit v1.1