aboutsummaryrefslogtreecommitdiff
path: root/math/sc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/sc/Makefile')
-rw-r--r--math/sc/Makefile6
1 files changed, 2 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>