diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-09 18:00:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-01-09 18:00:18 +0000 |
commit | 3a7ca2b2827fa87cb5e1128d4b4436b3560b9669 (patch) | |
tree | dcbee7a3b426f5ee92cc002a8ec1264d436b4199 | |
parent | 89c0b0782c097fd709d9d3eadff00aeac494b201 (diff) | |
download | ports-3a7ca2b2827fa87cb5e1128d4b4436b3560b9669.tar.gz ports-3a7ca2b2827fa87cb5e1128d4b4436b3560b9669.zip |
Notes
-rw-r--r-- | games/libdungeonmaker/Makefile | 2 | ||||
-rw-r--r-- | games/libdungeonmaker/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/libdungeonmaker/Makefile b/games/libdungeonmaker/Makefile index dfa0dc25fc51..6d938a3120b9 100644 --- a/games/libdungeonmaker/Makefile +++ b/games/libdungeonmaker/Makefile @@ -10,6 +10,8 @@ DISTNAME= dungeonmaker-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Program/library that "grows" dungeons for use in isometric games +LICENSE= GPLv1 + USE_LDCONFIG= yes SUB_FILES= pkg-message diff --git a/games/libdungeonmaker/pkg-plist b/games/libdungeonmaker/pkg-plist index 59fa99e6d7a9..56efab07ed00 100644 --- a/games/libdungeonmaker/pkg-plist +++ b/games/libdungeonmaker/pkg-plist @@ -35,5 +35,3 @@ lib/libdungeonmaker.so.2 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/designEmpty2 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/designOld1 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/main.cpp -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% |