aboutsummaryrefslogtreecommitdiff
path: root/math/sc
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2013-12-29 21:57:26 +0000
committerJohan van Selst <johans@FreeBSD.org>2013-12-29 21:57:26 +0000
commitd3cd1799eefc61e02cca1dcae542ba62ff4de578 (patch)
tree378a9057b8c44a4c656d28defe9dbe1bddb60a21 /math/sc
parent40aa950779b83ddcce3676b720e75f9e4a3c48c5 (diff)
downloadports-d3cd1799eefc61e02cca1dcae542ba62ff4de578.tar.gz
ports-d3cd1799eefc61e02cca1dcae542ba62ff4de578.zip
Enable stage support
Notes
Notes: svn path=/head/; revision=338048
Diffstat (limited to 'math/sc')
-rw-r--r--math/sc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/sc/Makefile b/math/sc/Makefile
index 5df2cb2d5546..c4d9fbcfcc93 100644
--- a/math/sc/Makefile
+++ b/math/sc/Makefile
@@ -9,18 +9,18 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/financial/spreadsheet
MAINTAINER= johans@FreeBSD.org
-COMMENT= A curses-based spreadsheet program
+COMMENT= Curses-based spreadsheet program
MAN1= sc.1 psc.1
-NO_STAGE= yes
.include <bsd.port.pre.mk>
post-patch:
@${REINPLACE_CMD} -e '/^prefix=/s,=.*,=$${PREFIX},' \
-e '/^CC=/s,=.*,=${CC},' \
-e '/^CFLAGS=/s,=.*,=-DSYSV3 ${CFLAGS} -O0,' \
- -e '/^LIBDIR=/s,=.*,=${DATADIR},' \
+ -e '/^LIBDIR=/s,=.*,=$${DESTDIR}${DATADIR},' \
+ -e '/^EXDIR=/s,=.*,=$${DESTDIR}${PREFIX}/bin,' \
-e '/^YACC=/s,=.*,=${YACC},' \
-e '/usr.bin.crypt/s,^# *,,' \
-e '/mkdir.*plugins/d' \