mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Really fix gxedit...
- use %%DOCSDIR%% and %%DATADIR%%
This commit is contained in:
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
|
@ -10,7 +10,7 @@ PORTVERSION= 1.23
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= editors
|
CATEGORIES= editors
|
||||||
MASTER_SITES= http://www.cyberspace.org/~elfguy00/
|
MASTER_SITES= http://www.cyberspace.org/~elfguy00/
|
||||||
DISTNAME= GXedit${PORTVERSION}
|
DISTNAME= GXedit-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= dom@happygiraffe.net
|
MAINTAINER= dom@happygiraffe.net
|
||||||
COMMENT= A simple GTK+ editor
|
COMMENT= A simple GTK+ editor
|
||||||
|
@ -18,6 +18,7 @@ COMMENT= A simple GTK+ editor
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
USE_GNOME= gtk12
|
USE_GNOME= gtk12
|
||||||
|
WRKSRC= ${WRKDIR}/GXedit${PORTVERSION}
|
||||||
|
|
||||||
ALL_TARGET= gxedit
|
ALL_TARGET= gxedit
|
||||||
|
|
||||||
|
|
|
@ -3,14 +3,14 @@ bin/ftp-put.sh
|
||||||
bin/ftp.sh
|
bin/ftp.sh
|
||||||
bin/gtk-shell
|
bin/gtk-shell
|
||||||
bin/gxedit
|
bin/gxedit
|
||||||
share/gxedit/popmail.scr
|
%%DATADIR%%/popmail.scr
|
||||||
share/gxedit/traceroute.scr
|
%%DATADIR%%/traceroute.scr
|
||||||
share/gxedit/userinfo.scr
|
%%DATADIR%%/userinfo.scr
|
||||||
share/gxedit/www.scr
|
%%DATADIR%%/www.scr
|
||||||
share/doc/gxedit/charmap.txt
|
%%DOCSDIR%%/charmap.txt
|
||||||
share/doc/gxedit/manual.ps
|
%%DOCSDIR%%/manual.ps
|
||||||
share/doc/gxedit/manual.txt
|
%%DOCSDIR%%/manual.txt
|
||||||
share/doc/gxedit/quickref.ps
|
%%DOCSDIR%%/quickref.ps
|
||||||
share/doc/gxedit/quickref.txt
|
%%DOCSDIR%%/quickref.txt
|
||||||
@dirrm share/gxedit/
|
@dirrm %%DATADIR%%
|
||||||
@dirrm share/doc/gxedit/
|
@dirrm %%DOCSDIR%%
|
||||||
|
|
Loading…
Add table
Reference in a new issue