- Correct man page installation
- Bump PORTREVISION to be safe
This commit is contained in:
parent
ec5a91d995
commit
13a75b7eaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338061
1 changed files with 2 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= sc
|
||||
PORTVERSION= 7.16
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
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
|
||||
|
||||
MAN1= sc.1 psc.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
|
@ -20,6 +18,7 @@ post-patch:
|
|||
-e '/^CC=/s,=.*,=${CC},' \
|
||||
-e '/^CFLAGS=/s,=.*,=-DSYSV3 ${CFLAGS} -O0,' \
|
||||
-e '/^LIBDIR=/s,=.*,=$${DESTDIR}${DATADIR},' \
|
||||
-e '/^MANDIR=/s,=,=$${DESTDIR},' \
|
||||
-e '/^EXDIR=/s,=.*,=$${DESTDIR}${PREFIX}/bin,' \
|
||||
-e '/^YACC=/s,=.*,=${YACC},' \
|
||||
-e '/usr.bin.crypt/s,^# *,,' \
|
||||
|
|
Loading…
Reference in a new issue