diff options
author | joerg <joerg@FreeBSD.org> | 2001-03-11 16:16:47 +0800 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2001-03-11 16:16:47 +0800 |
commit | 43a9947d7bfa56e71429c7d2caf940a8f04085a0 (patch) | |
tree | fd5b9f0cbff462f629041e0cc00244c640d7a837 | |
parent | 679f6aec48f94380900e7e5e440cfccc9595181b (diff) | |
download | freebsd-ports-gnome-43a9947d7bfa56e71429c7d2caf940a8f04085a0.tar.gz freebsd-ports-gnome-43a9947d7bfa56e71429c7d2caf940a8f04085a0.tar.zst freebsd-ports-gnome-43a9947d7bfa56e71429c7d2caf940a8f04085a0.zip |
Upgrade to current version. Unfortunately, the distfile contains a stray
.o file we need to remove first...
Submitted by: fenner's port survey
-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 |