Enable stage support
This commit is contained in:
@@ -9,18 +9,18 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= apps/financial/spreadsheet
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= A curses-based spreadsheet program
|
||||
COMMENT= Curses-based spreadsheet program
|
||||
|
||||
MAN1= sc.1 psc.1
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/^prefix=/s,=.*,=$${PREFIX},' \
|
||||
-e '/^CC=/s,=.*,=${CC},' \
|
||||
-e '/^CFLAGS=/s,=.*,=-DSYSV3 ${CFLAGS} -O0,' \
|
||||
-e '/^LIBDIR=/s,=.*,=${DATADIR},' \
|
||||
-e '/^LIBDIR=/s,=.*,=$${DESTDIR}${DATADIR},' \
|
||||
-e '/^EXDIR=/s,=.*,=$${DESTDIR}${PREFIX}/bin,' \
|
||||
-e '/^YACC=/s,=.*,=${YACC},' \
|
||||
-e '/usr.bin.crypt/s,^# *,,' \
|
||||
-e '/mkdir.*plugins/d' \
|
||||
|
||||
Reference in New Issue
Block a user