diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-16 14:36:15 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-11-16 14:36:15 +0000 |
commit | a187a307f551b42ce9815d2965ad89f829abc4f8 (patch) | |
tree | eca65024f1f77abc1bbf641c4c02f7e1f8c11091 /editors | |
parent | 15a69b70022b33f7b8ea965f1dd6b5263b44bc3d (diff) | |
download | ports-a187a307f551b42ce9815d2965ad89f829abc4f8.tar.gz ports-a187a307f551b42ce9815d2965ad89f829abc4f8.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/zile/Makefile | 4 | ||||
-rw-r--r-- | editors/zile/files/patch-doc::zile.texi | 13 | ||||
-rw-r--r-- | editors/zile/pkg-plist | 23 |
3 files changed, 26 insertions, 14 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 595ddf86783a..8700d23fee66 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -7,6 +7,7 @@ PORTNAME= zile PORTVERSION= 1.6.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,9 +22,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= zile.1 +INFO= zile post-extract: - ${RM} -f ${WRKSRC}/doc/zile.info + @${RM} -f ${WRKSRC}/doc/zile.info post-install: install-info ${PREFIX}/info/zile.info ${PREFIX}/info/dir diff --git a/editors/zile/files/patch-doc::zile.texi b/editors/zile/files/patch-doc::zile.texi new file mode 100644 index 000000000000..4062bd9ad5f6 --- /dev/null +++ b/editors/zile/files/patch-doc::zile.texi @@ -0,0 +1,13 @@ +--- doc/zile.texi.orig Mon Apr 15 00:35:14 2002 ++++ doc/zile.texi Wed Nov 12 18:56:00 2003 +@@ -1,6 +1,10 @@ + \input texinfo @c -*-texinfo-*- + @setfilename zile.info + @settitle The Zile Manual ++@dircategory Editors ++@direntry ++* Zile: (zile). A customizable, self-documenting real-time display editor. ++@end direntry + + @c If "finalout" is commented out, the printed output will show + @c black boxes that mark lines that are too long. Thus, it is diff --git a/editors/zile/pkg-plist b/editors/zile/pkg-plist index 7977898389f4..0f879715d7ee 100644 --- a/editors/zile/pkg-plist +++ b/editors/zile/pkg-plist @@ -1,15 +1,12 @@ @comment $FreeBSD$ bin/zile -@unexec install-info --delete %D/info/zile.info %D/info/dir -info/zile.info -@exec install-info %D/info/zile.info %D/info/dir -share/zile/AUTODOC -share/zile/FAQ -share/zile/HELP -share/zile/LATEST_VERSION -share/zile/MINIHELP1 -share/zile/MINIHELP2 -share/zile/MINIHELP3 -share/zile/TUTORIAL -share/zile/zilerc.sample -@dirrm share/zile +%%DATADIR%%/AUTODOC +%%DATADIR%%/FAQ +%%DATADIR%%/HELP +%%DATADIR%%/LATEST_VERSION +%%DATADIR%%/MINIHELP1 +%%DATADIR%%/MINIHELP2 +%%DATADIR%%/MINIHELP3 +%%DATADIR%%/TUTORIAL +%%DATADIR%%/zilerc.sample +@dirrm %%DATADIR%% |