Date: Sun, 24 Jan 2016 04:16:46 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407078 - head/games/nethack36 Message-ID: <201601240416.u0O4GkFE084825@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Sun Jan 24 04:16:45 2016 New Revision: 407078 URL: https://svnweb.freebsd.org/changeset/ports/407078 Log: . Remove the pre-everything target, it doesn't really apply any more. Modified: head/games/nethack36/Makefile Modified: head/games/nethack36/Makefile ============================================================================== --- head/games/nethack36/Makefile Sun Jan 24 04:04:30 2016 (r407077) +++ head/games/nethack36/Makefile Sun Jan 24 04:16:45 2016 (r407078) @@ -58,16 +58,6 @@ PLIST_SUB+= HACKLINK="" PLIST_SUB+= HACKLINK="@comment " .endif -pre-everything:: - @if [ "${PKGBASE}" != "nethack" ]; then \ - ${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ; \ - ${ECHO_MSG} " You cannot install nethack and ${PKGBASE} in parallel " ; \ - ${ECHO_MSG} " But ${PKGBASE} reads your prior nethack scores " ; \ - ${ECHO_MSG} " Don't forget to backup your nethack libdir if it's " ; \ - ${ECHO_MSG} " important for you " ; \ - ${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" ; \ - fi - post-patch: @${REINPLACE_CMD} -e \ 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/include/config.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601240416.u0O4GkFE084825>