Date: Wed, 24 Sep 2014 01:44:02 +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: r369143 - head/games/adonthell Message-ID: <201409240144.s8O1i2vb050394@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Sep 24 01:44:02 2014 New Revision: 369143 URL: http://svnweb.freebsd.org/changeset/ports/369143 QAT: https://qat.redports.org/buildarchive/r369143/ Log: - Switch to PLIST_FILES/PORTDATA - Pass maintainership to games@ Deleted: head/games/adonthell/pkg-plist Modified: head/games/adonthell/Makefile Modified: head/games/adonthell/Makefile ============================================================================== --- head/games/adonthell/Makefile Wed Sep 24 01:43:20 2014 (r369142) +++ head/games/adonthell/Makefile Wed Sep 24 01:44:02 2014 (r369143) @@ -10,7 +10,7 @@ MASTER_SITES= SAVANNAH DISTFILES= ${PORTNAME}-src-${PORTVERSION}${EXTRACT_SUFX} \ wastesedge-src-${WEDGE_VERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Free role playing game LICENSE= GPLv2 @@ -29,7 +29,12 @@ CONFIGURE_ARGS= --disable-py-debug CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_SUB= VERSION="${PORTVERSION:R}" +PLIST_FILES= bin/adonthell \ + bin/adonthell-${PORTVERSION:R} \ + bin/adonthell-wastesedge \ + share/pixmaps/wastesedge_16x16.xpm \ + share/pixmaps/wastesedge_32x32.xpm +PORTDATA= * BROKEN_sparc64= Does not build on sparc64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409240144.s8O1i2vb050394>