svn commit: r334649 - head/games/avoision

Rusmir Dusko nemysis at FreeBSD.org
Sat Nov 23 08:57:06 UTC 2013


Author: nemysis
Date: Sat Nov 23 08:57:06 2013
New Revision: 334649
URL: http://svnweb.freebsd.org/changeset/ports/334649

Log:
  - Change maintainer email to @FreeBSD.org
  - Use the new format for LIB_DEPENDS
  - Support STAGEDIR
  
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/games/avoision/Makefile

Modified: head/games/avoision/Makefile
==============================================================================
--- head/games/avoision/Makefile	Sat Nov 23 08:47:39 2013	(r334648)
+++ head/games/avoision/Makefile	Sat Nov 23 08:57:06 2013	(r334649)
@@ -7,7 +7,7 @@ PORTREVISION=	3
 CATEGORIES=	games
 MASTER_SITES=	SF/avsn/
 
-MAINTAINER=	nemysis at gmx.ch
+MAINTAINER=	nemysis at FreeBSD.org
 COMMENT=	Simple collect-dots-avoid-blocks game
 
 LICENSE=	GPLv2 CCbyNCSA3
@@ -18,9 +18,9 @@ LICENSE_FILE_CCbyNCSA3=${WRKSRC}/License
 LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine
-LIB_DEPENDS=	lua-5.1:${PORTSDIR}/lang/lua \
-		png15:${PORTSDIR}/graphics/png \
-		physfs.1:${PORTSDIR}/devel/physfs
+LIB_DEPENDS=	liblua-5.1.so:${PORTSDIR}/lang/lua \
+		libpng15.so:${PORTSDIR}/graphics/png \
+		libphysfs.so.1:${PORTSDIR}/devel/physfs
 RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
 USES=		pkgconfig
@@ -39,13 +39,8 @@ PORTDOCS=	ChangeLog
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 post-install:
-.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>


More information about the svn-ports-all mailing list