1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/emil/files/patch-ab
Matthew Hunt 12c757f48e Import of elim, which does character set and other conversions for
email.

PR:		6373
Submitted by:	Josh Gilliam <josh@quick.net>
1998-04-22 20:41:01 +00:00

32 lines
804 B
Plaintext

--- Makefile.in.orig Tue Jun 4 07:54:32 1996
+++ Makefile.in Wed Apr 22 16:30:47 1998
@@ -41,9 +41,10 @@
#manprefix =
bindir = @bindir@
+datadir = @datadir@
libdir = @libdir@
mandir = @mandir@
-manext = 8
+manext = 1
MAINCF = $(libdir)/emil.cf
CHARFILE = $(libdir)/charsets.cpl
@@ -262,10 +263,15 @@
$(INSTALL_DATA) emil.cf.$(manext) $(mandir)/man$(manext); \
fi ;
@echo " " ;
+.if !defined(NOPORTDOCS)
+ @echo "Installing doc files in $(datadir)/doc/emil" ;
+ @$(INSTALL_DATA) $(DOCS) $(datadir)/doc/emil/
+.endif
+ @echo " " ;
@echo "Installation done." ;
installdirs:
- $(srcdir)/mkinstalldirs $(bindir) $(libdir) $(mandir)/man$(manext)
+ $(srcdir)/mkinstalldirs $(bindir) $(datadir)/doc/emil $(libdir) $(mandir)/man$(manext)
uninstall:
if test -f $(bindir)/emil ; then \