mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Support staging
- Fix fetch - Update WWW (404) Approved by: portmgr (blanket approval)
This commit is contained in:
parent
01515ac065
commit
ee488d15d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359028
@ -4,7 +4,7 @@
|
||||
PORTNAME= l2a
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://heim.ifi.uio.no/~gisle/enjoy/
|
||||
MASTER_SITES= http://hannemyr.com/enjoy/
|
||||
DISTNAME= l2a
|
||||
|
||||
MAINTAINER= jflemer@alum.rpi.edu
|
||||
@ -13,10 +13,8 @@ COMMENT= L2a - LaTeX to ASCII converter
|
||||
USES= zip
|
||||
|
||||
WRKSRC= ${WRKDIR}
|
||||
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_MAN="${INSTALL_MAN}"
|
||||
|
||||
MAN1= l2a.1
|
||||
PLIST_FILES= bin/l2a
|
||||
PLIST_FILES= bin/l2a \
|
||||
man/man1/l2a.1.gz
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- Makefile.orig Wed Feb 5 14:56:06 2003
|
||||
+++ Makefile Wed Feb 5 14:58:18 2003
|
||||
--- ./Makefile.orig 2002-10-25 19:55:50.000000000 -0400
|
||||
+++ ./Makefile 2014-06-23 22:15:04.000000000 -0400
|
||||
@@ -18,7 +18,7 @@
|
||||
#CC = cl
|
||||
|
||||
@ -26,8 +26,8 @@
|
||||
install:
|
||||
- cp $(EXE) $(BINDIR)/$(EXE)
|
||||
- cp l2a.1 $(MANDIR)/man1/l2a.1
|
||||
+ ${INSTALL_PROGRAM} $(EXE) $(BINDIR)/$(EXE)
|
||||
+ ${INSTALL_MAN} l2a.1 $(MANDIR)/man1/l2a.1
|
||||
+ ${BSD_INSTALL_PROGRAM} $(EXE) $(DESTDIR)$(BINDIR)/$(EXE)
|
||||
+ ${BSD_INSTALL_MAN} l2a.1 $(DESTDIR)$(MANDIR)/man1/l2a.1
|
||||
|
||||
tidy:
|
||||
rm -f $(OBJ) $(EXE) l2a.zip l2a.txt lex.yy.c l2a.aux l2a.log fn.tmp
|
||||
|
@ -1,4 +1,4 @@
|
||||
L2A is a simple filter to remove most LaTeX commands from marked-up
|
||||
documents, leaving only the body of text.
|
||||
|
||||
WWW: http://folk.uio.no/gisle/enjoy/l2a.html
|
||||
WWW: http://hannemyr.com/enjoy/l2a.html
|
||||
|
Loading…
Reference in New Issue
Block a user