diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-11 02:48:06 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-11 02:48:06 +0800 |
commit | 87eda7ee45a28427079da080b9d50a8be6ddbe4f (patch) | |
tree | a996d398d016aa23eb280c6c8ba83f9be36b50c9 /editors/scite | |
parent | 73ffa39271f5e6705020741daac7c4a016fdbb11 (diff) | |
download | freebsd-ports-gnome-87eda7ee45a28427079da080b9d50a8be6ddbe4f.tar.gz freebsd-ports-gnome-87eda7ee45a28427079da080b9d50a8be6ddbe4f.tar.zst freebsd-ports-gnome-87eda7ee45a28427079da080b9d50a8be6ddbe4f.zip |
- fix plist
- bump PORTREVESION
Submitted by: krismail
Diffstat (limited to 'editors/scite')
-rw-r--r-- | editors/scite/Makefile | 2 | ||||
-rw-r--r-- | editors/scite/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 6dbb5a0df427..f4336a5fb05a 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -7,7 +7,7 @@ PORTNAME= scite PORTVERSION= 1.71 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.scintilla.org/ diff --git a/editors/scite/pkg-plist b/editors/scite/pkg-plist index f97ba06b20a4..67ec260ed785 100644 --- a/editors/scite/pkg-plist +++ b/editors/scite/pkg-plist @@ -1,7 +1,6 @@ bin/SciTE share/applications/SciTE.desktop share/pixmaps/Sci48M.png -share/pixmaps %%DATADIR%%/Embedded.properties %%DATADIR%%/PrintHi.png %%DATADIR%%/SciBreak2.jpg @@ -78,4 +77,5 @@ share/pixmaps %%DATADIR%%/vhdl.properties %%DATADIR%%/yaml.properties @dirrm %%DATADIR%% +@dirrmtry share/pixmaps @dirrmtry share/applications |