diff options
author | reed <reed@pkgsrc.org> | 2004-12-28 01:39:32 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-12-28 01:39:32 +0000 |
commit | 62bc3a304c8dd6344c917b37ad8ca40568fedddd (patch) | |
tree | 8361a83c9fc098a7bca9b56e8ece3bc86213cced /security/ssh2-nox11 | |
parent | f8e4a146cd0502a7c0513567d7ab5da5d19b3eb7 (diff) | |
download | pkgsrc-62bc3a304c8dd6344c917b37ad8ca40568fedddd.tar.gz |
Moved PKGREVISION definition from common Makefile to the
package-specific Makefile (as mentioned on tech-pkg).
Diffstat (limited to 'security/ssh2-nox11')
-rw-r--r-- | security/ssh2-nox11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh2-nox11/Makefile b/security/ssh2-nox11/Makefile index e66d780fa43..902d2882a30 100644 --- a/security/ssh2-nox11/Makefile +++ b/security/ssh2-nox11/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2004/07/31 12:52:42 seb Exp $ +# $NetBSD: Makefile,v 1.4 2004/12/28 01:39:32 reed Exp $ # PKGNAME= ${DISTNAME:C/ssh-/ssh2-nox11-/} COMMENT= Secure Shell client and server for V.2 SSH protocol without X11 support +PKGREVISION= 2 CONFLICTS= ssh2-[0-9]* CONFIGURE_ARGS+= --without-x # be explicit |