Index: branches/2015Q4/games/super_methane_brothers/pkg-req =================================================================== --- branches/2015Q4/games/super_methane_brothers/pkg-req (revision 399194) +++ branches/2015Q4/games/super_methane_brothers/pkg-req (nonexistent) @@ -1,16 +0,0 @@ -#!/bin/sh - -SCOREFILE="/var/games/methane.scores" - -if [ "x$2" = "xPOST-INSTALL" ]; then - mkdir -p /var/games - touch $SCOREFILE - chown root:games $SCOREFILE - chmod 664 $SCOREFILE -fi - -if [ "x$2" = "xPOST-DEINSTALL" ]; then - if [ ! -s $SCOREFILE ]; then - rm -f $SCOREFILE - fi -fi Property changes on: branches/2015Q4/games/super_methane_brothers/pkg-req ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: branches/2015Q4/games/super_methane_brothers/Makefile =================================================================== --- branches/2015Q4/games/super_methane_brothers/Makefile (revision 399194) +++ branches/2015Q4/games/super_methane_brothers/Makefile (revision 399195) @@ -1,53 +1,50 @@ # Created by: Jean-Yves Lefort # $FreeBSD$ PORTNAME= super_methane_brothers PORTVERSION= 1.5.1 -PORTREVISION= 4 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= SF/methane/Methane%20Stable/Methane%20V${PORTVERSION} DISTNAME= methane-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Port of the Amiga platform game of the same name LICENSE= GPLv2 LIB_DEPENDS= libclan23Core.so:${PORTSDIR}/devel/clanlib USES= execinfo gmake pkgconfig tar:tgz USE_GCC= yes -USE_GL= glu MAKE_ENV= METHANE_FLAGS="${CPPFLAGS}" METHANE_LIBS="${LIBS}" MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lexecinfo +DATADIR= ${PREFIX}/share/methane + PORTDOCS= * +PORTDATA= * PLIST_FILES= bin/methane OPTIONS_DEFINE= DOCS -.include - post-patch: @${REINPLACE_CMD} -e \ 's|-2.2|-2.3|g ; \ s|FLAGS =|FLAGS +=| ; \ s|LIBS =|LIBS +=| ; \ s|g++|$${CXX}| ; \ s|gcc|$${CXX}|' ${WRKSRC}/Makefile do-install: - (cd ${WRKDIR}/${DISTNAME} && ${INSTALL_PROGRAM} methane ${STAGEDIR}${PREFIX}/bin) - ${CHGRP} games ${STAGEDIR}${PREFIX}/bin/methane - ${CHMOD} g+s ${STAGEDIR}${PREFIX}/bin/methane -.if ${PORT_OPTIONS:MDOCS} + ${INSTALL_PROGRAM} ${WRKSRC}/methane ${STAGEDIR}${PREFIX}/bin + cd ${WRKSRC}/resources && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKDIR}/${DISTNAME}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.endif - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGREQ} ${PKGNAME} POST-INSTALL .include Index: branches/2015Q4 =================================================================== --- branches/2015Q4 (revision 399194) +++ branches/2015Q4 (revision 399195) Property changes on: branches/2015Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r399176