svn commit: r369146 - head/games/lincity-ng
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Sep 24 01:45:43 UTC 2014
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 at FreeBSD.org
+MAINTAINER= games at 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:
More information about the svn-ports-all
mailing list