svn commit: r405706 - head/games/avoision

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jan 10 14:59:56 UTC 2016


Author: amdmi3
Date: Sun Jan 10 14:59:54 2016
New Revision: 405706
URL: https://svnweb.freebsd.org/changeset/ports/405706

Log:
  - Drop unneeded PLIST_DIRS
  - Switch to options helpers

Modified:
  head/games/avoision/Makefile

Modified: head/games/avoision/Makefile
==============================================================================
--- head/games/avoision/Makefile	Sun Jan 10 14:59:50 2016	(r405705)
+++ head/games/avoision/Makefile	Sun Jan 10 14:59:54 2016	(r405706)
@@ -20,7 +20,7 @@ LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-
 BUILD_DEPENDS=	${LOCALBASE}/lib/libradius-engine.a:${PORTSDIR}/graphics/radius-engine
 LIB_DEPENDS=	liblua-5.1.so:${PORTSDIR}/lang/lua51 \
 		libpng.so:${PORTSDIR}/graphics/png \
-		libphysfs.so.1:${PORTSDIR}/devel/physfs
+		libphysfs.so:${PORTSDIR}/devel/physfs
 RUN_DEPENDS=	zip:${PORTSDIR}/archivers/zip
 
 USES=		pkgconfig
@@ -33,13 +33,12 @@ PLIST_FILES=	bin/${PORTNAME} \
 		share/applications/${PORTNAME}.desktop \
 		share/pixmaps/${PORTNAME}.png \
 		%%DATADIR%%/${PORTNAME}.zip
-PLIST_DIRS=	%%DATADIR%%
 
 PORTDOCS=	ChangeLog
 
 OPTIONS_DEFINE=	DOCS
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list