Thu Feb 11 23:07:16 2010 UTC ()
DESTDIR support


(joerg)
diff -r1.6 -r1.7 pkgsrc/net/udptunnel/Makefile

cvs diff -r1.6 -r1.7 pkgsrc/net/udptunnel/Makefile (expand / switch to unified diff)

--- pkgsrc/net/udptunnel/Makefile 2006/10/04 21:53:18 1.6
+++ pkgsrc/net/udptunnel/Makefile 2010/02/11 23:07:16 1.7
@@ -1,19 +1,21 @@ @@ -1,19 +1,21 @@
1# $NetBSD: Makefile,v 1.6 2006/10/04 21:53:18 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2010/02/11 23:07:16 joerg Exp $
2# 2#
3 3
4DISTNAME= udptunnel-1.1 4DISTNAME= udptunnel-1.1
5PKGREVISION= 1 5PKGREVISION= 1
6CATEGORIES= net 6CATEGORIES= net
7MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/ 7MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www1.cs.columbia.edu/~lennox/udptunnel/ 10HOMEPAGE= http://www1.cs.columbia.edu/~lennox/udptunnel/
11COMMENT= Tunnel UDP packets over a TCP connection 11COMMENT= Tunnel UDP packets over a TCP connection
12 12
 13PKG_DESTDIR_SUPPORT= user-destdir
 14
13GNU_CONFIGURE= YES 15GNU_CONFIGURE= YES
14INSTALLATION_DIRS= bin share/doc/html 16INSTALLATION_DIRS= bin share/doc/html
15 17
16post-install: 18post-install:
17 ${INSTALL_DATA} ${WRKSRC}/udptunnel.html ${PREFIX}/share/doc/html/ 19 ${INSTALL_DATA} ${WRKSRC}/udptunnel.html ${DESTDIR}${PREFIX}/share/doc/html/
18 20
19.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"