aboutsummaryrefslogtreecommitdiff
path: root/comms/yaps/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'comms/yaps/files/patch-Makefile')
-rw-r--r--comms/yaps/files/patch-Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/comms/yaps/files/patch-Makefile b/comms/yaps/files/patch-Makefile
deleted file mode 100644
index e02598513e5a..000000000000
--- a/comms/yaps/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- Makefile.orig 1997-06-06 11:45:35 UTC
-+++ Makefile
-@@ -33,15 +33,15 @@ yaps.doc: yaps.html
- lynx -cfg=/dev/null -nolist -dump $< > $@
-
- install: $(DSTFLE) $(CFGFILE)
-- if [ ! -d $(YAPS_LIBDIR) ]; then \
-- install -d -m 755 -o $(YAPS_USER) -g $(YAPS_GROUP) $(YAPS_LIBDIR) ; \
-+ if [ ! -d $(DESTDIR)$(YAPS_LIBDIR) ]; then \
-+ install -d -m 755 -o $(YAPS_USER) -g $(YAPS_GROUP) $(DESTDIR)$(YAPS_LIBDIR) ; \
- fi
- @if [ -f contrib/Makefile ]; then \
- $(MAKE) -C contrib install ; \
- fi
-
- $(DSTFLE): yaps
-- install -o $(YAPS_USER) -g $(YAPS_GROUP) -m $(YAPS_MODE) -s yaps $@
-+ install -m 711 -s yaps $(DESTDIR)$@
-
- $(CFGFILE): yaps.rc
- @if [ ! -f $@ ]; then \