aboutsummaryrefslogtreecommitdiff
path: root/audio/xmp/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmp/files/patch-ae')
-rw-r--r--audio/xmp/files/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/xmp/files/patch-ae b/audio/xmp/files/patch-ae
deleted file mode 100644
index f6fe6a9bf4a2..000000000000
--- a/audio/xmp/files/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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
-