diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-27 20:19:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-27 20:19:12 +0800 |
commit | 608f43327ed8d6c1fc5c5332e797de6c4827654b (patch) | |
tree | e28974cec2b6de15efe89f3147e31fa33900984a /editors/joe | |
parent | da7865a685645fa65b485365419b6e78d1a80314 (diff) | |
download | freebsd-ports-gnome-608f43327ed8d6c1fc5c5332e797de6c4827654b.tar.gz freebsd-ports-gnome-608f43327ed8d6c1fc5c5332e797de6c4827654b.tar.zst freebsd-ports-gnome-608f43327ed8d6c1fc5c5332e797de6c4827654b.zip |
Cleanup plist
Diffstat (limited to 'editors/joe')
-rw-r--r-- | editors/joe/pkg-plist | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/editors/joe/pkg-plist b/editors/joe/pkg-plist index 28e7ff8b93ae..6419c438b31d 100644 --- a/editors/joe/pkg-plist +++ b/editors/joe/pkg-plist @@ -27,7 +27,6 @@ bin/termidx @unexec if cmp -s %D/%%ETCDIR%%/rjoerc.dist %D/%%ETCDIR%%/rjoerc; then rm -f %D/%%ETCDIR%%/rjoerc; fi %%ETCDIR%%/rjoerc.dist @exec if [ ! -f %D/%%ETCDIR%%/rjoerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/rjoerc; fi -@dirrmtry %%ETCDIR%% %%DATADIR%%/charmaps/klingon %%DATADIR%%/lang/de.po %%DATADIR%%/lang/fr.po @@ -76,12 +75,5 @@ bin/termidx %%DATADIR%%/syntax/verilog.jsf %%DATADIR%%/syntax/vhdl.jsf %%DATADIR%%/syntax/xml.jsf -%%PORTDOCS%%@dirrm %%DOCSDIR%% man/man1/joe.1.gz man/ru/man1/joe.1.gz -@dirrmtry man/ru/man1 -@dirrmtry man/ru -@dirrmtry %%DATADIR%%/charmaps -@dirrmtry %%DATADIR%%/lang -@dirrmtry %%DATADIR%%/syntax -@dirrmtry %%DATADIR%% |