diff options
-rw-r--r-- | games/simsu/Makefile | 3 | ||||
-rw-r--r-- | games/simsu/pkg-plist | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/games/simsu/Makefile b/games/simsu/Makefile index f0302343a1bb..385ec4616be3 100644 --- a/games/simsu/Makefile +++ b/games/simsu/Makefile @@ -11,7 +11,8 @@ EXTRACT_SUFX= -src.tar.bz2 MAINTAINER= games@FreeBSD.org COMMENT= Basic Sudoku game -LICENSE= GPLv3 +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING USES= qmake tar:bzip2 USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ diff --git a/games/simsu/pkg-plist b/games/simsu/pkg-plist index cb544b4cb1f6..272451231c23 100644 --- a/games/simsu/pkg-plist +++ b/games/simsu/pkg-plist @@ -23,5 +23,3 @@ share/pixmaps/simsu.xpm %%NLS%%%%DATADIR%%/translations/simsu_ro.qm %%NLS%%%%DATADIR%%/translations/simsu_ru.qm %%NLS%%%%DATADIR%%/translations/simsu_uk.qm -%%NLS%%@dirrm %%DATADIR%%/translations -%%NLS%%@dirrm %%DATADIR%% |