summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-04-11 17:25:03 +0000
committerdinoex <dinoex@FreeBSD.org>2003-04-11 17:25:03 +0000
commit02dc9e172371a333df082eee3f0236456dbb11e5 (patch)
tree35f90e250e56434916ff448a30ed55f94544cf03 /print
parentbff8daab28a0da291dccaa745a58cd571ee47ab5 (diff)
downloadFreeBSD-ports-02dc9e172371a333df082eee3f0236456dbb11e5.zip
FreeBSD-ports-02dc9e172371a333df082eee3f0236456dbb11e5.tar.gz
- Fix BROKEN install of emacs files
- Fix PLIST - no response from MAINTAINER since 2003-04-04
Diffstat (limited to 'print')
-rw-r--r--print/a2ps-letter/Makefile2
-rw-r--r--print/a2ps-letter/files/patch-contrib-emacs-Makefile.in22
-rw-r--r--print/a2ps-letter/pkg-plist1
3 files changed, 23 insertions, 2 deletions
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile
index 63b126c..e191681 100644
--- a/print/a2ps-letter/Makefile
+++ b/print/a2ps-letter/Makefile
@@ -19,8 +19,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= chuckr@FreeBSD.org
COMMENT= Formats an ascii file for printing on a postscript printer
-BROKEN= "Installs files in /"
-
USE_PERL5= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
diff --git a/print/a2ps-letter/files/patch-contrib-emacs-Makefile.in b/print/a2ps-letter/files/patch-contrib-emacs-Makefile.in
new file mode 100644
index 0000000..c1d36fb
--- /dev/null
+++ b/print/a2ps-letter/files/patch-contrib-emacs-Makefile.in
@@ -0,0 +1,22 @@
+--- contrib/emacs/Makefile.in.orig Thu Feb 24 19:01:08 2000
++++ contrib/emacs/Makefile.in Fri Apr 4 20:41:55 2003
+@@ -159,7 +159,8 @@
+
+ install-dist_lispLISP: $(dist_lisp_LISP) $(ELCFILES)
+ @$(NORMAL_INSTALL)
+- $(mkinstalldirs) $(DESTDIR)$(lispdir)
++ if test $(EMACS) != no; then \
++ $(mkinstalldirs) $(DESTDIR)$(lispdir) \
+ @list='$(dist_lisp_LISP)'; for p in $$list; do \
+ if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
+ f="`echo $$p | sed -e 's|^.*/||'`"; \
+@@ -169,7 +170,8 @@
+ echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${f}c"; \
+ $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${f}c; \
+ else : ; fi; \
+- done
++ done \
++ fi
+
+ uninstall-dist_lispLISP:
+ @$(NORMAL_UNINSTALL)
diff --git a/print/a2ps-letter/pkg-plist b/print/a2ps-letter/pkg-plist
index 9c5f659..2d5cd42 100644
--- a/print/a2ps-letter/pkg-plist
+++ b/print/a2ps-letter/pkg-plist
@@ -77,6 +77,7 @@ share/locale/cs/LC_MESSAGES/a2ps.mo
share/locale/da/LC_MESSAGES/a2ps.mo
share/locale/de/LC_MESSAGES/a2ps.mo
share/locale/es/LC_MESSAGES/a2ps.mo
+share/locale/et/LC_MESSAGES/a2ps.mo
share/locale/fr/LC_MESSAGES/a2ps.mo
share/locale/it/LC_MESSAGES/a2ps.mo
share/locale/ko/LC_MESSAGES/a2ps.mo
OpenPOWER on IntegriCloud