diff options
author | wiz <wiz@pkgsrc.org> | 2010-03-14 16:37:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-03-14 16:37:07 +0000 |
commit | d39acc4c24bef96b245cd6d3df15349e3b546c36 (patch) | |
tree | 170b73d87308ecd6adfa0f3d76092dfccd555a01 /math/kseg | |
parent | 62aef970f776ff6f0e7d44ad77fc940234ba70d0 (diff) | |
download | pkgsrc-d39acc4c24bef96b245cd6d3df15349e3b546c36.tar.gz |
Set PREV_PKGPATH.
Diffstat (limited to 'math/kseg')
-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 |