diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-30 23:11:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-30 23:11:02 +0000 |
commit | 642bbdb03dfffb339748f63c6365d686cdd01b21 (patch) | |
tree | 2d27e4c52eee5d979f1117809774da4ce7df6be1 /editors/scite | |
parent | ca303a65166ae4160f21e86391922620e0b758ba (diff) |
- Add missing man page and bump PORTREVISION
Noticed by: bento via kris
Notes
Notes:
svn path=/head/; revision=99554
Diffstat (limited to 'editors/scite')
-rw-r--r-- | editors/scite/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index dde89e6409ea..5ab8c639089c 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -7,6 +7,7 @@ PORTNAME= scite PORTVERSION= 1.58 +PORTREVISION= 1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.scintilla.org/ @@ -35,6 +36,8 @@ USE_GNOME+= gtk12 MAKE_ARGS= GTK1=yes .endif +MAN1= scite.1 + pre-everything:: @${ECHO_MSG} "" @${ECHO_MSG} "SciTE has the following tunable option(s):" |