Unbreak by preventing install from putting latte.el into root directory;

run strip; fix plist.

Also, reset maintainer.  This port has been broken for quite some time,
and I've never gotten any response to multiple emails about it.

PR:		ports/62781
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
This commit is contained in:
Mark Linimon 2004-02-22 10:10:44 +00:00
parent 33d7929da5
commit f70e0e3c10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101716
3 changed files with 23 additions and 5 deletions

View file

@ -7,22 +7,20 @@
PORTNAME= latte
PORTVERSION= 1.1
CATEGORIES= textproc
CATEGORIES= textproc
MASTER_SITES= http://www.latte.org/ \
ftp://ftp.brasslantern.com/pub/zanshin/latte/
MAINTAINER= nc-rotherdo@netcologne.de
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple language for marking up text in a very expressive way
BROKEN= "Installs latte.el in /"
USE_LIBTOOL= yes
MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}"
CONFIGURE_ARGS+= --enable-shared
post-install:
${STRIP_CMD} ${PREFIX}/bin/latte-html
${LN} -sf ${PREFIX}/bin/latte-html ${PREFIX}/bin/latte
${CP} -Rp ${WRKSRC}/tests ${PREFIX}/share/latte/
${INSTALL_DATA} ${WRKSRC}/latte.el ${PREFIX}/share/emacs/site-lisp
.include <bsd.port.mk>

View file

@ -0,0 +1,19 @@
--- Makefile.in.bak Wed Nov 11 07:58:13 1998
+++ Makefile.in Fri Feb 13 11:03:24 2004
@@ -345,16 +345,6 @@
install-lispLISP: $(lisp_LISP) $(ELCFILES)
@$(NORMAL_INSTALL)
- $(mkinstalldirs) $(DESTDIR)$(lispdir)
- @list='$(lisp_LISP)'; for p in $$list; do \
- if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
- echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p"; \
- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p; \
- if test -f $${p}c; then \
- echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \
- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \
- else : ; fi; \
- done
uninstall-lispLISP:
@$(NORMAL_UNINSTALL)

View file

@ -107,6 +107,7 @@ share/latte/tests/varref.exp
share/latte/tests/varref.latte
share/latte/tests/while.exp
share/latte/tests/while.latte
share/emacs/site-lisp/latte.el
@dirrm include/latte
@dirrm share/latte/tests
@dirrm share/latte