Date: Thu, 21 Nov 2013 13:34:33 +0000 (UTC) From: Ganael LAPLANCHE <martymac@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334489 - head/games/afternoonstalker Message-ID: <201311211334.rALDYXY0004366@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: martymac Date: Thu Nov 21 13:34:33 2013 New Revision: 334489 URL: http://svnweb.freebsd.org/changeset/ports/334489 Log: - Enable staging - Use new LIB_DEPENDS format - Always stage documentation Modified: head/games/afternoonstalker/Makefile head/games/afternoonstalker/pkg-plist (contents, props changed) Modified: head/games/afternoonstalker/Makefile ============================================================================== --- head/games/afternoonstalker/Makefile Thu Nov 21 13:33:27 2013 (r334488) +++ head/games/afternoonstalker/Makefile Thu Nov 21 13:34:33 2013 (r334489) @@ -12,7 +12,7 @@ COMMENT= A clone of the 1981 Night Stalk LICENSE= GPLv2 -LIB_DEPENDS= flatzebra:${PORTSDIR}/devel/flatzebra +LIB_DEPENDS= libflatzebra-0.1.so:${PORTSDIR}/devel/flatzebra USES= pkgconfig USE_SDL= mixer sdl @@ -20,20 +20,12 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN6= afternoonstalker.6 PORTDOCS= AUTHORS COPYING INSTALL NEWS README THANKS TODO -NO_STAGE= yes -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|^pkgsounddir =.*|pkgsounddir = ${DATADIR}/sounds|' \ ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|docdir = .*|docdir = ${DOCSDIR}|' \ ${WRKSRC}/Makefile.in -.if empty(PORT_OPTIONS:MDOCS) - @${REINPLACE_CMD} -e '/^install-data-am/s|install-docDATA||' \ - ${WRKSRC}/Makefile.in -.endif .include <bsd.port.mk> Modified: head/games/afternoonstalker/pkg-plist ============================================================================== --- head/games/afternoonstalker/pkg-plist Thu Nov 21 13:33:27 2013 (r334488) +++ head/games/afternoonstalker/pkg-plist Thu Nov 21 13:34:33 2013 (r334489) @@ -1,4 +1,5 @@ bin/afternoonstalker +man/man6/afternoonstalker.6.gz share/applications/afternoonstalker.desktop share/pixmaps/afternoonstalker.png %%DATADIR%%/maze0.set
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311211334.rALDYXY0004366>