pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/tcl-scotty We share patches with net/tkined, which...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adf78001a6d7
branches:  trunk
changeset: 347912:adf78001a6d7
user:      hauke <hauke%pkgsrc.org@localhost>
date:      Thu Jun 02 12:25:47 2016 +0000

description:
We share patches with net/tkined, which needs to patch a tkined.1 man
page we explicitely remove, to avoid conflict.

Unfortunately, there is only one PATCHDIR... so keep around tkined.1
till after patching.

diffstat:

 net/tcl-scotty/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r a8435a9f2638 -r adf78001a6d7 net/tcl-scotty/Makefile
--- a/net/tcl-scotty/Makefile   Thu Jun 02 11:41:26 2016 +0000
+++ b/net/tcl-scotty/Makefile   Thu Jun 02 12:25:47 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.38 2016/05/02 03:57:35 dholland Exp $
+# $NetBSD: Makefile,v 1.39 2016/06/02 12:25:47 hauke Exp $
 #
 
 DISTNAME=      scotty-${DIST_VERS}
 PKGNAME=       tcl-scotty-${DIST_VERS}
-PKGREVISION=   11
+PKGREVISION=   12
 CATEGORIES=    net tcl
 MASTER_SITES=  ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
 
@@ -42,9 +42,9 @@
 
 post-extract:
        cd ${WRKSRC}/${BUILD_DIRS} && ${RM} -f ../doc/http.n
-       cd ${WRKSRC}/${BUILD_DIRS} && ${RM} -f ../doc/tkined.1
 
 pre-install:
+       cd ${WRKSRC}/${BUILD_DIRS} && ${RM} -f ../doc/tkined.1
        cd ${WRKSRC}/${BUILD_DIRS} && ${INSTALL} ../tnm/ntping/ntping.8 ../doc
 
 post-install:



Home | Main Index | Thread Index | Old Index