diff options
89 files changed, 5 insertions, 95 deletions
diff --git a/Mk/bsd.octave.mk b/Mk/bsd.octave.mk index 55c0435ca3a..c128905aab9 100644 --- a/Mk/bsd.octave.mk +++ b/Mk/bsd.octave.mk @@ -26,7 +26,7 @@ USES+= gmake DIST_SUBDIR= octave-forge OCTAVE_PKGNAME= ${PORTNAME:S/octave-forge-//} -TARBALLS_DIR= ${LOCALBASE}/share/octave/tarballs +TARBALLS_DIR= ${STAGEDIR}${PREFIX}/share/octave/tarballs MAKE_ENV+= PACKAGE=${WRKDIR}/${DISTNAME}.tar.gz @@ -36,11 +36,9 @@ do-install: ${MKDIR} ${TARBALLS_DIR} ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}.tar.gz ${TARBALLS_DIR}/. ${LN} -s -f ${DISTNAME}.tar.gz ${TARBALLS_DIR}/${OCTAVE_PKGNAME}.tar.gz - ${LOAD_OCTAVE_PKG_CMD} post-install: + @${ECHO_CMD} "@unexec if [ -x ${LOAD_OCTAVE_PKG_CMD} ]; then ${LOAD_OCTAVE_PKG_CMD}; fi" >> ${TMPPLIST} @${ECHO_CMD} "share/octave/tarballs/${DISTNAME}.tar.gz" >> ${TMPPLIST} @${ECHO_CMD} "share/octave/tarballs/${OCTAVE_PKGNAME}.tar.gz" >> ${TMPPLIST} @${ECHO_CMD} "@exec if [ -x ${LOAD_OCTAVE_PKG_CMD} ]; then ${LOAD_OCTAVE_PKG_CMD}; fi" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec if [ -x ${LOAD_OCTAVE_PKG_CMD} ]; then ${LOAD_OCTAVE_PKG_CMD}; fi" >> ${TMPPLIST} - @if [ -e ${.CURDIR}/pkg-message ]; then ${CAT} ${.CURDIR}/pkg-message; fi diff --git a/benchmarks/octave-forge-benchmark/Makefile b/benchmarks/octave-forge-benchmark/Makefile index cc389b28da8..893db1ebfc0 100644 --- a/benchmarks/octave-forge-benchmark/Makefile +++ b/benchmarks/octave-forge-benchmark/Makefile @@ -9,6 +9,5 @@ CATEGORIES= benchmarks math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-actuarial/Makefile b/math/octave-forge-actuarial/Makefile index 7462a4b194e..549d52d3b3c 100644 --- a/math/octave-forge-actuarial/Makefile +++ b/math/octave-forge-actuarial/Makefile @@ -13,7 +13,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-ad/Makefile b/math/octave-forge-ad/Makefile index 7bd97cb92cb..b4f525cffb4 100644 --- a/math/octave-forge-ad/Makefile +++ b/math/octave-forge-ad/Makefile @@ -12,6 +12,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes USE_DOS2UNIX= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-audio/Makefile b/math/octave-forge-audio/Makefile index cc4c1342fc7..4b990ce853e 100644 --- a/math/octave-forge-audio/Makefile +++ b/math/octave-forge-audio/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-base/Makefile b/math/octave-forge-base/Makefile index 6b053a907df..dd3671fb804 100644 --- a/math/octave-forge-base/Makefile +++ b/math/octave-forge-base/Makefile @@ -22,13 +22,12 @@ USES= perl5 SUB_FILES= load-octave-pkg SUB_LIST+= PERL=${PERL} -NO_STAGE= yes do-build: @${DO_NADA} do-install: - ${MKDIR} ${PREFIX}/share/octave/tarballs - ${INSTALL_SCRIPT} ${WRKDIR}/load-octave-pkg ${PREFIX}/libexec/octave - ${PREFIX}/libexec/octave/load-octave-pkg + ${MKDIR} ${STAGEDIR}${PREFIX}/share/octave/tarballs + ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/octave + ${INSTALL_SCRIPT} ${WRKDIR}/load-octave-pkg ${STAGEDIR}${PREFIX}/libexec/octave/. .include <bsd.port.mk> diff --git a/math/octave-forge-bim/Makefile b/math/octave-forge-bim/Makefile index 0027883132f..3b25b5a6a97 100644 --- a/math/octave-forge-bim/Makefile +++ b/math/octave-forge-bim/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl RUN_DEPENDS+= ${TARBALLS_DIR}/msh.tar.gz:${PORTSDIR}/math/octave-forge-msh -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-bioinfo/Makefile b/math/octave-forge-bioinfo/Makefile index b50abf9f9ac..0a635d91917 100644 --- a/math/octave-forge-bioinfo/Makefile +++ b/math/octave-forge-bioinfo/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-cgi/Makefile b/math/octave-forge-cgi/Makefile index 6aa1277ac32..a30658b248f 100644 --- a/math/octave-forge-cgi/Makefile +++ b/math/octave-forge-cgi/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-civil-engineering/Makefile b/math/octave-forge-civil-engineering/Makefile index 70fe374bd05..6a532c06ded 100644 --- a/math/octave-forge-civil-engineering/Makefile +++ b/math/octave-forge-civil-engineering/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile index 0f04a63c2bd..6268242677d 100644 --- a/math/octave-forge-communications/Makefile +++ b/math/octave-forge-communications/Makefile @@ -17,7 +17,6 @@ MAKE_ENV+= MKOCTFILE=mkoctfile RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-control/Makefile b/math/octave-forge-control/Makefile index 90eeff73327..98dddf7bb65 100644 --- a/math/octave-forge-control/Makefile +++ b/math/octave-forge-control/Makefile @@ -14,7 +14,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-data-smoothing/Makefile b/math/octave-forge-data-smoothing/Makefile index dad0e7ee23a..89bef5e9727 100644 --- a/math/octave-forge-data-smoothing/Makefile +++ b/math/octave-forge-data-smoothing/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim -NO_STAGE= yes do-build: @${DO_NADA} diff --git a/math/octave-forge-database/Makefile b/math/octave-forge-database/Makefile index edc305540f3..0eff7a25654 100644 --- a/math/octave-forge-database/Makefile +++ b/math/octave-forge-database/Makefile @@ -18,7 +18,6 @@ GNU_CONFIGURE= yes USE_PGSQL= yes ALL_TARGET= -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-dataframe/Makefile b/math/octave-forge-dataframe/Makefile index c02c7fbc07d..bac7c472d78 100644 --- a/math/octave-forge-dataframe/Makefile +++ b/math/octave-forge-dataframe/Makefile @@ -13,7 +13,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-dicom/Makefile b/math/octave-forge-dicom/Makefile index 9665e9fd4f5..936c3dc0d10 100644 --- a/math/octave-forge-dicom/Makefile +++ b/math/octave-forge-dicom/Makefile @@ -18,7 +18,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GDCM_MAJ= 2.4 -NO_STAGE= yes post-patch: ${REINPLACE_CMD} s/gdcm-2.0/gdcm-${GDCM_MAJ}/ \ ${WRKSRC}/dicominfo.cpp ${WRKSRC}/dicomdict.cpp \ diff --git a/math/octave-forge-econometrics/Makefile b/math/octave-forge-econometrics/Makefile index 6b410455007..e5594785e76 100644 --- a/math/octave-forge-econometrics/Makefile +++ b/math/octave-forge-econometrics/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/optim.tar.gz:${PORTSDIR}/math/octave-forge-optim -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-engine/Makefile b/math/octave-forge-engine/Makefile index 3b5ca7ddf52..b2718ec0036 100644 --- a/math/octave-forge-engine/Makefile +++ b/math/octave-forge-engine/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-fenv/Makefile b/math/octave-forge-fenv/Makefile index 74460cc9f6a..b522d471d27 100644 --- a/math/octave-forge-fenv/Makefile +++ b/math/octave-forge-fenv/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-financial/Makefile b/math/octave-forge-financial/Makefile index 973cd7ce1e7..180a208e998 100644 --- a/math/octave-forge-financial/Makefile +++ b/math/octave-forge-financial/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-fits/Makefile b/math/octave-forge-fits/Makefile index bb97f20ddd9..96c0eb45c60 100644 --- a/math/octave-forge-fits/Makefile +++ b/math/octave-forge-fits/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src LIB_DEPENDS+= cfitsio:${PORTSDIR}/astro/cfitsio -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-fl-core/Makefile b/math/octave-forge-fl-core/Makefile index a739472607c..c9285d46112 100644 --- a/math/octave-forge-fl-core/Makefile +++ b/math/octave-forge-fl-core/Makefile @@ -16,7 +16,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src USE_DOS2UNIX= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-fpl/Makefile b/math/octave-forge-fpl/Makefile index cbcf21944c3..29783ecea9b 100644 --- a/math/octave-forge-fpl/Makefile +++ b/math/octave-forge-fpl/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-fuzzy-logic-toolkit/Makefile b/math/octave-forge-fuzzy-logic-toolkit/Makefile index ced00f888ed..84d51efb454 100644 --- a/math/octave-forge-fuzzy-logic-toolkit/Makefile +++ b/math/octave-forge-fuzzy-logic-toolkit/Makefile @@ -13,7 +13,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-ga/Makefile b/math/octave-forge-ga/Makefile index 2ba9316e797..73f65ccf340 100644 --- a/math/octave-forge-ga/Makefile +++ b/math/octave-forge-ga/Makefile @@ -13,7 +13,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-general/Makefile b/math/octave-forge-general/Makefile index 77ce50c5cad..ba94b9a7a06 100644 --- a/math/octave-forge-general/Makefile +++ b/math/octave-forge-general/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-generate_html/Makefile b/math/octave-forge-generate_html/Makefile index 3f0c09782e3..a6c7168c353 100644 --- a/math/octave-forge-generate_html/Makefile +++ b/math/octave-forge-generate_html/Makefile @@ -13,7 +13,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-geometry/Makefile b/math/octave-forge-geometry/Makefile index cb012680d26..adf61aa6aae 100644 --- a/math/octave-forge-geometry/Makefile +++ b/math/octave-forge-geometry/Makefile @@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= py*-lxml>=0:${PORTSDIR}/devel/py-lxml RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-gnuplot/Makefile b/math/octave-forge-gnuplot/Makefile index c5d0de73727..5e6cca3db64 100644 --- a/math/octave-forge-gnuplot/Makefile +++ b/math/octave-forge-gnuplot/Makefile @@ -13,7 +13,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-gsl/Makefile b/math/octave-forge-gsl/Makefile index ecaa7a0fe82..357eb96e03a 100644 --- a/math/octave-forge-gsl/Makefile +++ b/math/octave-forge-gsl/Makefile @@ -13,7 +13,6 @@ LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl GNU_CONFIGURE= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/config* diff --git a/math/octave-forge-ident/Makefile b/math/octave-forge-ident/Makefile index 6c0531ec7a7..b48a5805b8b 100644 --- a/math/octave-forge-ident/Makefile +++ b/math/octave-forge-ident/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-image/Makefile b/math/octave-forge-image/Makefile index abb11e8f685..0e685c9a450 100644 --- a/math/octave-forge-image/Makefile +++ b/math/octave-forge-image/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:${PORTSDIR}/math/octave-forge-signal -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-patch: diff --git a/math/octave-forge-informationtheory/Makefile b/math/octave-forge-informationtheory/Makefile index d2e4159bc6c..a832c2575a4 100644 --- a/math/octave-forge-informationtheory/Makefile +++ b/math/octave-forge-informationtheory/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-integration/Makefile b/math/octave-forge-integration/Makefile index 3e572da451d..f6282b073e9 100644 --- a/math/octave-forge-integration/Makefile +++ b/math/octave-forge-integration/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-io/Makefile b/math/octave-forge-io/Makefile index 96acd6160b9..bd3688e02f8 100644 --- a/math/octave-forge-io/Makefile +++ b/math/octave-forge-io/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-irsa/Makefile b/math/octave-forge-irsa/Makefile index 171b5c2f7e0..583216fbb8b 100644 --- a/math/octave-forge-irsa/Makefile +++ b/math/octave-forge-irsa/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-linear-algebra/Makefile b/math/octave-forge-linear-algebra/Makefile index 127ea035ce2..b77a68be7c8 100644 --- a/math/octave-forge-linear-algebra/Makefile +++ b/math/octave-forge-linear-algebra/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-lssa/Makefile b/math/octave-forge-lssa/Makefile index b1d2d871dc5..3b5aa3ddd0c 100644 --- a/math/octave-forge-lssa/Makefile +++ b/math/octave-forge-lssa/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-ltfat/Makefile b/math/octave-forge-ltfat/Makefile index 69b608ecbdf..c38e67f0e74 100644 --- a/math/octave-forge-ltfat/Makefile +++ b/math/octave-forge-ltfat/Makefile @@ -21,7 +21,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-mapping/Makefile b/math/octave-forge-mapping/Makefile index fde98ba9bd0..4326c63337e 100644 --- a/math/octave-forge-mapping/Makefile +++ b/math/octave-forge-mapping/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-mechanics/Makefile b/math/octave-forge-mechanics/Makefile index 952c2193f95..887963866bb 100644 --- a/math/octave-forge-mechanics/Makefile +++ b/math/octave-forge-mechanics/Makefile @@ -19,7 +19,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/inst/molecularDynamics/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-miscellaneous/Makefile b/math/octave-forge-miscellaneous/Makefile index 1adcf0ab07b..3395c355fd7 100644 --- a/math/octave-forge-miscellaneous/Makefile +++ b/math/octave-forge-miscellaneous/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" MAKE_ENV+= MKOCTFILE=mkoctfile diff --git a/math/octave-forge-missing-functions/Makefile b/math/octave-forge-missing-functions/Makefile index fcbcc5e1576..ef39fd609e2 100644 --- a/math/octave-forge-missing-functions/Makefile +++ b/math/octave-forge-missing-functions/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-msh/Makefile b/math/octave-forge-msh/Makefile index d5746eabb2f..4bbb0bb91ba 100644 --- a/math/octave-forge-msh/Makefile +++ b/math/octave-forge-msh/Makefile @@ -18,7 +18,6 @@ GNU_CONFIGURE= yes RUN_DEPENDS+= ${TARBALLS_DIR}/splines.tar.gz:${PORTSDIR}/math/octave-forge-splines RUN_DEPENDS+= gmsh:${PORTSDIR}/cad/gmsh -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-multicore/Makefile b/math/octave-forge-multicore/Makefile index 80f0690666e..82248c6d944 100644 --- a/math/octave-forge-multicore/Makefile +++ b/math/octave-forge-multicore/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-mvn/Makefile b/math/octave-forge-mvn/Makefile index 1b10bf0485b..33f3cf7390e 100644 --- a/math/octave-forge-mvn/Makefile +++ b/math/octave-forge-mvn/Makefile @@ -12,7 +12,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-nan/Makefile b/math/octave-forge-nan/Makefile index 5c5da2a3121..1e5c9d1d683 100644 --- a/math/octave-forge-nan/Makefile +++ b/math/octave-forge-nan/Makefile @@ -18,7 +18,6 @@ OCTSRC= NaN WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" ALL_TARGET= octave diff --git a/math/octave-forge-ncarray/Makefile b/math/octave-forge-ncarray/Makefile index a7d0100f01c..5a3db5b132e 100644 --- a/math/octave-forge-ncarray/Makefile +++ b/math/octave-forge-ncarray/Makefile @@ -16,7 +16,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/octcdf.tar.gz:${PORTSDIR}/math/octave-forge-octcdf -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-netcdf/Makefile b/math/octave-forge-netcdf/Makefile index 3657d7ab8ce..cfcfacfc673 100644 --- a/math/octave-forge-netcdf/Makefile +++ b/math/octave-forge-netcdf/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4 -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-nlwing2/Makefile b/math/octave-forge-nlwing2/Makefile index 5805772be81..2ac1b3b4186 100644 --- a/math/octave-forge-nlwing2/Makefile +++ b/math/octave-forge-nlwing2/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-nnet/Makefile b/math/octave-forge-nnet/Makefile index be5a897513c..9767113981f 100644 --- a/math/octave-forge-nnet/Makefile +++ b/math/octave-forge-nnet/Makefile @@ -13,7 +13,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-nurbs/Makefile b/math/octave-forge-nurbs/Makefile index 8ffba7af01b..01d64ae2fb8 100644 --- a/math/octave-forge-nurbs/Makefile +++ b/math/octave-forge-nurbs/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-ocs/Makefile b/math/octave-forge-ocs/Makefile index ace67e2214a..a070a24dfc4 100644 --- a/math/octave-forge-ocs/Makefile +++ b/math/octave-forge-ocs/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/odepkg.tar.gz:${PORTSDIR}/math/octave-forge-odepkg -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-oct2mat/Makefile b/math/octave-forge-oct2mat/Makefile index b1c49186061..d688d866cd8 100644 --- a/math/octave-forge-oct2mat/Makefile +++ b/math/octave-forge-oct2mat/Makefile @@ -13,6 +13,5 @@ GNU_CONFIGURE= yes RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-octcdf/Makefile b/math/octave-forge-octcdf/Makefile index 42c4499d034..5189b66d17d 100644 --- a/math/octave-forge-octcdf/Makefile +++ b/math/octave-forge-octcdf/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4 -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-octclip/Makefile b/math/octave-forge-octclip/Makefile index c76ebfdbcfd..8e6f8e22417 100644 --- a/math/octave-forge-octclip/Makefile +++ b/math/octave-forge-octclip/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-patch: diff --git a/math/octave-forge-octgpr/Makefile b/math/octave-forge-octgpr/Makefile index f306f79b274..4d4209df6f0 100644 --- a/math/octave-forge-octgpr/Makefile +++ b/math/octave-forge-octgpr/Makefile @@ -16,7 +16,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-octproj/Makefile b/math/octave-forge-octproj/Makefile index 7c5fdcd24ee..849e6d7f14d 100644 --- a/math/octave-forge-octproj/Makefile +++ b/math/octave-forge-octproj/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src LIB_DEPENDS+= proj:${PORTSDIR}/graphics/proj -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-patch: diff --git a/math/octave-forge-odebvp/Makefile b/math/octave-forge-odebvp/Makefile index 73f76dac1bc..a522e292ec0 100644 --- a/math/octave-forge-odebvp/Makefile +++ b/math/octave-forge-odebvp/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-odepkg/Makefile b/math/octave-forge-odepkg/Makefile index 01804a7be87..24a32ac78b1 100644 --- a/math/octave-forge-odepkg/Makefile +++ b/math/octave-forge-odepkg/Makefile @@ -17,7 +17,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-optim/Makefile b/math/octave-forge-optim/Makefile index e57bf782fc3..0daba8bc8a9 100644 --- a/math/octave-forge-optim/Makefile +++ b/math/octave-forge-optim/Makefile @@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src RUN_DEPENDS+= ${TARBALLS_DIR}/miscellaneous.tar.gz:${PORTSDIR}/math/octave-forge-miscellaneous RUN_DEPENDS+= ${TARBALLS_DIR}/struct.tar.gz:${PORTSDIR}/math/octave-forge-struct -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-optiminterp/Makefile b/math/octave-forge-optiminterp/Makefile index 08a8213c1c4..12dc9929f49 100644 --- a/math/octave-forge-optiminterp/Makefile +++ b/math/octave-forge-optiminterp/Makefile @@ -17,7 +17,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" MAKE_ENV+= MKOCTFILE_FORTRAN_90=yes MKOCTFILE=mkoctfile diff --git a/math/octave-forge-outliers/Makefile b/math/octave-forge-outliers/Makefile index d0170871872..63f0e7d9fd2 100644 --- a/math/octave-forge-outliers/Makefile +++ b/math/octave-forge-outliers/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-parallel/Makefile b/math/octave-forge-parallel/Makefile index cd784a190ce..7597f663ad6 100644 --- a/math/octave-forge-parallel/Makefile +++ b/math/octave-forge-parallel/Makefile @@ -16,7 +16,6 @@ OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-pdb/Makefile b/math/octave-forge-pdb/Makefile index 6e412817877..5dedf88b005 100644 --- a/math/octave-forge-pdb/Makefile +++ b/math/octave-forge-pdb/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-plot/Makefile b/math/octave-forge-plot/Makefile index 155d79912fd..fd6c4b9fcc2 100644 --- a/math/octave-forge-plot/Makefile +++ b/math/octave-forge-plot/Makefile @@ -13,7 +13,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-pt_br/Makefile b/math/octave-forge-pt_br/Makefile index 1114a380698..63191fe85ba 100644 --- a/math/octave-forge-pt_br/Makefile +++ b/math/octave-forge-pt_br/Makefile @@ -15,7 +15,6 @@ OCTSRC= pt_BR WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-quaternion/Makefile b/math/octave-forge-quaternion/Makefile index 423cd261347..6ffe6185c61 100644 --- a/math/octave-forge-quaternion/Makefile +++ b/math/octave-forge-quaternion/Makefile @@ -14,7 +14,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-queueing/Makefile b/math/octave-forge-queueing/Makefile index a199ce5d019..27eb6b0dc2d 100644 --- a/math/octave-forge-queueing/Makefile +++ b/math/octave-forge-queueing/Makefile @@ -13,7 +13,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-secs1d/Makefile b/math/octave-forge-secs1d/Makefile index a6d134b3e55..2bea2c1527e 100644 --- a/math/octave-forge-secs1d/Makefile +++ b/math/octave-forge-secs1d/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${DISTNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:${PORTSDIR}/math/octave-forge-bim -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-secs2d/Makefile b/math/octave-forge-secs2d/Makefile index 487acb063ba..59ca1ebee3c 100644 --- a/math/octave-forge-secs2d/Makefile +++ b/math/octave-forge-secs2d/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-secs3d/Makefile b/math/octave-forge-secs3d/Makefile index 8d5d29d11e8..81f0f7368c4 100644 --- a/math/octave-forge-secs3d/Makefile +++ b/math/octave-forge-secs3d/Makefile @@ -16,7 +16,6 @@ OCTSRC= ${DISTNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/fpl.tar.gz:${PORTSDIR}/math/octave-forge-fpl RUN_DEPENDS+= ${TARBALLS_DIR}/bim.tar.gz:${PORTSDIR}/math/octave-forge-bim -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-signal/Makefile b/math/octave-forge-signal/Makefile index 8d84cc3d42a..ca4e56d102b 100644 --- a/math/octave-forge-signal/Makefile +++ b/math/octave-forge-signal/Makefile @@ -19,7 +19,6 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/specfun.tar.gz:${PORTSDIR}/math/octave-forge-specf RUN_DEPENDS+= ${TARBALLS_DIR}/control.tar.gz:${PORTSDIR}/math/octave-forge-control RUN_DEPENDS+= ${TARBALLS_DIR}/general.tar.gz:${PORTSDIR}/math/octave-forge-general -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-patch: diff --git a/math/octave-forge-simp/Makefile b/math/octave-forge-simp/Makefile index cdca127fc43..34bf5e155b0 100644 --- a/math/octave-forge-simp/Makefile +++ b/math/octave-forge-simp/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-sockets/Makefile b/math/octave-forge-sockets/Makefile index c2f6d496e50..437c4927740 100644 --- a/math/octave-forge-sockets/Makefile +++ b/math/octave-forge-sockets/Makefile @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src BUILD_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-patch: diff --git a/math/octave-forge-specfun/Makefile b/math/octave-forge-specfun/Makefile index ff96eebb8b1..4a7b741cdfa 100644 --- a/math/octave-forge-specfun/Makefile +++ b/math/octave-forge-specfun/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-special-matrix/Makefile b/math/octave-forge-special-matrix/Makefile index 5fcd25d36fc..7126544ddf6 100644 --- a/math/octave-forge-special-matrix/Makefile +++ b/math/octave-forge-special-matrix/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-spline-gcvspl/Makefile b/math/octave-forge-spline-gcvspl/Makefile index 80086f588c2..60f29dcf8cc 100644 --- a/math/octave-forge-spline-gcvspl/Makefile +++ b/math/octave-forge-spline-gcvspl/Makefile @@ -13,6 +13,5 @@ GNU_CONFIGURE= yes NO_CDROM= Non-commercial use only -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-splines/Makefile b/math/octave-forge-splines/Makefile index bea4d2b6735..4b88ac50874 100644 --- a/math/octave-forge-splines/Makefile +++ b/math/octave-forge-splines/Makefile @@ -14,7 +14,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index 6928dfe6082..f93dcc90dad 100644 --- a/math/octave-forge-statistics/Makefile +++ b/math/octave-forge-statistics/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} RUN_DEPENDS+= ${TARBALLS_DIR}/io.tar.gz:${PORTSDIR}/math/octave-forge-io -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" do-build: diff --git a/math/octave-forge-strings/Makefile b/math/octave-forge-strings/Makefile index 73e1dd9fef9..5639e97d521 100644 --- a/math/octave-forge-strings/Makefile +++ b/math/octave-forge-strings/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-struct/Makefile b/math/octave-forge-struct/Makefile index b4e17863892..da71c959837 100644 --- a/math/octave-forge-struct/Makefile +++ b/math/octave-forge-struct/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${DISTNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-symband/Makefile b/math/octave-forge-symband/Makefile index aef6b547de5..b37d05b5653 100644 --- a/math/octave-forge-symband/Makefile +++ b/math/octave-forge-symband/Makefile @@ -11,6 +11,5 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} GNU_CONFIGURE= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-symbolic/Makefile b/math/octave-forge-symbolic/Makefile index 13b3559dbaa..8c00522f592 100644 --- a/math/octave-forge-symbolic/Makefile +++ b/math/octave-forge-symbolic/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS+= ginac:${PORTSDIR}/math/GiNaC WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" post-build: diff --git a/math/octave-forge-tcl-octave/Makefile b/math/octave-forge-tcl-octave/Makefile index 4c63cca93df..145cf22e749 100644 --- a/math/octave-forge-tcl-octave/Makefile +++ b/math/octave-forge-tcl-octave/Makefile @@ -13,6 +13,5 @@ GNU_CONFIGURE= yes USE_TCL_WRAPPER= yes -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-tsa/Makefile b/math/octave-forge-tsa/Makefile index 1aee839c037..ac1a1f3fca8 100644 --- a/math/octave-forge-tsa/Makefile +++ b/math/octave-forge-tsa/Makefile @@ -15,7 +15,6 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" ALL_TARGET= octave diff --git a/math/octave-forge-video/Makefile b/math/octave-forge-video/Makefile index 38880f0b4a8..1cd751a991c 100644 --- a/math/octave-forge-video/Makefile +++ b/math/octave-forge-video/Makefile @@ -14,6 +14,5 @@ GNU_CONFIGURE= yes LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> diff --git a/math/octave-forge-xraylib/Makefile b/math/octave-forge-xraylib/Makefile index 6160ad97ac6..cbbc651f380 100644 --- a/math/octave-forge-xraylib/Makefile +++ b/math/octave-forge-xraylib/Makefile @@ -14,7 +14,6 @@ MAKE_ARGS= CC="${CC}" BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash -NO_STAGE= yes post-patch: @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/src/*.sh @${REINPLACE_CMD} s+/bin/bash+${LOCALBASE}/bin/bash+g ${WRKSRC}/src/xraylib/src/Makefile diff --git a/math/octave-forge-zenity/Makefile b/math/octave-forge-zenity/Makefile index 4e4807c26d9..9d82276f9f5 100644 --- a/math/octave-forge-zenity/Makefile +++ b/math/octave-forge-zenity/Makefile @@ -13,6 +13,5 @@ GNU_CONFIGURE= yes RUN_DEPENDS+= zenity:${PORTSDIR}/x11/zenity -NO_STAGE= yes .include "${.CURDIR}/../../Mk/bsd.octave.mk" .include <bsd.port.mk> |