diff options
author | taoka <taoka@FreeBSD.org> | 2000-02-18 09:18:12 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-02-18 09:18:12 +0000 |
commit | 1bd543574c208b494f112e2ee626b650965e4534 (patch) | |
tree | 03c230a3eae401c6e91dccb50eff99494e71fd28 /editors/yudit/Makefile | |
parent | da894474c2535e3797e90d9dc3840fcd84dd7a6d (diff) | |
download | FreeBSD-ports-1bd543574c208b494f112e2ee626b650965e4534.zip FreeBSD-ports-1bd543574c208b494f112e2ee626b650965e4534.tar.gz |
Update to 1.5
PR: 16725
Submitted by: maintainer
Diffstat (limited to 'editors/yudit/Makefile')
-rw-r--r-- | editors/yudit/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index d0fda7d..bb7d5eb 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -5,8 +5,11 @@ # # $FreeBSD$ # +# +# +# -DISTNAME= yudit-1.3 +DISTNAME= yudit-1.5 CATEGORIES= editors converters print MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/editors/X @@ -22,9 +25,6 @@ MAKE_ENV= LC_ALL=C MAN1= yudit.1 makeumap.1 stripumap.1 uniconv.1 uniprint.1 USE_GMAKE= YES -pre-patch: - ${CP} ${FILESDIR}/*map ${WRKSRC}/data - post-install: cd ${PREFIX}/bin/ && strip yudit stripumap uniconv uniprint |