diff options
author | rillig <rillig@pkgsrc.org> | 2006-12-10 02:15:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-12-10 02:15:15 +0000 |
commit | b719a4ce18873be4f5494c1cd6a771ada52081b1 (patch) | |
tree | 43da9d6e8234a0e1cbf74d6468e841540b5cbc6d /math | |
parent | 0716321d67a76eb85c661b9255e1333c98e3967f (diff) | |
download | pkgsrc-b719a4ce18873be4f5494c1cd6a771ada52081b1.tar.gz |
Fixed PKGMANDIR.
Diffstat (limited to 'math')
-rw-r--r-- | math/sc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/sc/Makefile b/math/sc/Makefile index 5962d20c35c..fb66ce8eefd 100644 --- a/math/sc/Makefile +++ b/math/sc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/09/29 15:55:26 he Exp $ +# $NetBSD: Makefile,v 1.12 2006/12/10 02:15:15 rillig Exp $ DISTNAME= sc-6.21 PKGREVISION= 1 @@ -11,5 +11,6 @@ COMMENT= Curses-based spreadsheet program WRKSRC= ${WRKDIR} USE_TOOLS+= yacc +MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |