mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
f4180f6a01
- Use options helpers - Add stage support PR: ports/182887 Submitted by: Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
15 lines
686 B
Plaintext
15 lines
686 B
Plaintext
bin/repsnapper
|
|
@unexec if cmp -s %D/etc/xdg/repsnapper/repsnapper.conf.sample %D/etc/xdg/repsnapper/repsnapper.conf; then rm -f %D/etc/xdg/repsnapper/repsnapper.conf; fi
|
|
etc/xdg/repsnapper/repsnapper.conf.sample
|
|
@exec if [ ! -f %D/etc/xdg/repsnapper/repsnapper.conf ] ; then cp -p %D/%F %B/repsnapper.conf; fi
|
|
share/applications/repsnapper.desktop
|
|
%%NLS%%share/locale/en_GB/LC_MESSAGES/repsnapper.mo
|
|
%%NLS%%share/locale/de_DE/LC_MESSAGES/repsnapper.mo
|
|
%%DATADIR%%/repsnapper.ui
|
|
%%DATADIR%%/repsnapper.svg
|
|
share/icons/hicolor/scalable/apps/repsnapper.svg
|
|
@dirrmtry etc/xdg/repsnapper
|
|
%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES
|
|
%%NLS%%@dirrmtry share/locale/de_DE
|
|
@dirrm %%DATADIR%%
|