[Midnightbsd-cvs] mports [17377] trunk/Makefile: cleanup

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Sep 19 19:07:34 EDT 2014


Revision: 17377
          http://svnweb.midnightbsd.org/mports/?rev=17377
Author:   laffer1
Date:     2014-09-19 19:07:33 -0400 (Fri, 19 Sep 2014)
Log Message:
-----------
cleanup

Modified Paths:
--------------
    trunk/Makefile

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2014-09-19 23:06:27 UTC (rev 17376)
+++ trunk/Makefile	2014-09-19 23:07:33 UTC (rev 17377)
@@ -147,8 +147,6 @@
 GIT?= git
 SVN?= svn
 RSYNC?= rsync
-PORTSNAP?= portsnap
-PORTSNAP_FLAGS?= -p ${.CURDIR}
 .if !target(update)
 update:
 .if exists(${.CURDIR}/.svn)
@@ -166,17 +164,5 @@
 	@echo ">>> Updating with ${RSYNC} from ${PORTS_RSYNC_SOURCE}"
 	@echo "--------------------------------------------------------------"
 	@${RSYNC} ${RSYNC_FLAGS} ${PORTS_RSYNC_SOURCE}/ ${.CURDIR}/
-.else
-	@echo "--------------------------------------------------------------"
-	@echo ">>> Running ${PORTSNAP}"
-	@echo "--------------------------------------------------------------"
-.if !exists(${PORTSDIR}/.portsnap.INDEX)
-	@echo "Error: 'make update' uses portsnap(8) by default and"
-	@echo "needs ${PORTSDIR} to be created by portsnap on its first run."
-	@echo "Please run 'portsnap fetch extract' first."
-.else
-	@${PORTSNAP} ${PORTSNAP_FLAGS} fetch
-	@${PORTSNAP} ${PORTSNAP_FLAGS} update
 .endif
 .endif
-.endif



More information about the Midnightbsd-cvs mailing list