svn commit: r407382 - head/games/xlogical
Pawel Pekala
pawel at FreeBSD.org
Wed Jan 27 20:05:00 UTC 2016
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
- at dirrm var/xlogical
- at dirrmtry var
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
- at dirrm %%DATADIR%%/images
- at dirrm %%DATADIR%%/music
- at dirrm %%DATADIR%%/sound
- at dirrm %%DATADIR%%
More information about the svn-ports-all
mailing list