diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-16 02:05:15 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-16 02:05:15 +0800 |
commit | e8918215b7a0c51766af92959d3fe94552a67018 (patch) | |
tree | 293d0cf1bde2cb8a7536def2d9d67df0e512a40c /editors/zile | |
parent | 4ca2761931a302de87dfde34785e259f551bfaec (diff) | |
download | freebsd-ports-gnome-e8918215b7a0c51766af92959d3fe94552a67018.tar.gz freebsd-ports-gnome-e8918215b7a0c51766af92959d3fe94552a67018.tar.zst freebsd-ports-gnome-e8918215b7a0c51766af92959d3fe94552a67018.zip |
- Update to 2.0.2
PR: ports/78879
Submitted by: Ports Fury
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 5 | ||||
-rw-r--r-- | editors/zile/distinfo | 4 | ||||
-rw-r--r-- | editors/zile/pkg-plist | 8 |
3 files changed, 5 insertions, 12 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 1f00e7565600..a05e71a4e360 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zile -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,6 +25,7 @@ MAN1= zile.1 INFO= zile PLIST_FILES= bin/zile %%DATADIR%%/AUTODOC %%DATADIR%%/FAQ %%DATADIR%%/HELP \ %%DATADIR%%/TUTORIAL %%DATADIR%%/zilerc.sample +PLIST_DIRS= %%DATADIR%% post-extract: @${RM} -f ${WRKSRC}/doc/zile.info @@ -35,6 +36,6 @@ post-patch: 's|_FOR_BUILD||g' pre-configure: - @cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} + @cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} .include <bsd.port.mk> diff --git a/editors/zile/distinfo b/editors/zile/distinfo index ea8c34d04025..f0513129c8df 100644 --- a/editors/zile/distinfo +++ b/editors/zile/distinfo @@ -1,2 +1,2 @@ -MD5 (zile-2.0.1.tar.gz) = 4cc182d72699611dfcfc9ed04588ece1 -SIZE (zile-2.0.1.tar.gz) = 339755 +MD5 (zile-2.0.2.tar.gz) = 7ae89820ca6a1c2c66b353e9155b6534 +SIZE (zile-2.0.2.tar.gz) = 339825 diff --git a/editors/zile/pkg-plist b/editors/zile/pkg-plist deleted file mode 100644 index ae2b0db643a9..000000000000 --- a/editors/zile/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -@comment $FreeBSD$ -bin/zile -%%DATADIR%%/AUTODOC -%%DATADIR%%/FAQ -%%DATADIR%%/HELP -%%DATADIR%%/TUTORIAL -%%DATADIR%%/zilerc.sample -@dirrm %%DATADIR%% |