svn commit: r331317 - head/games/abuse_sdl
Rusmir Dusko
nemysis at FreeBSD.org
Tue Oct 22 20:38:30 UTC 2013
Author: nemysis
Date: Tue Oct 22 20:38:29 2013
New Revision: 331317
URL: http://svnweb.freebsd.org/changeset/ports/331317
Log:
- Change maintainer email to @FreeBSD.org
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit)
Modified:
head/games/abuse_sdl/Makefile
head/games/abuse_sdl/pkg-plist
Modified: head/games/abuse_sdl/Makefile
==============================================================================
--- head/games/abuse_sdl/Makefile Tue Oct 22 20:22:46 2013 (r331316)
+++ head/games/abuse_sdl/Makefile Tue Oct 22 20:38:29 2013 (r331317)
@@ -8,19 +8,17 @@ MASTER_SITES= GENTOO/distfiles \
http://abuse.zoy.org/raw-attachment/wiki/download/
DISTNAME= abuse-${DISTVERSION}
-MAINTAINER= nemysis at gmx.ch
+MAINTAINER= nemysis at FreeBSD.org
COMMENT= SDL port of the Abuse game engine
LICENSE= GPLv2
-USES= pathfix
+USES= pathfix
USE_GL= gl
USE_SDL= mixer sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-assetdir=${DATADIR} --enable-release
-MAN6= abuse.6 abuse-tool.6
-
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
@@ -29,15 +27,10 @@ PORTDOCS= AUTHORS ChangeLog NEWS README
DESKTOP_ENTRIES="Abuse-SDL" "${COMMENT}" "abuse" \
"abuse" "Game;StrategyGame;" false
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-install:
- ${INSTALL_DATA} ${WRKSRC}/doc/abuse.png ${PREFIX}/share/pixmaps/
+ ${INSTALL_DATA} ${WRKSRC}/doc/abuse.png ${STAGEDIR}${PREFIX}/share/pixmaps/
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Modified: head/games/abuse_sdl/pkg-plist
==============================================================================
--- head/games/abuse_sdl/pkg-plist Tue Oct 22 20:22:46 2013 (r331316)
+++ head/games/abuse_sdl/pkg-plist Tue Oct 22 20:38:29 2013 (r331317)
@@ -1,5 +1,7 @@
bin/abuse
bin/abuse-tool
+man/man6/abuse-tool.6.gz
+man/man6/abuse.6.gz
%%DATADIR%%/abuse.bmp
%%DATADIR%%/abuse.lsp
%%DATADIR%%/abuse.png
More information about the svn-ports-all
mailing list