- Add staging support
- Remove leading article from COMMENT
This commit is contained in:
parent
b1d06a5e25
commit
c22c291886
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356120
1 changed files with 4 additions and 6 deletions
|
@ -11,17 +11,15 @@ PKGNAMEPREFIX= sather-
|
|||
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}.html
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A tutorial on the Sather programming language
|
||||
COMMENT= Tutorial on the Sather programming language
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
DOCSDIR= ${PREFIX}/share/doc/sather/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${DOCSDIR}
|
||||
@${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${DOCSDIR}
|
||||
@${FIND} ${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
|
||||
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${TAR} -xzf ${DISTDIR}/${DISTFILES} -C ${STAGEDIR}${DOCSDIR}
|
||||
@${FIND} ${STAGEDIR}${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue