summaryrefslogtreecommitdiff
path: root/net/tcptrace
diff options
context:
space:
mode:
authorthorpej <thorpej@pkgsrc.org>1997-12-14 23:44:58 +0000
committerthorpej <thorpej@pkgsrc.org>1997-12-14 23:44:58 +0000
commitcff5a54e4531017aaa9b30759f34551c445bc249 (patch)
tree3c84a65cce9410fa1efa24afb61f0f381b12fb6e /net/tcptrace
parentda40dd73e210b72f65fed462da164077a17b4ee8 (diff)
downloadpkgsrc-cff5a54e4531017aaa9b30759f34551c445bc249.tar.gz
Fix registration of the package.
Diffstat (limited to 'net/tcptrace')
-rw-r--r--net/tcptrace/Makefile4
-rw-r--r--net/tcptrace/patches/patch-aa14
2 files changed, 16 insertions, 2 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile
index a18738d9dca..9b30d624e24 100644
--- a/net/tcptrace/Makefile
+++ b/net/tcptrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1997/12/14 22:42:57 thorpej Exp $
+# $NetBSD: Makefile,v 1.3 1997/12/14 23:44:58 thorpej Exp $
#
# New ports collection makefile for: tcptrace
# Version required: 4.1.3
@@ -22,7 +22,7 @@ ALL_TARGET= tcptrace
DOCFILES= COPYRIGHT README README.tput_graphs
-install:
+post-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/tcptrace
diff --git a/net/tcptrace/patches/patch-aa b/net/tcptrace/patches/patch-aa
new file mode 100644
index 00000000000..f12cbf64a1e
--- /dev/null
+++ b/net/tcptrace/patches/patch-aa
@@ -0,0 +1,14 @@
+*** Makefile.in.orig Sun Dec 14 18:37:29 1997
+--- Makefile.in Sun Dec 14 18:37:49 1997
+***************
+*** 130,135 ****
+--- 130,138 ----
+ tcptrace: ${OFILES}
+ ${CC} ${LDFLAGS} ${CFLAGS} ${OFILES} -o tcptrace ${LDLIBS}
+
++ # Dummy rule to make pkgsrc happy.
++ install:
++
+ #
+ # special rule for version.c
+ # needs to be recompiled EVERY time