diff options
Diffstat (limited to 'print/rtf2latex/Makefile')
-rw-r--r-- | print/rtf2latex/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/print/rtf2latex/Makefile b/print/rtf2latex/Makefile index fa15148c392a..aaa974a6d923 100644 --- a/print/rtf2latex/Makefile +++ b/print/rtf2latex/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Jan 1995 # Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $Id: Makefile,v 1.5 1996/11/18 14:12:10 asami Exp $ +# $Id: Makefile,v 1.6 1997/08/26 07:12:18 tg Exp $ # DISTNAME= rtf2LaTeX.1.5 @@ -11,9 +11,12 @@ PKGNAME= rtf2latex-1.5 CATEGORIES= print MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/ -MAINTAINER= tg@FreeBSD.org +MAINTAINER= ports@FreeBSD.ORG WRKSRC= ${WRKDIR}/rtf2LaTeX MAN1= rtf2LaTeX.1 +post-extract: + ${CP} ${FILESDIR}/Makefile ${WRKSRC} + .include <bsd.port.mk> |