$OpenBSD: patch-send-pr_Makefile_in,v 1.1 2011/07/08 11:32:17 jasper Exp $
--- send-pr/Makefile.in.orig	Tue May  8 19:22:21 2001
+++ send-pr/Makefile.in	Fri Jul  8 13:28:43 2011
@@ -174,10 +174,7 @@ install-gnats-arch-dep: install-norm-arch-dep
 install-norm all-gnats: install-norm-arch-indep install-norm-arch-dep
 
 install-norm-arch-indep:
-	$(INSTALL_DATA) send-pr.el $(lispdir)/send-pr.el
-	if [ -f send-pr.elc ]; then \
-	  $(INSTALL_DATA) send-pr.elc $(lispdir)/send-pr.elc; \
-	else true; fi
+	true
 
 install-norm-arch-dep:
 	$(INSTALL_SCRIPT) send-pr $(bindir)/send-pr
@@ -190,7 +187,7 @@ install-categories:
 
 install-gnats-dist:
 	$(SHELL) $(srcdir)/../mkinstalldirs $(datadir)/gnats/dist
-	@if [ `whoami` = root -o `whoami` = $(GNATS_USER) ] ; then \
+	@if false; then \
 	  echo "chown $(GNATS_USER) $(datadir)/gnats/dist" ; \
 	  chown $(GNATS_USER) $(datadir)/gnats/dist ; \
         else \
