diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2001-03-11 08:16:47 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2001-03-11 08:16:47 +0000 |
commit | 50b03b03d999b5413523640c5636c5d63c50ead7 (patch) | |
tree | 1acd46b3390ba751db0cbee4cac0c8d07fabd009 /print/latex2rtf | |
parent | c1c5840db77e570fbe008300cd7aa9b7bba1ead6 (diff) |
Upgrade to current version. Unfortunately, the distfile contains a stray
.o file we need to remove first...
Submitted by: fenner's port survey
Notes
Notes:
svn path=/head/; revision=39563
Diffstat (limited to 'print/latex2rtf')
-rw-r--r-- | print/latex2rtf/Makefile | 5 | ||||
-rw-r--r-- | print/latex2rtf/distinfo | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/print/latex2rtf/Makefile b/print/latex2rtf/Makefile index b9d03844e4e9..728cd1c48bc0 100644 --- a/print/latex2rtf/Makefile +++ b/print/latex2rtf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= latex2rtf -PORTVERSION= 1.8a +PORTVERSION= 1.8aa CATEGORIES= print MASTER_SITES= ${MASTER_SITE_TEX_CTAN} MASTER_SITE_SUBDIR= support/latex2rtf @@ -17,4 +17,7 @@ IGNOREFILES= ${DISTNAME}${EXTRACT_SUFX} MAN1= latex2rtf.1 +do-configure: + rm -f ${WRKSRC}/*.o + .include <bsd.port.mk> diff --git a/print/latex2rtf/distinfo b/print/latex2rtf/distinfo index 36f9f2b9b70b..66f082610d33 100644 --- a/print/latex2rtf/distinfo +++ b/print/latex2rtf/distinfo @@ -1 +1 @@ -MD5 (latex2rtf-1.8a.tar.gz) = IGNORE +MD5 (latex2rtf-1.8aa.tar.gz) = IGNORE |