942aad2e6a
"INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively.
20 lines
477 B
Makefile
20 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.24 2013/04/06 20:27:27 rodent Exp $
|
|
#
|
|
|
|
DISTNAME= fsh-1.2
|
|
PKGREVISION= 5
|
|
CATEGORIES= security net
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/unix/fsh/ \
|
|
http://www.lysator.liu.se/fsh/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.lysator.liu.se/fsh/
|
|
COMMENT= Fast remote command execution
|
|
|
|
GNU_CONFIGURE= YES
|
|
INFO_FILES= yes
|
|
|
|
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|