mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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 <billf@FreeBSD.org> Submitted by: Vanilla Shu <vanilla@FreeBSD.org>
This commit is contained in:
parent
f869d4494e
commit
cfd5ab9fa4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14651
1 changed files with 3 additions and 10 deletions
|
@ -3,7 +3,7 @@
|
||||||
# Date created: 28 Sept 1998
|
# Date created: 28 Sept 1998
|
||||||
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
# 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
|
DISTNAME= gtkfind-0.9
|
||||||
|
@ -12,17 +12,10 @@ MASTER_SITES= http://www.oz.net/~mattg/
|
||||||
|
|
||||||
MAINTAINER= billf@FreeBSD.org
|
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= gtkfind
|
||||||
ALL_TARGET=
|
|
||||||
|
|
||||||
MAN1= gtkfind.1
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue