diff options
author | itojun <itojun> | 1999-11-04 05:46:25 +0000 |
---|---|---|
committer | itojun <itojun> | 1999-11-04 05:46:25 +0000 |
commit | a6f8e400f839f7d98eb28e1449b8e84742cee2ba (patch) | |
tree | 5dee6e06eed17928d686d030229142a85ed87768 /net/pchar/patches | |
parent | 3d944e4faa86385a6f143642a6ae728e702d4aef (diff) | |
download | pkgsrc-a6f8e400f839f7d98eb28e1449b8e84742cee2ba.tar.gz |
pchar, a pathchar compatible (from KAME pkgsrc)
Diffstat (limited to 'net/pchar/patches')
-rw-r--r-- | net/pchar/patches/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pchar/patches/patch-aa b/net/pchar/patches/patch-aa new file mode 100644 index 00000000000..ebe0af33eb6 --- /dev/null +++ b/net/pchar/patches/patch-aa @@ -0,0 +1,11 @@ +--- Makefile.in- Thu Nov 4 14:39:06 1999 ++++ Makefile.in Thu Nov 4 14:39:12 1999 +@@ -179,7 +179,7 @@ + + install-man: + $(MKINSTALLDIRS) ${mandir}/man1 +- $(INSTALL_PROGRAM) pchar.1 ${mandir}/man1/pchar.1 ++ $(INSTALL_DATA) pchar.1 ${mandir}/man1/pchar.1 + + # + # clean |