pkgsrc/print/web2c/patches/patch-as
minskim e06337047a Import web2c-7.5.7 as print/web2c.
Web2C is an implementation of TeX and friends which translates the
original WEB sources written by Donald Knuth into C, so they can be
readily compiled on modern systems.
2009-02-01 06:05:58 +00:00

14 lines
528 B
Text

$NetBSD: patch-as,v 1.1.1.1 2009/02/01 06:05:59 minskim Exp $
--- alephdir/aleph.mk.orig 2008-05-28 11:29:28.000000000 -0700
+++ alephdir/aleph.mk
@@ -159,7 +159,7 @@ lamed.fmt: aleph
# Installation.
install-aleph: install-aleph-exec
install-programs: @ALEPH@ install-aleph-exec
-install-aleph-exec: aleph $(bindir)
- for p in aleph; do $(INSTALL_LIBTOOL_PROG) $$p $(bindir); done
+install-aleph-exec: aleph $(DESTDIR)$(bindir)
+ for p in aleph; do $(INSTALL_LIBTOOL_PROG) $$p $(DESTDIR)$(bindir); done
# end of aleph.mk