diff options
author | stephen <stephen@FreeBSD.org> | 2014-01-12 16:35:23 +0000 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2014-01-12 16:35:23 +0000 |
commit | 34158f7171c303f33667a7564a66e96a286e638a (patch) | |
tree | 6f58fe520cc98f01a5b1f35e4542a5a46734e55e | |
parent | e78ad73406a13bbaa2ea27f37057a9e73897d77f (diff) | |
download | FreeBSD-ports-34158f7171c303f33667a7564a66e96a286e638a.zip FreeBSD-ports-34158f7171c303f33667a7564a66e96a286e638a.tar.gz |
- 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 55c0435..c128905 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 cc389b2..893db1e 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 7462a4b..549d52d 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 7bd97cb..b4f525c 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 cc4c134..4b990ce 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 6b053a9..dd3671f 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 0027883..3b25b5a 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 b50abf9..0a635d9 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 6aa1277..a30658b 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 70fe374..6a532c0 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 0f04a63..6268242 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 90eeff7..98dddf7 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 dad0e7e..89bef5e 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 edc3055..0eff7a2 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 c02c7fb..bac7c472 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 9665e9f..936c3dc 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 6b41045..e559478 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 3b5ca7d..b2718ec 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 74460cc..b522d47 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 973cd7c..180a208 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 bb97f20..96c0eb4 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 a739472..c9285d4 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 cbcf219..29783ec 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 ced00f8..84d51ef 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 2ba9316..73f65cc 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 77ce50c..ba94b9a 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 3f0c097..a6c7168 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 cb01268..adf61aa 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 c5d0de7..5e6cca3 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 ecaa7a0..357eb96 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 6c0531e..b48a580 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 abb11e8..0e685c9 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 d2e4159..a832c25 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 3e572da..f6282b0 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 96acd61..bd3688e 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 171b5c2..583216f 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 127ea03..b77a68be 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 b1d2d87..3b5aa3d 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 69b608e..c38e67f 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 fde98ba..4326c63 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 952c219..8879638 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 1adcf0ab..3395c35 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 fcbcc5e..ef39fd6 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 d5746ea..4bbb0bb 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 80f0690..82248c6 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 1b10bf0..33f3cf7 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 5c5da2a..1e5c9d1 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 a7d0100..5a3db5b 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 3657d7a..cfcfacf 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 5805772..2ac1b3b 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 be5a897..9767113 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 8ffba7a..01d64ae 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 ace67e2..a070a24 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 b1c4918..d688d86 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 42c4499..5189b66 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 c76ebfd..8e6f8e2 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 f306f79..4d4209d 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 7c5fdcd..849e6d7 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 73f76da..a522e29 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 01804a7..24a32ac 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 e57bf78..0daba8b 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 08a8213..12dc992 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 d017087..63f0e7d 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 cd784a1..7597f66 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 6e41281..5dedf88 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 155d799..fd6c4b9 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 1114a38..63191fe 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 423cd261..6ffe618 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 a199ce5..27eb6b0 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 a6d134b..2bea2c1 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 487acb0..59ca1eb 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 8d5d29d..81f0f73 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 8d84cc3..ca4e56d1 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 cdca127..34bf5e1 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 c2f6d49..437c492 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 ff96eeb..4a7b741 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 5fcd25d..7126544 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 80086f5..60f29dc 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 bea4d2b..4b88ac5 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 6928dfe..f93dcc9 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 73e1dd9..5639e97 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 b4e1786..da71c95 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 aef6b54..b37d05b 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 13b3559..8c00522 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 4c63cca..145cf22 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 1aee839..ac1a1f3 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 38880f0..1cd751a 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 6160ad9..cbbc651 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 4e4807c2..9d82276 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> |