diff options
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 |