942aad2e6a
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
13 lines
243 B
Makefile
13 lines
243 B
Makefile
# $NetBSD: Makefile,v 1.15 2013/04/06 20:27:23 rodent Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
PKGREVISION= 1
|
|
USE_TOOLS+= zip:run
|
|
|
|
INFO_FILES= yes
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-peer
|
|
|
|
.include "../../mk/java-env.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|