mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- use DOCSDIR macro
- fix plist for -DNOPORTDOCS - bump PORTREVISION Approved by: maintainer timeout on QAT BotMails Prompted by: QAT QA run
This commit is contained in:
parent
39fd6bb5d7
commit
9860b272d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223021
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= quranref
|
||||
PORTVERSION= 1.01
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://www.unknown.nu/ports/
|
||||
|
||||
@ -18,9 +18,9 @@ BUILD_DEPENDS= icont:${PORTSDIR}/lang/icon
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/quranref
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/quranref
|
||||
${INSTALL_DATA} ${WRKSRC}/README.2000 ${PREFIX}/share/doc/quranref
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.2000 ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -6,7 +6,7 @@ lib/quranref/xxxxqurrtv.IS
|
||||
lib/quranref/xxxxqurrtv.LIM
|
||||
lib/quranref/xxxxqurrtv.OFS
|
||||
lib/quranref/xxxxqurrtv.UNT
|
||||
share/doc/quranref/README
|
||||
share/doc/quranref/README.2000
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README.2000
|
||||
@dirrm lib/quranref
|
||||
@dirrm share/doc/quranref
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user