diff options
author | dirk <dirk@FreeBSD.org> | 2000-08-04 12:41:49 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-08-04 12:41:49 +0000 |
commit | d88dc27d96509c3a3e07996870c5c912253b42be (patch) | |
tree | a5f0ad9c009aa78e62dee1e8d1131c8173f016d2 /print/lyx-devel/Makefile | |
parent | 5939244064314f7f0fb017f3e3da1b9638e0ab80 (diff) | |
download | FreeBSD-ports-d88dc27d96509c3a3e07996870c5c912253b42be.zip FreeBSD-ports-d88dc27d96509c3a3e07996870c5c912253b42be.tar.gz |
Upgrade to 1.1.5fix1.
Diffstat (limited to 'print/lyx-devel/Makefile')
-rw-r--r-- | print/lyx-devel/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 18822e8..eea154c 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/Makefile @@ -6,11 +6,16 @@ # PORTNAME= lyx -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.5.1 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/ +DISTNAME= lyx-1.1.5 + +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= patch-1.1.5fix1.gz +PATCH_DIST_STRIP= -p1 MAINTAINER= dirk@FreeBSD.org |