diff options
author | stephen <stephen@FreeBSD.org> | 2014-01-13 00:35:23 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-01-13 00:35:23 +0800 |
commit | 34158f7171c303f33667a7564a66e96a286e638a (patch) | |
tree | 6f58fe520cc98f01a5b1f35e4542a5a46734e55e | |
parent | e78ad73406a13bbaa2ea27f37057a9e73897d77f (diff) | |
download | freebsd-ports-gnome-34158f7171c303f33667a7564a66e96a286e638a.tar.gz freebsd-ports-gnome-34158f7171c303f33667a7564a66e96a286e638a.tar.zst freebsd-ports-gnome-34158f7171c303f33667a7564a66e96a286e638a.zip |
- Implement staging for octave-forge ports.
89 files changed, 5 insertions, 95 deletions
diff --git a/Mk/bsd.octave.mk b/Mk/bsd.octave.mk index 55c0435ca3a2..c128905aab9e 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 cc389b28da84..893db1ebfc04 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 7462a4b194ea..549d52d3b3c5 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 7bd97cb92cbe..b4f525cffb40 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 cc4c1342fc74..4b990ce853e1 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 6b053a907df6..dd3671fb804f 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 0027883132ff..3b25b5a6a976 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 b50abf9f9ace..0a635d919170 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 6aa1277ac327..a30658b248f2 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 70fe374bd055..6a532c06ded3 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 0f04a63c2bdf..6268242677d4 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 90eeff733272..98dddf7bb65f 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 dad0e7ee23ad..89bef5e97273 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 edc305540f32..0eff7a256544 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 c02c7fbc07de..bac7c472d78e 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 9665e9fd4f59..936c3dc0d104 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 6b4104550075..e5594785e760 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 3b5ca7ddf521..b2718ec00367 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 74460cc9f6af..b522d471d27a 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 973cd7ce1e70..180a208e9983 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 bb97f20ddd90..96c0eb45c60e 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 a739472607cc..c9285d461125 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 cbcf21944c30..29783ecea9bb 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 ced00f888ed4..84d51efb454a 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 2ba9316e7977..73f65ccf3408 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 77ce50c5cad3..ba94b9a7a06f 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 3f0c09782e3d..a6c7168c3535 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 cb012680d266..adf61aa6aae7 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 c5d0de737278..5e6cca3db644 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 ecaa7a0fe82d..357eb96e03a0 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 6c0531ec7a77..b48a5805b8b2 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 abb11e8f6858..0e685c9a450c 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 d2e4159bc6ce..a832c2575a45 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 3e572da451d7..f6282b073e94 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 96acd6160b9e..bd3688e02f80 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 171b5c2f7e04..583216fbb8bc 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 127ea035ce26..b77a68be7c86 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 b1d2d871dc51..3b5aa3ddd0c0 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 69b608ecbdff..c38e67f0e746 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 fde98ba9bd0f..4326c63337e2 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 952c2193f958..887963866bb4 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 1adcf0ab07ba..3395c355fd78 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 fcbcc5e1576f..ef39fd609e29 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 d5746eabb2ff..4bbb0bb91ba2 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 80f0690666e6..82248c6d944e 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 1b10bf0485b4..33f3cf7390e8 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 5c5da2a31219..1e5c9d1d683a 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 a7d0100f01cd..5a3db5b132eb 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 3657d7ab8cea..cfcfacfc6730 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 5805772be81b..2ac1b3b41861 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 be5a897513c5..9767113981f9 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 8ffba7af01b5..01d64ae2fb84 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 ace67e2214a8..a070a24dfc42 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 b1c491860616..d688d866cd8b 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 42c4499d0347..5189b66d17d1 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 c76ebfdbcfd5..8e6f8e224170 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 f306f79b274e..4d4209df6f0b 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 7c5fdcd24ee1..849e6d7f14d4 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 73f76dac1bcf..a522e292ec0e 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 01804a7be872..24a32ac78b16 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 e57bf782fc3f..0daba8bc8a98 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 08a8213c1c4d..12dc9929f49e 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 d0170871872b..63f0e7d9fd20 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 cd784a190ce1..7597f663ad61 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 6e412817877d..5dedf88b005a 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 155d79912fd8..fd6c4b9fcc2a 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 1114a3806984..63191fe85ba0 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 423cd261347d..6ffe6185c618 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 a199ce5d019a..27eb6b0dc2d1 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 a6d134b3e552..2bea2c1527e1 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 487acb063ba4..59ca1ebee3c7 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 8d5d29d11e8c..81f0f7368c44 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 8d84cc3d42a7..ca4e56d102b9 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 cdca127fc431..34bf5e155b0d 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 c2f6d496e504..437c4927740b 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 ff96eebb8b1e..4a7b741cdfad 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 5fcd25d36fca..7126544ddf60 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 80086f588c2b..60f29dcf8cce 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 bea4d2b6735c..4b88ac508747 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 6928dfe60820..f93dcc90dad8 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 73e1dd9fef91..5639e97d521b 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 b4e178638927..da71c959837b 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 aef6b547de5b..b37d05b56537 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 13b3559dbaa2..8c00522f5925 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 4c63cca93dff..145cf22e749b 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 1aee839c037a..ac1a1f3fca82 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 38880f0b4a87..1cd751a991ca 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 6160ad97ac66..cbbc651f3809 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 4e4807c26d9c..9d82276f9f50 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> |