mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
1: Stagify
2: Add LICENSE. 3: Fix WWW line.
This commit is contained in:
parent
d325a025fb
commit
f03e057b89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362396
@ -10,24 +10,20 @@ MASTER_SITES= http://fabletech.com/${PORTNAME}-download/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Is a commandline scoreboard viewer for the Apache server
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_APACHE= 22+
|
||||
|
||||
PLIST_FILES= sbin/ftasv
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
PORTDOCS= AUTHORS COPYING ChangeLog README
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for docs in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -9,4 +9,4 @@ server gets overloaded again.
|
||||
This project aims at helping the system administrator get his information
|
||||
in crisis situations.
|
||||
|
||||
WWW: http://fabletech.com/ftasv
|
||||
WWW: http://fabletech.com/ftasv
|
||||
|
Loading…
Reference in New Issue
Block a user