diff options
author | bad <bad@pkgsrc.org> | 1998-03-04 11:10:12 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1998-03-04 11:10:12 +0000 |
commit | b99fc5075b2c7fa5bbdad2875f91b6b91b88ef3a (patch) | |
tree | 6f02c1edf9b1eb5d89e3bd4f26bba306833d1dcf /graphics/xplot | |
parent | a182e2420ce5753479355f215677afad31f3e2da (diff) | |
download | pkgsrc-b99fc5075b2c7fa5bbdad2875f91b6b91b88ef3a.tar.gz |
Use BSD_INSTALL_SCRIPT to install tcpdump2xplot.pl so that we don't try to
strip the script.
Diffstat (limited to 'graphics/xplot')
-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 |