diff options
author | seb <seb> | 2002-12-23 12:50:12 +0000 |
---|---|---|
committer | seb <seb> | 2002-12-23 12:50:12 +0000 |
commit | c6456712158e677e0aa6ff3971a4818b0a1faa66 (patch) | |
tree | b5e1fc8564a51ac91c4f28abd8762d1cd8eaa9e1 /math/calc/patches/patch-aa | |
parent | ebb199e3f46b9044164c60e016a104675b0eacb2 (diff) | |
download | pkgsrc-c6456712158e677e0aa6ff3971a4818b0a1faa66.tar.gz |
Make this package work with the various emacsen and xemacsen we have in
pkgsrc.
Use emacs.mk. Bump PKGREVISION.
Diffstat (limited to 'math/calc/patches/patch-aa')
-rw-r--r-- | math/calc/patches/patch-aa | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/math/calc/patches/patch-aa b/math/calc/patches/patch-aa index b632b4b4d9a..14926dd9d96 100644 --- a/math/calc/patches/patch-aa +++ b/math/calc/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.3 2002/02/18 15:14:29 seb Exp $ +$NetBSD: patch-aa,v 1.4 2002/12/23 12:50:12 seb Exp $ ---- Makefile.orig Mon Dec 16 05:50:45 1996 +--- Makefile.orig Mon Dec 16 04:50:45 1996 +++ Makefile @@ -29,10 +29,9 @@ @@ -14,7 +14,16 @@ $NetBSD: patch-aa,v 1.3 2002/02/18 15:14:29 seb Exp $ MAKE = make ECHO = @echo REMOVE = -rm -f -@@ -54,13 +53,10 @@ +@@ -41,7 +40,7 @@ REMOVE = -rm -f + + # Other macros. + EFLAGS = -batch +-MAINT = -l calc-maint.elc ++MAINT = -l calc-maint.el + + # Control whether intermediate files are kept. + PURGE = -rm -f +@@ -54,13 +53,10 @@ PURGE = -rm -f # to make the steps more explicit while the `make' is in progress. all: $(MAKE) compile @@ -28,7 +37,7 @@ $NetBSD: patch-aa,v 1.3 2002/02/18 15:14:29 seb Exp $ $(MAKE) info $(ECHO) "Calc is now installed." -@@ -83,9 +79,9 @@ +@@ -83,9 +79,9 @@ private: maint # Format the Calc manual for the Info system using makeinfo. info: calc.info calc.info: calc.texinfo |