diff options
Diffstat (limited to 'devel/nasm/patches')
-rw-r--r-- | devel/nasm/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/nasm/patches/patch-ab b/devel/nasm/patches/patch-ab index 42c0e51ebaf..7fc930d407d 100644 --- a/devel/nasm/patches/patch-ab +++ b/devel/nasm/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.3 2008/02/08 03:50:07 bjs Exp $ +$NetBSD: patch-ab,v 1.4 2008/03/12 21:16:12 drochner Exp $ ---- doc/Makefile.in.orig 2008-01-17 15:22:17.000000000 -0500 +--- doc/Makefile.in.orig 2008-02-19 20:08:57.000000000 +0100 +++ doc/Makefile.in @@ -8,7 +8,8 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -28,8 +28,8 @@ $NetBSD: patch-ab,v 1.3 2008/02/08 03:50:07 bjs Exp $ # exports export srcdir -@@ -76,7 +76,8 @@ spotless: clean - -rm -f nasmdoc*.ps +@@ -79,7 +79,8 @@ spotless: clean + -rm -f nasmdoc*.ps inslist.src install: all - $(INSTALL_DATA) info/* $(INSTALLROOT)$(infodir) |