mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
3 changed files with 8 additions and 10 deletions
|
@ -4,7 +4,7 @@
|
||||||
PORTNAME= l2a
|
PORTNAME= l2a
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.2
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://heim.ifi.uio.no/~gisle/enjoy/
|
MASTER_SITES= http://hannemyr.com/enjoy/
|
||||||
DISTNAME= l2a
|
DISTNAME= l2a
|
||||||
|
|
||||||
MAINTAINER= jflemer@alum.rpi.edu
|
MAINTAINER= jflemer@alum.rpi.edu
|
||||||
|
@ -13,10 +13,8 @@ COMMENT= L2a - LaTeX to ASCII converter
|
||||||
USES= zip
|
USES= zip
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- Makefile.orig Wed Feb 5 14:56:06 2003
|
--- ./Makefile.orig 2002-10-25 19:55:50.000000000 -0400
|
||||||
+++ Makefile Wed Feb 5 14:58:18 2003
|
+++ ./Makefile 2014-06-23 22:15:04.000000000 -0400
|
||||||
@@ -18,7 +18,7 @@
|
@@ -18,7 +18,7 @@
|
||||||
#CC = cl
|
#CC = cl
|
||||||
|
|
||||||
|
@ -26,8 +26,8 @@
|
||||||
install:
|
install:
|
||||||
- cp $(EXE) $(BINDIR)/$(EXE)
|
- cp $(EXE) $(BINDIR)/$(EXE)
|
||||||
- cp l2a.1 $(MANDIR)/man1/l2a.1
|
- cp l2a.1 $(MANDIR)/man1/l2a.1
|
||||||
+ ${INSTALL_PROGRAM} $(EXE) $(BINDIR)/$(EXE)
|
+ ${BSD_INSTALL_PROGRAM} $(EXE) $(DESTDIR)$(BINDIR)/$(EXE)
|
||||||
+ ${INSTALL_MAN} l2a.1 $(MANDIR)/man1/l2a.1
|
+ ${BSD_INSTALL_MAN} l2a.1 $(DESTDIR)$(MANDIR)/man1/l2a.1
|
||||||
|
|
||||||
tidy:
|
tidy:
|
||||||
rm -f $(OBJ) $(EXE) l2a.zip l2a.txt lex.yy.c l2a.aux l2a.log fn.tmp
|
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
|
L2A is a simple filter to remove most LaTeX commands from marked-up
|
||||||
documents, leaving only the body of text.
|
documents, leaving only the body of text.
|
||||||
|
|
||||||
WWW: http://folk.uio.no/gisle/enjoy/l2a.html
|
WWW: http://hannemyr.com/enjoy/l2a.html
|
||||||
|
|
Loading…
Add table
Reference in a new issue