diff options
author | wiz <wiz> | 2001-07-22 17:18:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-07-22 17:18:04 +0000 |
commit | a3c4a8c431a358148c81adb8c84d347adc9e598e (patch) | |
tree | 0b94c8aff108592cd52c9abc5da9eb43ed9c4d0c /print/a2ps | |
parent | 24a9e564436fbf37014edd6f11acf1c19f8d6aee (diff) | |
download | pkgsrc-a3c4a8c431a358148c81adb8c84d347adc9e598e.tar.gz |
Don't install .elc files, no matter if emacs is installed or not.
Noted in recent bulk build.
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/distinfo | 4 | ||||
-rw-r--r-- | print/a2ps/patches/patch-aa | 14 | ||||
-rw-r--r-- | print/a2ps/pkg/PLIST | 4 |
3 files changed, 16 insertions, 6 deletions
diff --git a/print/a2ps/distinfo b/print/a2ps/distinfo index 786263a1f53..bc0e9551595 100644 --- a/print/a2ps/distinfo +++ b/print/a2ps/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/05/22 13:11:37 wiz Exp $ +$NetBSD: distinfo,v 1.4 2001/07/22 17:18:04 wiz Exp $ SHA1 (a2ps-4.13b.tar.gz) = cfc79a3e54115e569f667fa3fd2c2ec16d22b31a Size (a2ps-4.13b.tar.gz) = 1944289 bytes -SHA1 (patch-aa) = 2f7f772bc32cd9827784898d2eb5460c3fd21798 +SHA1 (patch-aa) = 232f9ad6bee5318d5e2f92659ddea80a82aabb76 diff --git a/print/a2ps/patches/patch-aa b/print/a2ps/patches/patch-aa index 448f5a8bc71..6207a9d6521 100644 --- a/print/a2ps/patches/patch-aa +++ b/print/a2ps/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.8 2001/05/22 13:11:37 wiz Exp $ +$NetBSD: patch-aa,v 1.9 2001/07/22 17:18:05 wiz Exp $ --- contrib/emacs/Makefile.in.orig Thu Feb 24 19:01:08 2000 +++ contrib/emacs/Makefile.in @@ -11,3 +11,15 @@ $NetBSD: patch-aa,v 1.8 2001/05/22 13:11:37 wiz Exp $ dist_lisp_LISP = a2ps.el a2ps-print.el +@@ -179,10 +179,10 @@ + rm -f $(lispdir)/$$f $(DESTDIR)$(lispdir)/$${f}c; \ + done + .el.elc: + @echo 'WARNING: Warnings can be ignored. :-)' + if test $(EMACS) != no; then \ +- EMACS=$(EMACS) $(SHELL) $(srcdir)/elisp-comp $<; \ ++ echo EMACS=$(EMACS) $(SHELL) $(srcdir)/elisp-comp $<; \ + fi + + mostlyclean-lisp: + diff --git a/print/a2ps/pkg/PLIST b/print/a2ps/pkg/PLIST index fe53d3faf25..7c4f05d575e 100644 --- a/print/a2ps/pkg/PLIST +++ b/print/a2ps/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2001/07/10 17:37:03 tron Exp $ +@comment $NetBSD: PLIST,v 1.17 2001/07/22 17:18:05 wiz Exp $ bin/a2ps bin/card bin/composeglyphs @@ -215,9 +215,7 @@ share/a2ps/sheets/xs.ssh share/a2ps/sheets/yacc.ssh share/a2ps/sheets/zsh.ssh share/emacs/site-lisp/a2ps-print.el -share/emacs/site-lisp/a2ps-print.elc share/emacs/site-lisp/a2ps.el -share/emacs/site-lisp/a2ps.elc ${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/a2ps.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/a2ps.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/a2ps.mo |