mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Fix WWW line in pkg-descr
- Use PORTDOCS - Remove uneeded pkg-plist and use PLIST_FILES instead PR: ports/100752 Submitted by: garga Approved by: maintainer timeout (15 days)
This commit is contained in:
parent
ea816eefc7
commit
7a9c82a69c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169957
@ -20,7 +20,8 @@ USE_QMAIL_RUN= yes
|
||||
|
||||
USE_PYTHON= yes
|
||||
|
||||
DOCS= BLURB CHANGELOG TODO
|
||||
PLIST_FILES= bin/queue-repair
|
||||
PORTDOCS= BLURB CHANGELOG TODO
|
||||
|
||||
do-build:
|
||||
${REINPLACE_CMD} -e 's,^#!/usr/bin/python,#!${PYTHON_CMD},' \
|
||||
@ -33,7 +34,9 @@ do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/queue_repair.py ${PREFIX}/bin/queue-repair
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
. for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||
. endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -16,4 +16,4 @@ queue_repair features include:
|
||||
|
||||
- can run in repair or test (report-only) modes. The default is test mode.
|
||||
|
||||
WWW: http://www.qcc.ca/~charlesc/software/queue_repair/
|
||||
WWW: http://pyropus.ca/software/queue-repair/
|
||||
|
@ -1,6 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
bin/queue-repair
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BLURB
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user