diff options
author | antoine <antoine@FreeBSD.org> | 2014-04-07 04:55:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-04-07 04:55:15 +0800 |
commit | 72422f33434b2287d1b21f50e5ad4c0dc1756359 (patch) | |
tree | 81db7cbac2164297d9c4d6cd6a7f94c11903aa88 /math/sc | |
parent | 1f0191d03a8679a51768b12783c1408c1b16d073 (diff) | |
download | freebsd-ports-graphics-72422f33434b2287d1b21f50e5ad4c0dc1756359.tar.gz freebsd-ports-graphics-72422f33434b2287d1b21f50e5ad4c0dc1756359.tar.zst freebsd-ports-graphics-72422f33434b2287d1b21f50e5ad4c0dc1756359.zip |
- Finish stage support
- No need to include bsd.port.pre.mk
With hat: portmgr
Diffstat (limited to 'math/sc')
-rw-r--r-- | math/sc/Makefile | 6 | ||||
-rw-r--r-- | math/sc/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/sc/Makefile b/math/sc/Makefile index 09b8daf4d69..f9ad08548ba 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 a512e1d9d35..ad3a455ff3e 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%% |