diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2014-09-22 16:08:35 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2014-09-22 16:08:35 +0000 |
commit | 002f47af95c56773671214eef25a7fc4238741ba (patch) | |
tree | f05cc61f2ceb26076e89f748e7786273d598d6f6 /graphics/yagf | |
parent | 830519b03081b77ec2d574da5edc8d495c5b6f67 (diff) | |
download | ports-002f47af95c56773671214eef25a7fc4238741ba.tar.gz ports-002f47af95c56773671214eef25a7fc4238741ba.zip |
Notes
Diffstat (limited to 'graphics/yagf')
-rw-r--r-- | graphics/yagf/Makefile | 4 | ||||
-rw-r--r-- | graphics/yagf/pkg-plist | 16 |
2 files changed, 4 insertions, 16 deletions
diff --git a/graphics/yagf/Makefile b/graphics/yagf/Makefile index 2ac456ea9836..dca367877dd2 100644 --- a/graphics/yagf/Makefile +++ b/graphics/yagf/Makefile @@ -31,6 +31,10 @@ USE_QT4= corelib gui imageformats linguist_build \ CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include +PLIST_FILES= bin/yagf lib/yagf/libxspreload.so share/applications/YAGF.desktop\ + share/icons/hicolor/96x96/apps/yagf.png share/pixmaps/yagf.png +PORTDATA= * + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCUNEIFORM} diff --git a/graphics/yagf/pkg-plist b/graphics/yagf/pkg-plist deleted file mode 100644 index bbcb228b5e87..000000000000 --- a/graphics/yagf/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/yagf -lib/yagf/libxspreload.so -share/applications/YAGF.desktop -share/icons/hicolor/96x96/apps/yagf.png -share/pixmaps/yagf.png -%%DATADIR%%/translations/yagf_fr.qm -%%DATADIR%%/translations/yagf_ru.qm -@comment those are yagf directories -@dirrm lib/yagf -@dirrm share/yagf/translations -@dirrm share/yagf -@comment those are shared directories -@dirrmtry share/icons/hicolor/96x96/apps -@dirrmtry share/icons/hicolor/96x96 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons |