diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-03-19 14:06:37 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-03-19 14:06:37 +0000 |
commit | a556129e9fe335dc0cea572f64829b59fc285cd9 (patch) | |
tree | 658c4c53cb7e604ce8ad5117a9d68091d997db68 /print/lyx16/Makefile | |
parent | Update port to 0.8.9 (diff) |
Incorporate patch-1.1.4fix2.gz.
Diffstat (limited to 'print/lyx16/Makefile')
-rw-r--r-- | print/lyx16/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 6deb4281a7ae..b682814b1412 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -7,14 +7,14 @@ # DISTNAME= lyx-1.1.4 -PKGNAME= lyx-1.1.4.1 +PKGNAME= lyx-1.1.4.2 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \ ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/ PATCH_SITES= ${MASTER_SITES} -PATCHFILES= patch-1.1.4fix1.gz +PATCHFILES= patch-1.1.4fix1.gz patch-1.1.4fix2.gz PATCH_DIST_STRIP= -p1 MAINTAINER= dirk@FreeBSD.org |