diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-22 10:10:44 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-22 10:10:44 +0000 |
commit | c3f28e67f65d05d1600e665b66cbade7d69e4cb7 (patch) | |
tree | 61debefbd321600c0e66e50fa638a3520f52b985 /textproc | |
parent | bf85e3337d5f8249fc0dbef8ab7a2e569c801686 (diff) | |
download | FreeBSD-ports-c3f28e67f65d05d1600e665b66cbade7d69e4cb7.zip FreeBSD-ports-c3f28e67f65d05d1600e665b66cbade7d69e4cb7.tar.gz |
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>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latte/Makefile | 8 | ||||
-rw-r--r-- | textproc/latte/files/patch-Makefile.in | 19 | ||||
-rw-r--r-- | textproc/latte/pkg-plist | 1 |
3 files changed, 23 insertions, 5 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index d8d4cd6..5f8713e 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -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> diff --git a/textproc/latte/files/patch-Makefile.in b/textproc/latte/files/patch-Makefile.in new file mode 100644 index 0000000..dabc9eb --- /dev/null +++ b/textproc/latte/files/patch-Makefile.in @@ -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) diff --git a/textproc/latte/pkg-plist b/textproc/latte/pkg-plist index 41c870e..e852a17 100644 --- a/textproc/latte/pkg-plist +++ b/textproc/latte/pkg-plist @@ -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 |