diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
commit | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/gtkfind | |
parent | 219753915ea7222f10133bbf4d97955292f0dd96 (diff) |
Notes
Diffstat (limited to 'misc/gtkfind')
-rw-r--r-- | misc/gtkfind/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/gtkfind/Makefile b/misc/gtkfind/Makefile index 03cae6541cf5..ed8bd116a697 100644 --- a/misc/gtkfind/Makefile +++ b/misc/gtkfind/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gtkfind -# Date created: 28 Sept 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# +# Created by: Bill Fumerola <billf@chc-chimes.com> # $FreeBSD$ -# PORTNAME= gtkfind PORTVERSION= 1.1 @@ -25,6 +21,7 @@ GNU_CONFIGURE= yes MAN1= gtkfind.1 PLIST_FILES= bin/gtkfind +NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e "s,-O2,${CFLAGS}," ${WRKSRC}/configure ${WRKSRC}/Makefile.in |