aboutsummaryrefslogtreecommitdiff
path: root/math/sc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-04-06 20:55:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-04-06 20:55:15 +0000
commit8e3a8d44dbae341b0e2645de9e7d29c63b87f747 (patch)
tree81db7cbac2164297d9c4d6cd6a7f94c11903aa88 /math/sc
parentb99e46348dabcf64b446019ffcc029e1bf8ce0f2 (diff)
downloadports-8e3a8d44dbae341b0e2645de9e7d29c63b87f747.tar.gz
ports-8e3a8d44dbae341b0e2645de9e7d29c63b87f747.zip
- Finish stage support
- No need to include bsd.port.pre.mk With hat: portmgr
Notes
Notes: svn path=/head/; revision=350411
Diffstat (limited to 'math/sc')
-rw-r--r--math/sc/Makefile6
-rw-r--r--math/sc/pkg-plist2
2 files changed, 4 insertions, 4 deletions
diff --git a/math/sc/Makefile b/math/sc/Makefile
index 09b8daf4d692..f9ad08548ba7 100644
--- a/math/sc/Makefile
+++ b/math/sc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sc
PORTVERSION= 7.16
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/financial/spreadsheet
@@ -11,8 +11,6 @@ MASTER_SITE_SUBDIR= apps/financial/spreadsheet
MAINTAINER= johans@FreeBSD.org
COMMENT= Curses-based spreadsheet program
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e '/^prefix=/s,=.*,=$${PREFIX},' \
-e '/^CC=/s,=.*,=${CC},' \
@@ -27,4 +25,4 @@ post-patch:
@${REINPLACE_CMD} -e 's/^void/int/' ${WRKSRC}/crypt.c
@${REINPLACE_CMD} -e '/flag.val/s/.*/#undef is_cleared/' ${WRKSRC}/sc.h
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/math/sc/pkg-plist b/math/sc/pkg-plist
index a512e1d9d353..ad3a455ff3ef 100644
--- a/math/sc/pkg-plist
+++ b/math/sc/pkg-plist
@@ -1,5 +1,7 @@
bin/sc
bin/scqref
bin/psc
+man/man1/psc.1.gz
+man/man1/sc.1.gz
%%DATADIR%%/tutorial.sc
@dirrm %%DATADIR%%