svn commit: r407078 - head/games/nethack36

Greg Lewis glewis at FreeBSD.org
Sun Jan 24 04:16:47 UTC 2016


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


More information about the svn-ports-all mailing list