--- Makefile.orig	1997-06-06 15:45:35.000000000 +0400
+++ Makefile	2015-02-26 00:28:11.000000000 +0300
@@ -33,15 +33,15 @@
 	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 \
