diff options
author | rillig <rillig> | 2006-11-14 13:22:06 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-11-14 13:22:06 +0000 |
commit | 33f249494b3b7d177c311bc9c8ce94656a033643 (patch) | |
tree | ac28e45f3319893d2c90053ea8bed64ad669c6e4 /security/ssh-askpass/Makefile | |
parent | 73647eda77160ebe48317e6c65bc2305a897eeab (diff) | |
download | pkgsrc-33f249494b3b7d177c311bc9c8ce94656a033643.tar.gz |
This package does not have a man page.
Diffstat (limited to 'security/ssh-askpass/Makefile')
-rw-r--r-- | security/ssh-askpass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh-askpass/Makefile b/security/ssh-askpass/Makefile index d3ec77220a0..5d686d743fc 100644 --- a/security/ssh-askpass/Makefile +++ b/security/ssh-askpass/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:38 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/11/14 13:22:06 rillig Exp $ DISTNAME= x11-ssh-askpass-1.0 PKGNAME= ${DISTNAME:S/^x11-//} @@ -11,6 +11,7 @@ HOMEPAGE= http://www.jmknoble.net/software/x11-ssh-askpass/ COMMENT= X11-based passphrase dialog for OpenSSH USE_IMAKE= yes +INSTALL_TARGET= install post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ssh-askpass |