diff options
author | tron <tron@pkgsrc.org> | 1998-12-30 18:00:03 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-12-30 18:00:03 +0000 |
commit | 7308f0790b0b373ae4a1acb7e1b4811896f54f27 (patch) | |
tree | e89a5cb7ecb9afb72747603a6b8fc1daf7a4a68d /print/rtf2latex/Makefile | |
parent | f27ceef623c70e52717638df66aba3375300ed9c (diff) | |
download | pkgsrc-7308f0790b0b373ae4a1acb7e1b4811896f54f27.tar.gz |
Adapt this package to NetBSD.
Diffstat (limited to 'print/rtf2latex/Makefile')
-rw-r--r-- | print/rtf2latex/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/print/rtf2latex/Makefile b/print/rtf2latex/Makefile index c2141f121b5..59d12b6d31f 100644 --- a/print/rtf2latex/Makefile +++ b/print/rtf2latex/Makefile @@ -1,8 +1,4 @@ -# New ports collection makefile for: rtf2LaTeX -# Version required: 1.5 -# Date created: 25 Jan 1995 -# Whom: Thomas Gellekum <tg@FreeBSD.org> -# +# $NetBSD: Makefile,v 1.2 1998/12/30 18:00:03 tron Exp $ # FreeBSD Id: Makefile,v 1.7 1998/08/31 07:51:40 tg Exp # @@ -11,12 +7,13 @@ PKGNAME= rtf2latex-1.5 CATEGORIES= print MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/ -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= tron@netbsd.org WRKSRC= ${WRKDIR}/rtf2LaTeX -MAN1= rtf2LaTeX.1 +NO_PATCH= yes +NO_CONFIGURE= yes post-extract: - ${CP} ${FILESDIR}/Makefile ${WRKSRC} + ${LN} -fs ${FILESDIR}/Makefile ${WRKSRC} -.include <bsd.port.mk> +.include <../../mk/bsd.pkg.mk> |