1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Really fix gxedit...

- use %%DOCSDIR%% and %%DATADIR%%
This commit is contained in:
Clement Laforet 2004-03-03 13:53:47 +00:00
parent 6c469d4c86
commit ade55e56d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102825
2 changed files with 13 additions and 12 deletions

View File

@ -10,7 +10,7 @@ PORTVERSION= 1.23
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.cyberspace.org/~elfguy00/
DISTNAME= GXedit${PORTVERSION}
DISTNAME= GXedit-${PORTVERSION}
MAINTAINER= dom@happygiraffe.net
COMMENT= A simple GTK+ editor
@ -18,6 +18,7 @@ COMMENT= A simple GTK+ editor
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GNOME= gtk12
WRKSRC= ${WRKDIR}/GXedit${PORTVERSION}
ALL_TARGET= gxedit

View File

@ -3,14 +3,14 @@ bin/ftp-put.sh
bin/ftp.sh
bin/gtk-shell
bin/gxedit
share/gxedit/popmail.scr
share/gxedit/traceroute.scr
share/gxedit/userinfo.scr
share/gxedit/www.scr
share/doc/gxedit/charmap.txt
share/doc/gxedit/manual.ps
share/doc/gxedit/manual.txt
share/doc/gxedit/quickref.ps
share/doc/gxedit/quickref.txt
@dirrm share/gxedit/
@dirrm share/doc/gxedit/
%%DATADIR%%/popmail.scr
%%DATADIR%%/traceroute.scr
%%DATADIR%%/userinfo.scr
%%DATADIR%%/www.scr
%%DOCSDIR%%/charmap.txt
%%DOCSDIR%%/manual.ps
%%DOCSDIR%%/manual.txt
%%DOCSDIR%%/quickref.ps
%%DOCSDIR%%/quickref.txt
@dirrm %%DATADIR%%
@dirrm %%DOCSDIR%%