Date: Wed, 24 Sep 2014 01:45:43 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369146 - head/games/lincity-ng Message-ID: <201409240145.s8O1jhjX050951@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Sep 24 01:45:42 2014 New Revision: 369146 URL: http://svnweb.freebsd.org/changeset/ports/369146 QAT: https://qat.redports.org/buildarchive/r369146/ Log: - Switch to PLIST_FILES/PORTDATA/PORTDOCS - Simplify MASTER_SITES - Pass maintainership to games@ Deleted: head/games/lincity-ng/pkg-plist Modified: head/games/lincity-ng/Makefile Modified: head/games/lincity-ng/Makefile ============================================================================== --- head/games/lincity-ng/Makefile Wed Sep 24 01:44:53 2014 (r369145) +++ head/games/lincity-ng/Makefile Wed Sep 24 01:45:42 2014 (r369146) @@ -5,10 +5,9 @@ PORTNAME= lincity-ng PORTVERSION= 2.0 PORTREVISION= 11 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= BERLIOS -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Improved rich city simulation game for X BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam @@ -25,6 +24,12 @@ CONFIGURE_ARGS= --with-libphysfs=${PREFI CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +PLIST_FILES= bin/lincity-ng \ + share/applications/lincity-ng.desktop \ + share/pixmaps/lincity-ng.png +PORTDATA= * +PORTDOCS= * + OPTIONS_DEFINE= DOCS post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409240145.s8O1jhjX050951>