- Stage support
This commit is contained in:
parent
78284fae11
commit
6c964e358d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343445
1 changed files with 3 additions and 8 deletions
|
@ -10,9 +10,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|||
MAINTAINER= chip-set@mail.ru
|
||||
COMMENT= Convert your source code to syntax highlighted HTML
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -27,11 +24,9 @@ pre-patch:
|
|||
's|IO->close()|if(IO) IO->close()|g'
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for file in AUTHORS COPYING README TODO docs.html
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue