summaryrefslogtreecommitdiff
path: root/print/rtf2latex/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-08-31 07:51:41 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-08-31 07:51:41 +0000
commit324b7dc84d8c76d5cdcf2d22bc0207b0840900bd (patch)
tree85573cfcf9369024b13b04aa107779c29302cc63 /print/rtf2latex/Makefile
parentTwo manpages (out of four) are installed uncompressed in this port. So, (diff)
Fix permissions for the installed files. Clean up a bit while I'm here:
- use post-extract target to copy the makefile - install support files in $PREFIX/share/rtf - fix PLIST (how did this ever pass the ports czar? ;-) ) PR: 7760 Submitted by: max
Notes
Notes: svn path=/head/; revision=12958
Diffstat (limited to 'print/rtf2latex/Makefile')
-rw-r--r--print/rtf2latex/Makefile7
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>