aboutsummaryrefslogtreecommitdiff
path: root/games/libdungeonmaker
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-08 14:04:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-08 14:04:50 +0000
commit178592ab3637bd38a2921320ded2c7aada16c651 (patch)
tree9e0a5f2bf0bf9056a0f900431decc1e0f872c25a /games/libdungeonmaker
parentce08871d8a541cb702985fc10424d4c96de022df (diff)
downloadports-178592ab3637bd38a2921320ded2c7aada16c651.tar.gz
ports-178592ab3637bd38a2921320ded2c7aada16c651.zip
Notes
Diffstat (limited to 'games/libdungeonmaker')
-rw-r--r--games/libdungeonmaker/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/libdungeonmaker/Makefile b/games/libdungeonmaker/Makefile
index ebf9aa508272..b24a69b03ebf 100644
--- a/games/libdungeonmaker/Makefile
+++ b/games/libdungeonmaker/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libdungeonmaker
PORTVERSION= 2.05
+PORTREVISION= 1
CATEGORIES= games devel
MASTER_SITES= SF/dungeonmaker/dungeonmaker/${PORTVERSION}
DISTNAME= dungeonmaker-${PORTVERSION}
@@ -21,7 +22,7 @@ MAKEFILE= Makefile.bsd
OPTIONS_DEFINE= DOCS EXAMPLES
do-install:
- ${INSTALL_LIB} ${WRKSRC}/libdungeonmaker.a ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/libdungeonmaker.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/libdungeonmaker.so ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/libdungeonmaker.so.2 ${STAGEDIR}${PREFIX}/lib
${INSTALL} ${WRKSRC}/DungeonMaker.h ${STAGEDIR}${PREFIX}/include