diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2002-08-28 20:23:29 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2002-08-28 20:23:29 +0000 |
commit | dd0a47997f0a88f6bf481fbe6410923dcc4c3575 (patch) | |
tree | 44843562f916f001eb26fa0c99cafb3689e73cc0 /print/latex2rtf/Makefile | |
parent | 533b231eda209d26212a7973080a3264be71ecef (diff) | |
download | ports-dd0a47997f0a88f6bf481fbe6410923dcc4c3575.tar.gz ports-dd0a47997f0a88f6bf481fbe6410923dcc4c3575.zip |
Notes
Diffstat (limited to 'print/latex2rtf/Makefile')
-rw-r--r-- | print/latex2rtf/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/print/latex2rtf/Makefile b/print/latex2rtf/Makefile index 728cd1c48bc0..67d22a83ab0e 100644 --- a/print/latex2rtf/Makefile +++ b/print/latex2rtf/Makefile @@ -6,18 +6,14 @@ # PORTNAME= latex2rtf -PORTVERSION= 1.8aa +PORTVERSION= 1.9.13 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN} -MASTER_SITE_SUBDIR= support/latex2rtf +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= ${PORTNAME} support/latex2rtf MAINTAINER= joerg@FreeBSD.org -IGNOREFILES= ${DISTNAME}${EXTRACT_SUFX} - MAN1= latex2rtf.1 -do-configure: - rm -f ${WRKSRC}/*.o - .include <bsd.port.mk> |