diff options
author | dirk <dirk@FreeBSD.org> | 2000-03-19 14:06:37 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-03-19 14:06:37 +0000 |
commit | dcb34bdcb9ff1f01d5159458477d78a9eb38bd86 (patch) | |
tree | 6ace91a0c245851da224f11af4c26797dc060ea7 /print/lyx-devel/Makefile | |
parent | facf5aede27ee71b38d4f39baa0dc71f14d68a30 (diff) | |
download | FreeBSD-ports-dcb34bdcb9ff1f01d5159458477d78a9eb38bd86.zip FreeBSD-ports-dcb34bdcb9ff1f01d5159458477d78a9eb38bd86.tar.gz |
Incorporate patch-1.1.4fix2.gz.
Diffstat (limited to 'print/lyx-devel/Makefile')
-rw-r--r-- | print/lyx-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 6deb428..b682814 100644 --- a/print/lyx-devel/Makefile +++ b/print/lyx-devel/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 |