diff options
author | thorpej <thorpej> | 1997-12-14 23:44:58 +0000 |
---|---|---|
committer | thorpej <thorpej> | 1997-12-14 23:44:58 +0000 |
commit | db9fc32b8626ac8d3d312f5fcc67d974fa2f47ff (patch) | |
tree | 3c84a65cce9410fa1efa24afb61f0f381b12fb6e /net/tcptrace/patches | |
parent | 825f5bf2be9b2ce80579cbf34b03b67319e11bf9 (diff) | |
download | pkgsrc-db9fc32b8626ac8d3d312f5fcc67d974fa2f47ff.tar.gz |
Fix registration of the package.
Diffstat (limited to 'net/tcptrace/patches')
-rw-r--r-- | net/tcptrace/patches/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
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 |