aboutsummaryrefslogtreecommitdiff
path: root/security/putty
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2013-10-01 14:53:25 +0000
committerMatthias Andree <mandree@FreeBSD.org>2013-10-01 14:53:25 +0000
commita392cecd0e722a5a93bdbd43e9c41e6d96608479 (patch)
tree1479b8c20e4065446ba4f2c1626cad036c74a977 /security/putty
parentc936d95ceacffc8f477ddf803831a7f1a7ddef94 (diff)
downloadports-a392cecd0e722a5a93bdbd43e9c41e6d96608479.tar.gz
ports-a392cecd0e722a5a93bdbd43e9c41e6d96608479.zip
Support staging.
Notes
Notes: svn path=/head/; revision=328955
Diffstat (limited to 'security/putty')
-rw-r--r--security/putty/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile
index 00b454b31464..c2388e292d1d 100644
--- a/security/putty/Makefile
+++ b/security/putty/Makefile
@@ -17,14 +17,13 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/unix
MAKEFILE= Makefile.gtk
PLIST_FILES= bin/plink bin/pscp bin/psftp bin/puttygen
-MAN1= plink.1 pscp.1 psftp.1 puttygen.1
+PLIST_FILES+= man/man1/plink.1.gz man/man1/pscp.1.gz man/man1/psftp.1.gz man/man1/puttygen.1.gz
OPTIONS_DEFINE= GSSAPI GTK2
OPTIONS_DEFAULT=GSSAPI GTK2
CONFLICTS= pssh-[0-9]*
-NO_STAGE= yes
.include <bsd.port.options.mk>
CFLAGS+= -DBSD_PTYS -DOMIT_UTMP -DIPV6
@@ -32,7 +31,7 @@ CFLAGS+= -DBSD_PTYS -DOMIT_UTMP -DIPV6
.if ${PORT_OPTIONS:MGTK2} && !defined(WITHOUT_X11)
USE_GNOME= gtk20
PLIST_FILES+= bin/pterm bin/putty bin/puttytel
-MAN1+= pterm.1 putty.1 puttytel.1
+PLIST_FILES+= man/man1/pterm.1.gz man/man1/putty.1.gz man/man1/puttytel.1.gz
MAKE_ARGS+= PUTTY_WITH_GTK=yes GTK_CONFIG="pkg-config gtk+-2.0 x11 --cflags"
.else
MAKE_ARGS+= GTK_CONFIG=: