diff options
author | bad <bad> | 1998-03-04 11:10:12 +0000 |
---|---|---|
committer | bad <bad> | 1998-03-04 11:10:12 +0000 |
commit | 8283a07a95241cb09992f8be956fe08bb373750c (patch) | |
tree | 6f02c1edf9b1eb5d89e3bd4f26bba306833d1dcf /graphics | |
parent | eef2e2dc30537d2f81aff2b04bda469922124c72 (diff) | |
download | pkgsrc-8283a07a95241cb09992f8be956fe08bb373750c.tar.gz |
Use BSD_INSTALL_SCRIPT to install tcpdump2xplot.pl so that we don't try to
strip the script.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xplot/patches/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xplot/patches/patch-aa b/graphics/xplot/patches/patch-aa index 91dad158e58..6c755288cec 100644 --- a/graphics/xplot/patches/patch-aa +++ b/graphics/xplot/patches/patch-aa @@ -6,7 +6,7 @@ install: all $(INSTALL_PROGRAM) xplot $(bindir)/xplot -+ $(INSTALL_PROGRAM) tcpdump2xplot.pl $(bindir)/tcpdump2xplot.pl ++ $(BSD_INSTALL_SCRIPT) tcpdump2xplot.pl $(bindir)/tcpdump2xplot.pl clean: rm -f ${PROG} ${PROG}.old *.o version_string.c |