diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-11-21 01:17:40 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2011-11-21 01:17:40 +0000 |
commit | df56e1f431553fe11f5a8e45d94d71e5bc584ad4 (patch) | |
tree | a49ff5cb6b00ab4e248704a358294b0151f9ee4f /math/octave-forge-fpl | |
parent | d9b2767be3eb8223e3bebb0529ddd1d8771bba4a (diff) |
Notes
Diffstat (limited to 'math/octave-forge-fpl')
-rw-r--r-- | math/octave-forge-fpl/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/octave-forge-fpl/Makefile b/math/octave-forge-fpl/Makefile index 10c07077a9f9..6e17542daea7 100644 --- a/math/octave-forge-fpl/Makefile +++ b/math/octave-forge-fpl/Makefile @@ -13,6 +13,10 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +# OCTSRC is the name of the directory of the package. +# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. +OCTSRC= ${OCTAVE_PKGNAME} + RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx .include <bsd.port.pre.mk> @@ -22,6 +26,6 @@ do-build: post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure - cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTAVE_PKGNAME} + cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include <bsd.port.post.mk> |