942aad2e6a
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
12 lines
217 B
Makefile
12 lines
217 B
Makefile
# $NetBSD: Makefile,v 1.20 2013/04/06 20:27:22 rodent Exp $
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 5
|
|
|
|
USE_TOOLS+= makeinfo zip
|
|
INFO_FILES= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-peer
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|