svn commit: r350411 - head/math/sc
Antoine Brodin
antoine at FreeBSD.org
Sun Apr 6 20:55:16 UTC 2014
Author: antoine
Date: Sun Apr 6 20:55:15 2014
New Revision: 350411
URL: http://svnweb.freebsd.org/changeset/ports/350411
QAT: https://qat.redports.org/buildarchive/r350411/
Log:
- Finish stage support
- No need to include bsd.port.pre.mk
With hat: portmgr
Modified:
head/math/sc/Makefile
head/math/sc/pkg-plist
Modified: head/math/sc/Makefile
==============================================================================
--- head/math/sc/Makefile Sun Apr 6 20:40:47 2014 (r350410)
+++ head/math/sc/Makefile Sun Apr 6 20:55:15 2014 (r350411)
@@ -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/sprea
MAINTAINER= johans at 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>
Modified: head/math/sc/pkg-plist
==============================================================================
--- head/math/sc/pkg-plist Sun Apr 6 20:40:47 2014 (r350410)
+++ head/math/sc/pkg-plist Sun Apr 6 20:55:15 2014 (r350411)
@@ -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%%
More information about the svn-ports-head
mailing list