diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-04 08:42:25 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-06-04 08:42:25 +0000 |
commit | 9f84e2fd0bf0d496dd074994f1ce741b83f3ac75 (patch) | |
tree | 1543560e8ec38fa21091b3e5d5b558882ba4841d /print/lyx16/Makefile | |
parent | - Use proper POSIX syntax for `chown' in pkg-plist. (diff) |
Upgrade to 1.1.6.2 (i. e. include patch-1.1.6fix2).
Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk>
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 329815cb964b..4a4b4d600a7e 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lyx -PORTVERSION= 1.1.6.1 +PORTVERSION= 1.1.6.2 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \ @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ DISTNAME= lyx-1.1.6 PATCH_SITES= ${MASTER_SITES} -PATCHFILES= patch-1.1.6fix1.gz +PATCHFILES= patch-1.1.6fix1.gz patch-1.1.6fix2.gz PATCH_DIST_STRIP= -p1 MAINTAINER= dirk@FreeBSD.org |