summaryrefslogtreecommitdiff
path: root/math/sc/Makefile
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-12-12 20:22:01 +0000
committerasau <asau@pkgsrc.org>2009-12-12 20:22:01 +0000
commit82386b2c2745e58985ed8724ade57915e97e7425 (patch)
treeb7f548da40c7dcd2d3a169cfea5b5dc403c6ffb9 /math/sc/Makefile
parent0cee6884cc6ead8ce37bf938f3f3ce69e183b31e (diff)
downloadpkgsrc-82386b2c2745e58985ed8724ade57915e97e7425.tar.gz
Support staged installation.
Diffstat (limited to 'math/sc/Makefile')
-rw-r--r--math/sc/Makefile5
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"