From 85c12c34c576d6d32aff6e6ec06b17543c38c87d Mon Sep 17 00:00:00 2001 From: sf Date: Mon, 14 Jul 2003 02:37:04 +0000 Subject: get rid of libgnugetopt dependency. This port does not use getopt_long(); use getopt() in libc instead. --- sysutils/reed/Makefile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'sysutils/reed') diff --git a/sysutils/reed/Makefile b/sysutils/reed/Makefile index f0adad1f7264..1f5335d58dd3 100644 --- a/sysutils/reed/Makefile +++ b/sysutils/reed/Makefile @@ -7,26 +7,24 @@ PORTNAME= reed PORTVERSION= 5.4 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.sacredchao.net/software/reed/ MAINTAINER= petef@FreeBSD.org COMMENT= A text pager with autoscrolling and more -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - USE_PERL5= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configures -CONFIGURE_ENV= INCDIR="${LOCALBASE}/include" - -CFLAGS+= -I${LOCALBASE}/include MAN1= breed.1 reed.1 wrap.1 post-patch: - @${PERL} -pi -e 's!/usr/local/!${PREFIX}!g' ${WRKSRC}/configures - @${PERL} -pi -e 's!sys/dir.h!dirent.h!g' ${WRKSRC}/reed.c + @${PERL} -pi -e 's!/usr/local!${PREFIX}!g' ${WRKSRC}/configures + @${PERL} -pi -e 's!sys/dir.h!dirent.h!g;s!.*getopt.h.*\n!!' \ + ${WRKSRC}/reed.c + @${PERL} -pi -e 's!getopt.h !!' ${WRKSRC}/cfg.data @${PERL} -pi -e 's!-O2!${CFLAGS}!' ${WRKSRC}/Makefile.in @${PERL} -pi -e 's!^#!/usr/bin/perl!#!${PERL}!' \ ${WRKSRC}/fix_bookmarks.pl -- cgit