diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-20 03:02:50 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-05-20 03:02:50 +0000 |
commit | 7fe86230642869b122b79e6eef1869eecac34891 (patch) | |
tree | 73905dc213df6d2e670606d87768d31959f6d2be /editors/yudit | |
parent | 86172073a81688d61bc8291a550b76ba5869a3f5 (diff) | |
download | ports-7fe86230642869b122b79e6eef1869eecac34891.tar.gz ports-7fe86230642869b122b79e6eef1869eecac34891.zip |
Notes
Diffstat (limited to 'editors/yudit')
-rw-r--r-- | editors/yudit/Makefile | 10 | ||||
-rw-r--r-- | editors/yudit/distinfo | 1 |
2 files changed, 8 insertions, 3 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index eb783f280aa4..a6f5761f5e07 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -6,20 +6,24 @@ # PORTNAME= yudit -PORTVERSION= 1.5 +PORTVERSION= 1.5.p1 CATEGORIES= editors converters print MASTER_SITES= http://yudit.org/download/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X +PATCH_SITES= http://yudit.org/download/ +PATCHFILES= yudit-1.5.patch1 +PATCH_DIST_STRIP= -p1 + MAINTAINER= rch@WriteMe.Com LIB_DEPENDS= ttf.4:${PORTSDIR}/print/freetype BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext -CONFIGURE_ENV= LC_ALL=C +CONFIGURE_ENV= LC_ALL= GNU_CONFIGURE= YES -MAKE_ENV= LC_ALL=C +MAKE_ENV= LC_ALL= MAN1= yudit.1 makeumap.1 stripumap.1 uniconv.1 uniprint.1 USE_GMAKE= YES diff --git a/editors/yudit/distinfo b/editors/yudit/distinfo index 30c750579f2d..01f28ab1f70e 100644 --- a/editors/yudit/distinfo +++ b/editors/yudit/distinfo @@ -1 +1,2 @@ MD5 (yudit-1.5.tar.gz) = db5388739912171aa8399ac5a7cb34ee +MD5 (yudit-1.5.patch1) = 37dac132504024246921611cc6d88fe2 |