diff options
author | agc <agc> | 1997-11-14 10:04:47 +0000 |
---|---|---|
committer | agc <agc> | 1997-11-14 10:04:47 +0000 |
commit | 1a9c39f5504c6512409d2d5995e1829c777ef166 (patch) | |
tree | adaf669a096494b1f8686c99163461ef753dee7c /sysutils/crashme/patches | |
parent | 4e37dd39f565821ead56e215e5d7b0579088e216 (diff) | |
download | pkgsrc-1a9c39f5504c6512409d2d5995e1829c777ef166.tar.gz |
Initial import of crashme 2.4 into the NetBSD packages system.
Diffstat (limited to 'sysutils/crashme/patches')
-rw-r--r-- | sysutils/crashme/patches/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/crashme/patches/patch-aa b/sysutils/crashme/patches/patch-aa new file mode 100644 index 00000000000..12e48618edd --- /dev/null +++ b/sysutils/crashme/patches/patch-aa @@ -0,0 +1,11 @@ +--- makefile 1997/11/14 09:49:34 1.1 ++++ makefile 1997/11/14 09:51:01 +@@ -10,3 +10,8 @@ + pddet.o: pddet.c + cc -c pddet.c + ++ ++install: crashme pddet ++ ${INSTALL} -c -m 0755 crashme ${PREFIX}/sbin/crashme ++ ${INSTALL} -c -m 0755 pddet ${PREFIX}/sbin/pddet ++ ${INSTALL} -c -m 0444 crashme.1 ${PREFIX}/man/man1 |