Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 20:38:29 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331317 - head/games/abuse_sdl
Message-ID:  <201310222038.r9MKcT7N035572@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmx.ch
+MAINTAINER=	nemysis@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310222038.r9MKcT7N035572>