svn commit: r334390 - head/games/corewars
Danilo Egea Gondolfo
danilo at FreeBSD.org
Wed Nov 20 03:32:50 UTC 2013
Author: danilo
Date: Wed Nov 20 03:32:49 2013
New Revision: 334390
URL: http://svnweb.freebsd.org/changeset/ports/334390
Log:
- Convert USE_GMAKE to USES
- Add stage support
Modified:
head/games/corewars/Makefile
head/games/corewars/pkg-plist
Modified: head/games/corewars/Makefile
==============================================================================
--- head/games/corewars/Makefile Wed Nov 20 03:24:31 2013 (r334389)
+++ head/games/corewars/Makefile Wed Nov 20 03:32:49 2013 (r334390)
@@ -18,19 +18,11 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.if defined(.PARSEDIR)
-USE_GMAKE= yes
+USES= gmake
.endif
-MAN6= corewars.6
-MLINKS= corewars.6 corewars-cmd.6
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
Modified: head/games/corewars/pkg-plist
==============================================================================
--- head/games/corewars/pkg-plist Wed Nov 20 03:24:31 2013 (r334389)
+++ head/games/corewars/pkg-plist Wed Nov 20 03:32:49 2013 (r334390)
@@ -1,5 +1,7 @@
bin/corewars
bin/corewars-cmd
+man/man6/corewars-cmd.6.gz
+man/man6/corewars.6.gz
%%DATADIR%%/abez.cw
%%DATADIR%%/agent.cw
%%DATADIR%%/backspawner.cw
More information about the svn-ports-head
mailing list