Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2016 20:04:58 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407382 - head/games/xlogical
Message-ID:  <201601272004.u0RK4wnF076950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Wed Jan 27 20:04:58 2016
New Revision: 407382
URL: https://svnweb.freebsd.org/changeset/ports/407382

Log:
  - Remove deprecated @dirrm
  - Use option helper
  
  Approved by:	portmgr blanket

Modified:
  head/games/xlogical/Makefile
  head/games/xlogical/pkg-plist

Modified: head/games/xlogical/Makefile
==============================================================================
--- head/games/xlogical/Makefile	Wed Jan 27 19:56:35 2016	(r407381)
+++ head/games/xlogical/Makefile	Wed Jan 27 20:04:58 2016	(r407382)
@@ -21,16 +21,12 @@ USE_SDL=	sdl image mixer
 
 OPTIONS_DEFINE=	DOCS
 
-.include <bsd.port.options.mk>
-
 post-extract:
 	@${CHMOD} 755 ${WRKSRC}/missing
 	@${RM} ${WRKSRC}/LICENSE
 
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
+post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/[A-Z][A-Z]* ${STAGEDIR}${DOCSDIR}
-.endif
 
 .include <bsd.port.mk>

Modified: head/games/xlogical/pkg-plist
==============================================================================
--- head/games/xlogical/pkg-plist	Wed Jan 27 19:56:35 2016	(r407381)
+++ head/games/xlogical/pkg-plist	Wed Jan 27 20:04:58 2016	(r407382)
@@ -159,10 +159,3 @@ bin/xlogical
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/TODO
 var/xlogical/xlogical.scores
-@dirrm var/xlogical
-@dirrmtry var
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%/images
-@dirrm %%DATADIR%%/music
-@dirrm %%DATADIR%%/sound
-@dirrm %%DATADIR%%



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