diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 21:52:00 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 21:52:00 +0000 |
commit | d76ab153d9808507bcdfa3128f2660b8e8365b42 (patch) | |
tree | 4e2c321b3a37340711d6bd907d61867b656dbd92 /net | |
parent | 91eb706db5273f0b6f0fce1121b9196597ea405a (diff) | |
download | pkgsrc-d76ab153d9808507bcdfa3128f2660b8e8365b42.tar.gz |
portlint: replaced via NO_INSTALL
Diffstat (limited to 'net')
-rw-r--r-- | net/tcptrace/patches/patch-aa | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/tcptrace/patches/patch-aa b/net/tcptrace/patches/patch-aa deleted file mode 100644 index f12cbf64a1e..00000000000 --- a/net/tcptrace/patches/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ -*** 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 |