mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Do not install yet another copy of GPL
- Silence MKDIRs in do-install PR: 44024 Submitted by: maintainer
This commit is contained in:
parent
426e7dfaff
commit
e1d34f39c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68035
@ -13,7 +13,7 @@ MASTER_SITES= http://untroubled.org/qmail-notify/
|
||||
MAINTAINER= sergei@kolobov.com
|
||||
|
||||
EXAMPLES= cron.hourly message.txt
|
||||
DOCS= ANNOUNCEMENT COPYING NEWS README TODO
|
||||
DOCS= ANNOUNCEMENT NEWS README TODO
|
||||
|
||||
pre-build:
|
||||
${ECHO_CMD} ${PREFIX}/bin > ${WRKSRC}/conf-bin
|
||||
@ -21,12 +21,12 @@ pre-build:
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ./installer
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
.for file in ${EXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR}
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
|
@ -2,7 +2,6 @@ bin/qmail-notify
|
||||
share/examples/qmail-notify/cron.hourly
|
||||
share/examples/qmail-notify/message.txt
|
||||
%%PORTDOCS%%share/doc/qmail-notify/ANNOUNCEMENT
|
||||
%%PORTDOCS%%share/doc/qmail-notify/COPYING
|
||||
%%PORTDOCS%%share/doc/qmail-notify/NEWS
|
||||
%%PORTDOCS%%share/doc/qmail-notify/README
|
||||
%%PORTDOCS%%share/doc/qmail-notify/TODO
|
||||
|
Loading…
Reference in New Issue
Block a user