diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:51:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:51:59 +0000 |
commit | 84bd936a69ee9113ab349a4602fb23c1f6005cb2 (patch) | |
tree | 22b16bb5ed32de6bdc887dd20b66bb841a96a1a2 /print/dvips2ascii/Makefile | |
parent | Update to version 0.20. (diff) |
Update to version 1.3.
PR: 13425
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=21721
Diffstat (limited to 'print/dvips2ascii/Makefile')
-rw-r--r-- | print/dvips2ascii/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/dvips2ascii/Makefile b/print/dvips2ascii/Makefile index a5a0650643cd..025fd0120ea6 100644 --- a/print/dvips2ascii/Makefile +++ b/print/dvips2ascii/Makefile @@ -6,13 +6,16 @@ # $FreeBSD$ # -DISTNAME= dvips2ascii-1.0 +DISTNAME= dvips2ascii-1.3 CATEGORIES= print -MASTER_SITES= http://www.freebsd.org/~wosch/src/ +MASTER_SITES= http://www.de.freebsd.org/~eserte/distfiles/ MAINTAINER= eserte@cs.tu-berlin.de do-build: + ${MV} ${WRKSRC}/dvips2ascii ${WRKSRC}/dvips2ascii.orig + ${SED} -e 's;#!.*perl;#!${PERL};' \ + < ${WRKSRC}/dvips2ascii.orig > ${WRKSRC}/dvips2ascii do-install: ${INSTALL_SCRIPT} ${WRKSRC}/dvips2ascii ${PREFIX}/bin |