fdfb500098
test for whether "local" works. Now ksh93 is correctly detected as a shell that does not have a working 'local' command. Use REPLACE_SH to edit the #!/bin/sh line in util/texi2dvi, to make it use the value of ${SH} instead of /bin/sh. Set PKGREVISION=1.
35 lines
951 B
Makefile
35 lines
951 B
Makefile
# $NetBSD: Makefile,v 1.82 2013/01/13 20:44:55 apb Exp $
|
|
|
|
DISTNAME= texinfo-4.13a
|
|
PKGNAME= g${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=texinfo/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/texinfo/texinfo.html
|
|
COMMENT= GNU info documentation utilities
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
WRKSRC= ${WRKDIR}/texinfo-4.13 # just for 4.13a
|
|
|
|
GNU_CONFIGURE= yes
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
PLIST_SRC= ${PKGDIR}/PLIST
|
|
|
|
PKGSRC_INFOPATH= ${PREFIX}/${PKGINFODIR}:${X11BASE}/${PKGINFODIR}:${LOCALBASE}/${PKGINFODIR}
|
|
MAKE_ENV+= PKGSRC_INFOPATH=${PKGSRC_INFOPATH:Q}
|
|
|
|
REPLACE_SH+= util/texi2dvi
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/termcap.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|
|
|
|
# This need to be defined here to override the setting in texinfo.mk
|
|
INSTALL_INFO= ${PREFIX}/bin/install-info
|