From 39d7fb93432416d872ed34e0025741cc93068c06 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 12 Jun 2008 02:14:13 +0000 Subject: Add DESTDIR support. --- security/putty/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'security/putty') diff --git a/security/putty/Makefile b/security/putty/Makefile index 3681f75c07b..e61c10f605e 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2008/01/08 17:02:11 adrianp Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:45 joerg Exp $ # DISTNAME= putty-0.60 @@ -9,12 +9,16 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/putty/ COMMENT= Free implementation of Telnet and SSH for Win32 and Unix platforms +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake BUILD_DIRS= ${WRKSRC}/unix MAKE_FILE= Makefile.gtk MAKE_FLAGS+= mandir=${PREFIX}/${PKGMANDIR} +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 + PKG_OPTIONS_VAR= PKG_OPTIONS.putty PKG_SUPPORTED_OPTIONS= inet6 -- cgit v1.2.3