diff options
author | hrs <hrs@FreeBSD.org> | 2013-07-22 21:45:29 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-07-22 21:45:29 +0800 |
commit | 48f43f245be3936fd79346cb945f1e6fc890fcc8 (patch) | |
tree | eb2be3da9da42fcbb8c480ec562471533bcd0d06 /security/openssh-askpass/Makefile | |
parent | 33c7d5c940504871f16086efb56657521286b8a6 (diff) | |
download | freebsd-ports-gnome-48f43f245be3936fd79346cb945f1e6fc890fcc8.tar.gz freebsd-ports-gnome-48f43f245be3936fd79346cb945f1e6fc890fcc8.tar.zst freebsd-ports-gnome-48f43f245be3936fd79346cb945f1e6fc890fcc8.zip |
- Fix build breakage.
- Add LICENSE.
Reported by: miwi
Diffstat (limited to 'security/openssh-askpass/Makefile')
-rw-r--r-- | security/openssh-askpass/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/openssh-askpass/Makefile b/security/openssh-askpass/Makefile index 7fd58e3062f4..0738399e515e 100644 --- a/security/openssh-askpass/Makefile +++ b/security/openssh-askpass/Makefile @@ -3,7 +3,7 @@ PORTNAME= OpenSSH-askpass PORTVERSION= 1.2.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.jmknoble.net/software/x11-ssh-askpass/ DISTNAME= x11-ssh-askpass-${PORTVERSION} @@ -11,12 +11,16 @@ DISTNAME= x11-ssh-askpass-${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Graphical password applet for entering SSH passphrase +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/README + USE_XORG= x11 xt sm ice DOCSDIR= ${PREFIX}/share/doc/ssh-askpass PLIST_FILES= bin/x11-ssh-askpass \ bin/ssh-askpass \ lib/X11/app-defaults/SshAskpass PORTDOCS= README TODO ChangeLog +MAKE_JOBS_SAFE= yes MAN1= x11-ssh-askpass.1 MLINKS= x11-ssh-askpass.1 ssh-askpass.1 |