Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / misc / xtend / patches / patch-ae
blob7954d55a35d103d541ab87d69303e9f974bf7a09
1 $NetBSD$
3 --- Makefile.in.orig    1999-03-18 23:57:21.000000000 +0000
4 +++ Makefile.in
5 @@ -82,8 +82,7 @@ xtend:        xtend.o util.o parse.o exec.o @LI
6         $(CC) $(LDFLAGS) xtend.o util.o parse.o exec.o @LIBOBJS@ -o xtend
7  
8  install: $(PROGS)
9 -       -mv $(bindir)/xtend $(bindir)/xtend.old
10 -       ${INSTALL_PROGRAM} -m @xtend_perms@ @xtend_group@ @xtend_owner@ xtend $(DESTDIR)$(bindir)
11 +       ${INSTALL_PROGRAM} xtend $(DESTDIR)$(bindir)
12         ${INSTALL_DATA} xtend.1 $(DESTDIR)$(mandir)/man1
14  config.h.in: configure acconfig.h