openbsd-ports/databases/gnats/patches/patch-send-pr_Makefile.in
espie cd87060f27 regen with a more recent diff.
Remove extra bogus target that breaks in parallel mode.
2007-12-28 17:11:25 +00:00

25 lines
908 B
Plaintext

$OpenBSD: patch-send-pr_Makefile.in,v 1.3 2007/12/28 17:11:25 espie Exp $
--- send-pr/Makefile.in.orig Tue May 8 19:22:21 2001
+++ send-pr/Makefile.in Fri Dec 28 18:00:24 2007
@@ -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 \