under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
14 lines
343 B
Makefile
14 lines
343 B
Makefile
# $NetBSD: Makefile,v 1.10 2004/12/28 02:47:49 reed Exp $
|
|
#
|
|
|
|
PKGNAME= ${DISTNAME:C/ssh-/ssh2-/}
|
|
COMMENT= Secure Shell client and server for V.2 SSH protocol
|
|
PKGREVISION= 3
|
|
|
|
CONFLICTS= ssh2-nox11-[0-9]*
|
|
|
|
USE_X11= YES
|
|
CONFIGURE_ARGS+= --with-x # be explicit
|
|
|
|
.include "../../security/ssh2/Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|