aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-integration
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2022-10-21 17:06:13 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2022-10-21 17:06:13 +0000
commitbedd5ac5f96745b0f053badafc40ad6a5f6adcd1 (patch)
tree99006aa2f609ba63fa8ff5764cb7b3a6073121c5 /math/octave-forge-integration
parentfb3af46227299bbf20930ee853769bfacb734d66 (diff)
downloadports-bedd5ac5f96745b0f053badafc40ad6a5f6adcd1.tar.gz
ports-bedd5ac5f96745b0f053badafc40ad6a5f6adcd1.zip
Mk/bsd.octave.mk: move some functions from mk to ports.
Diffstat (limited to 'math/octave-forge-integration')
-rw-r--r--math/octave-forge-integration/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-forge-integration/Makefile b/math/octave-forge-integration/Makefile
index b4f482f815c8..73bfe2b8f6c6 100644
--- a/math/octave-forge-integration/Makefile
+++ b/math/octave-forge-integration/Makefile
@@ -2,6 +2,8 @@ PORTNAME= octave-forge-integration
PORTVERSION= 1.0.7
PORTREVISION= 27
CATEGORIES= math
+MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Old%20Monolithic%20Releases/R2009-05-08
+DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL}
MAINTAINER= stephen@FreeBSD.org
COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
@@ -10,8 +12,6 @@ WWW= http://octave.sourceforge.net/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
-MASTER_SITE_OLD= R2009_05
-
GNU_CONFIGURE= yes
.include "${.CURDIR}/../../Mk/bsd.octave.mk"