diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-30 15:17:39 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-30 15:17:39 +0000 |
commit | c725900c4bf6437c7fe34fdb6f4d5c2e94bc6976 (patch) | |
tree | cd407e858f042d144b73685530ab15ee1b5a4016 /security/putty/Makefile | |
parent | 2faf2481a55b0cf4fe3948258a69a640c4785307 (diff) |
Notes
Diffstat (limited to 'security/putty/Makefile')
-rw-r--r-- | security/putty/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/putty/Makefile b/security/putty/Makefile index ec21f631fed5..a86a2578f0dc 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -6,12 +6,12 @@ # PORTNAME= putty -PORTVERSION= 0.57 +PORTVERSION= 0.58 CATEGORIES= security ipv6 MASTER_SITES= http://the.earth.li/~sgtatham/putty/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= freebsd@galle.com.br COMMENT= Secure shell and telnet client USE_GMAKE= yes @@ -19,6 +19,7 @@ USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/unix MAKEFILE= Makefile.gtk CFLAGS+= -DBSD_PTYS -DOMIT_UTMP + .ifndef WITHOUT_IPV6 CFLAGS+= -DIPV6 .endif @@ -34,7 +35,9 @@ MAKE_ENV+= PUTTY_WITH_GTK=yes .endif post-patch: - ${REINPLACE_CMD} -e 's,gtk-config,${GTK_CONFIG},' ${WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -e 's,gtk-config,${GTK_CONFIG},; \ + s,prefix=/usr/local,prefix=${PREFIX},' \ + ${WRKSRC}/${MAKEFILE} .include <bsd.port.pre.mk> |