svn commit: r339554 - head/math/octave-forge

Stephen Montgomery-Smith stephen at FreeBSD.org
Sun Jan 12 22:08:54 UTC 2014


Author: stephen
Date: Sun Jan 12 22:08:54 2014
New Revision: 339554
URL: http://svnweb.freebsd.org/changeset/ports/339554

Log:
  - Added nobuild, noinstall and notree flags.  Removed the do-install and
    do-build targets.
  
  Reported by:	Mathieu Arnold <mat at FreeBSD.org>

Modified:
  head/math/octave-forge/Makefile

Modified: head/math/octave-forge/Makefile
==============================================================================
--- head/math/octave-forge/Makefile	Sun Jan 12 21:54:25 2014	(r339553)
+++ head/math/octave-forge/Makefile	Sun Jan 12 22:08:54 2014	(r339554)
@@ -11,6 +11,10 @@ EXTRACT_ONLY=	#none
 MAINTAINER=	stephen at FreeBSD.org
 COMMENT=	Octave-forge metaport for math/octave
 
+NO_MTREE=	yes
+NO_BUILD=	yes
+NO_INSTALL=	yes
+
 OPTIONS_DEFINE=	ACTUARIAL AD AUDIO BENCHMARK BIM BIOINFO CGI \
 		CIVIL_ENGINEERING COMMUNICATIONS CONTROL DATA_SMOOTHING \
 		DATABASE DATAFRAME DICOM ECONOMETRICS ENGINE FENV FITS \
@@ -381,10 +385,4 @@ RUN_DEPENDS+=	${TARBALLS_DIR}/zenity.tar
 
 TARBALLS_DIR=	${LOCALBASE}/share/octave/tarballs
 
-do-build:
-	@${DO_NADA}
-
-do-install:
-	@${DO_NADA}
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list