Skip to content

Commit

Permalink
This package wants USE_TOOLS+=makeinfo, at least under my environment.
Browse files Browse the repository at this point in the history
It's not exactly clear why, since the error states:

"You should only need it [makeinfo] if you modified a `.texi' or
`.texinfo' file, or any other file indirectly affecting the aspect of
the manual."

... but it's possibly a side effect of GNU_PROGRAM_PREFIX=g.  At any
rate, "makeinfo" seems a harmless request.
  • Loading branch information
dsainty committed Nov 5, 2006
1 parent c82289a commit a048d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions textproc/gsed/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.30 2006/04/07 19:54:17 jlam Exp $
# $NetBSD: Makefile,v 1.31 2006/11/05 01:42:03 dsainty Exp $
#

DISTNAME= sed-4.1.1
Expand All @@ -18,7 +18,7 @@ GNU_CONFIGURE= YES
CONFIG_STATUS_OVERRIDE= # empty

# at least Solaris-2.9 has issues with grep/egrep
USE_TOOLS+= grep
USE_TOOLS+= grep makeinfo

INFO_FILES= # PLIST

Expand Down

0 comments on commit a048d91

Please sign in to comment.