diff options
author | wiz <wiz> | 2010-03-14 16:37:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-03-14 16:37:07 +0000 |
commit | c7a1fcf6356cfd02390293969b6586bbe544635d (patch) | |
tree | 170b73d87308ecd6adfa0f3d76092dfccd555a01 /math | |
parent | 4b1f36e903e46fcaeb908c22f786adefdccdcf4b (diff) | |
download | pkgsrc-c7a1fcf6356cfd02390293969b6586bbe544635d.tar.gz |
Set PREV_PKGPATH.
Diffstat (limited to 'math')
-rw-r--r-- | math/kseg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/kseg/Makefile b/math/kseg/Makefile index 5de3cac85e1..ae011349924 100644 --- a/math/kseg/Makefile +++ b/math/kseg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/03/14 16:36:22 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2010/03/14 16:37:07 wiz Exp $ # DISTNAME= kseg-0.403 @@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}/kseg USE_LANGUAGES= c++ INSTALLATION_DIRS+= bin share/kseg +PREV_PKGPATH= misc/kseg + KSEGLANG= ${PREFIX}/share/kseg/lang SUBST_CLASSES+= prefix SUBST_STAGE.prefix= pre-configure |