diff options
author | tv <tv@pkgsrc.org> | 2005-11-02 15:08:44 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-02 15:08:44 +0000 |
commit | e01411cca032c662ac051853e5016a64a3fa30a7 (patch) | |
tree | 60fbc52b26e7ea1440c4e6a78f843fff7e350ea7 /net/udptunnel/Makefile | |
parent | abcc78ee118257426ba92ecabce3de48ca049664 (diff) | |
download | pkgsrc-e01411cca032c662ac051853e5016a64a3fa30a7.tar.gz |
Not everything has YP. Make it autoconf-conditional.
Install documentation (only available in HTML). Bump PKGREVISION.
Diffstat (limited to 'net/udptunnel/Makefile')
-rw-r--r-- | net/udptunnel/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net/udptunnel/Makefile b/net/udptunnel/Makefile index cd353692d25..770677b245f 100644 --- a/net/udptunnel/Makefile +++ b/net/udptunnel/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:51:58 grant Exp $ +# $NetBSD: Makefile,v 1.4 2005/11/02 15:08:44 tv Exp $ # DISTNAME= udptunnel-1.1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/ @@ -9,6 +10,10 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.columbia.edu/~lennox/udptunnel/ COMMENT= Tunnel UDP packets over a TCP connection -GNU_CONFIGURE= YES +GNU_CONFIGURE= YES +INSTALLATION_DIRS= bin share/doc/html + +post-install: + ${INSTALL_DATA} ${WRKSRC}/udptunnel.html ${PREFIX}/share/doc/html/ .include "../../mk/bsd.pkg.mk" |