diff options
author | hauke <hauke@pkgsrc.org> | 2016-06-02 12:25:47 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2016-06-02 12:25:47 +0000 |
commit | ac6c664873d494f2e3a4217f7375e6bc71b18ed5 (patch) | |
tree | 0af00481a0b680538dfa50aae5b840e1326a3c2a | |
parent | b0ef786e18218916d9abf33a8dfcd901acbab5c4 (diff) | |
download | pkgsrc-ac6c664873d494f2e3a4217f7375e6bc71b18ed5.tar.gz |
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.
-rw-r--r-- | net/tcl-scotty/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tcl-scotty/Makefile b/net/tcl-scotty/Makefile index 0f68fe56247..52538be29d6 100644 --- a/net/tcl-scotty/Makefile +++ b/net/tcl-scotty/Makefile @@ -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 @@ SPECIAL_PERMS+= bin/straps ${SETUID_ROOT_PERMS} 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: |