diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /security/putty | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'security/putty')
-rw-r--r-- | security/putty/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |