diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-18 19:25:17 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-18 19:25:17 +0000 |
commit | cfd5ab9fa403c3467eabf512b2f7730b3ac4dab9 (patch) | |
tree | 51dbabf709d36cc247d62ff099631fe63d931ca6 | |
parent | f869d4494e29cabb11141219e5c0c8c3508a35de (diff) | |
download | ports-cfd5ab9fa403c3467eabf512b2f7730b3ac4dab9.tar.gz ports-cfd5ab9fa403c3467eabf512b2f7730b3ac4dab9.zip |
Notes
-rw-r--r-- | misc/gtkfind/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index f10c2d438368..af2508841494 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Sept 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $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 <bsd.port.mk> |