svn commit: r369143 - head/games/adonthell

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Sep 24 01:44:03 UTC 2014


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 at FreeBSD.org
+MAINTAINER=	games at 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
 


More information about the svn-ports-head mailing list