diff options
Diffstat (limited to 'print/lyx15/Makefile')
-rw-r--r-- | print/lyx15/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 18822e8e0987..eea154c33cac 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/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 |