diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-11 22:57:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-11 22:57:40 +0000 |
commit | 87c133631b21887f418a36348facdb0db22b7e62 (patch) | |
tree | 892f24338b971c99ecdc3db1d871d95d58c28c61 /net/udptunnel | |
parent | 5ed11b372cb33923cdbc2835d3949451b69209e7 (diff) | |
download | pkgsrc-87c133631b21887f418a36348facdb0db22b7e62.tar.gz |
DESTDIR support
Diffstat (limited to 'net/udptunnel')
-rw-r--r-- | net/udptunnel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/udptunnel/Makefile b/net/udptunnel/Makefile index 556c75402b0..04dfebca8d3 100644 --- a/net/udptunnel/Makefile +++ b/net/udptunnel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/10/04 21:53:18 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/02/11 23:07:16 joerg Exp $ # DISTNAME= udptunnel-1.1 @@ -10,10 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www1.cs.columbia.edu/~lennox/udptunnel/ COMMENT= Tunnel UDP packets over a TCP connection +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES INSTALLATION_DIRS= bin share/doc/html post-install: - ${INSTALL_DATA} ${WRKSRC}/udptunnel.html ${PREFIX}/share/doc/html/ + ${INSTALL_DATA} ${WRKSRC}/udptunnel.html ${DESTDIR}${PREFIX}/share/doc/html/ .include "../../mk/bsd.pkg.mk" |