mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
bb040dde3e
Move mail/mutt-lite to mail/mutt14-lite Move mail/mutt-devel to mail/mutt Moving mail/mutt-devel-lite to mail/mutt-lite will follow next to avoid breaking the cvs exporter PR: ports/169546 Suggested by: obrien Approved by: maintainer
14 lines
465 B
Plaintext
14 lines
465 B
Plaintext
--- Makefile.am.orig 2008-05-19 19:00:44.000000000 +0200
|
|
+++ Makefile.am 2008-05-19 19:03:20.000000000 +0200
|
|
@@ -136,10 +136,6 @@
|
|
|
|
install-data-local:
|
|
$(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir)
|
|
- $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir)/mime.types.dist
|
|
- -if [ ! -f $(DESTDIR)$(sysconfdir)/mime.types ]; then \
|
|
- $(INSTALL) -m 644 $(srcdir)/mime.types $(DESTDIR)$(sysconfdir); \
|
|
- fi
|
|
|
|
uninstall-local:
|
|
for i in mime.types ; do \
|