- Stage support
This commit is contained in:
parent
0d15e5b853
commit
43b24094b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344339
2 changed files with 2 additions and 5 deletions
|
@ -12,14 +12,10 @@ COMMENT= Interactive Fiction mapper and walkthrough generator
|
|||
|
||||
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
||||
|
||||
USES= perl5
|
||||
USE_GMAKE= yes
|
||||
USES= perl5 gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= WISH=${LOCALBASE}/bin/wish8.4
|
||||
|
||||
MAN1= ifm.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's/lib doc man/lib man/g' ${WRKSRC}/Makefile.in
|
||||
@${REINPLACE_CMD} -e '/docdir/d' ${WRKSRC}/Makefile.in
|
||||
|
|
|
@ -13,4 +13,5 @@ bin/tkifm
|
|||
%%DATADIR%%/reckless.ifm
|
||||
%%DATADIR%%/special.ifm
|
||||
%%DATADIR%%/verbose.ifm
|
||||
man/man1/ifm.1.gz
|
||||
@dirrm %%DATADIR%%
|
||||
|
|
Loading…
Reference in a new issue