pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/udptunnel net/udptunnel: fix location of HTML docu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ed9f052e0f80
branches: trunk
changeset: 342051:ed9f052e0f80
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Oct 12 20:31:37 2019 +0000
description:
net/udptunnel: fix location of HTML documentation
diffstat:
net/udptunnel/Makefile | 10 +++++-----
net/udptunnel/PLIST | 4 ++--
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (37 lines):
diff -r 097fa57e4dc8 -r ed9f052e0f80 net/udptunnel/Makefile
--- a/net/udptunnel/Makefile Sat Oct 12 20:26:43 2019 +0000
+++ b/net/udptunnel/Makefile Sat Oct 12 20:31:37 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2012/10/23 17:19:15 asau Exp $
+# $NetBSD: Makefile,v 1.9 2019/10/12 20:31:37 rillig Exp $
#
DISTNAME= udptunnel-1.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/lennox/udptunnel/
@@ -10,10 +10,10 @@
HOMEPAGE= http://www1.cs.columbia.edu/~lennox/udptunnel/
COMMENT= Tunnel UDP packets over a TCP connection
-GNU_CONFIGURE= YES
-INSTALLATION_DIRS= bin share/doc/html
+GNU_CONFIGURE= yes
+AUTO_MKDIRS= yes
post-install:
- ${INSTALL_DATA} ${WRKSRC}/udptunnel.html ${DESTDIR}${PREFIX}/share/doc/html/
+ ${INSTALL_DATA} ${WRKSRC}/udptunnel.html ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"
diff -r 097fa57e4dc8 -r ed9f052e0f80 net/udptunnel/PLIST
--- a/net/udptunnel/PLIST Sat Oct 12 20:26:43 2019 +0000
+++ b/net/udptunnel/PLIST Sat Oct 12 20:31:37 2019 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.2 2005/11/02 15:08:44 tv Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/10/12 20:31:37 rillig Exp $
bin/udptunnel
-share/doc/html/udptunnel.html
+share/doc/udptunnel/udptunnel.html
Home |
Main Index |
Thread Index |
Old Index