diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-16 18:38:55 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-16 18:38:55 +0000 |
commit | 9e9828d7679b950f74fb1b745b576bd71842afaa (patch) | |
tree | f9c3eba3c7b7aaea17e9cf8177d2b494a5c2ed9b /audio/xmp/files/patch-ae | |
parent | Add fix for GNOME forcibly trying to set the locale to en_US (diff) |
Update to 2.0.2
PR: 20416
Submitted by: Ports Fury
Diffstat (limited to '')
-rw-r--r-- | audio/xmp/files/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xmp/files/patch-ae b/audio/xmp/files/patch-ae new file mode 100644 index 000000000000..f6fe6a9bf4a2 --- /dev/null +++ b/audio/xmp/files/patch-ae @@ -0,0 +1,13 @@ +--- docs/Makefile.orig Thu Jan 20 06:49:20 2000 ++++ docs/Makefile Sat Aug 5 02:44:20 2000 +@@ -21,8 +21,8 @@ + install:: docs + @echo Installing manpages in $(MAN_DIR)... + @[ -d $(MAN_DIR) ] || mkdir -p $(MAN_DIR) +- $(INSTALL) -m644 xmp.1 $(MAN_DIR) ++ $(INSTALL_DATA) xmp.1 $(MAN_DIR) + @if test "$(X_XMP)x" = xxmpx; then \ +- $(INSTALL) -m644 $(X_XMP).1 $(MAN_DIR); \ ++ $(INSTALL_DATA) $(X_XMP).1 $(MAN_DIR); \ + fi + |