pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/udptunnel



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Oct 12 20:31:37 UTC 2019

Modified Files:
        pkgsrc/net/udptunnel: Makefile PLIST

Log Message:
net/udptunnel: fix location of HTML documentation


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/udptunnel/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/udptunnel/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/udptunnel/Makefile
diff -u pkgsrc/net/udptunnel/Makefile:1.8 pkgsrc/net/udptunnel/Makefile:1.9
--- pkgsrc/net/udptunnel/Makefile:1.8   Tue Oct 23 17:19:15 2012
+++ pkgsrc/net/udptunnel/Makefile       Sat Oct 12 20:31:37 2019
@@ -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 @@ MAINTAINER= pkgsrc-users%NetBSD.org@localhost
 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"

Index: pkgsrc/net/udptunnel/PLIST
diff -u pkgsrc/net/udptunnel/PLIST:1.2 pkgsrc/net/udptunnel/PLIST:1.3
--- pkgsrc/net/udptunnel/PLIST:1.2      Wed Nov  2 15:08:44 2005
+++ pkgsrc/net/udptunnel/PLIST  Sat Oct 12 20:31:37 2019
@@ -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