aboutsummaryrefslogtreecommitdiff
path: root/print/a2ps-letter
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-04-11 17:25:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-04-11 17:25:03 +0000
commite7f6e61c382f35d4cb23a07e530a1f9509b620bc (patch)
tree065f2f97a161979472f2b9b18003c5cb013cde5d /print/a2ps-letter
parent5b385e66de0defb5dc36c8df7f0be7c8c37fdf64 (diff)
downloadports-e7f6e61c382f35d4cb23a07e530a1f9509b620bc.tar.gz
ports-e7f6e61c382f35d4cb23a07e530a1f9509b620bc.zip
Notes
Diffstat (limited to 'print/a2ps-letter')
-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 63b126cda307..e19168140f64 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 000000000000..c1d36fba73bb
--- /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 9c5f6596915c..2d5cd4259eb5 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