diff options
author | mandree <mandree@FreeBSD.org> | 2013-10-01 22:53:25 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-10-01 22:53:25 +0800 |
commit | d83af1bf9ef8611da87b27f9184087560a5ff42e (patch) | |
tree | 1479b8c20e4065446ba4f2c1626cad036c74a977 /security/putty | |
parent | d0ee2a376cf5f19eb4d6651f632f59b7ae365b68 (diff) | |
download | freebsd-ports-gnome-d83af1bf9ef8611da87b27f9184087560a5ff42e.tar.gz freebsd-ports-gnome-d83af1bf9ef8611da87b27f9184087560a5ff42e.tar.zst freebsd-ports-gnome-d83af1bf9ef8611da87b27f9184087560a5ff42e.zip |
Support staging.
Diffstat (limited to 'security/putty')
-rw-r--r-- | security/putty/Makefile | 5 |
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=: |