diff options
author | asau <asau@pkgsrc.org> | 2009-12-12 20:22:01 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-12-12 20:22:01 +0000 |
commit | 82386b2c2745e58985ed8724ade57915e97e7425 (patch) | |
tree | b7f548da40c7dcd2d3a169cfea5b5dc403c6ffb9 /math/sc/Makefile | |
parent | 0cee6884cc6ead8ce37bf938f3f3ce69e183b31e (diff) | |
download | pkgsrc-82386b2c2745e58985ed8724ade57915e97e7425.tar.gz |
Support staged installation.
Diffstat (limited to 'math/sc/Makefile')
-rw-r--r-- | math/sc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/sc/Makefile b/math/sc/Makefile index 55e529d5380..f899cc2b7e9 100644 --- a/math/sc/Makefile +++ b/math/sc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2007/02/22 19:26:47 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2009/12/12 20:22:01 asau Exp $ DISTNAME= sc-6.21 PKGREVISION= 2 @@ -9,8 +9,11 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= eric@fox.phoenix.az.us COMMENT= Curses-based spreadsheet program +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR} USE_TOOLS+= yacc MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin lib ${PKGMANDIR}/man1 .include "../../mk/bsd.pkg.mk" |