mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stage support
This commit is contained in:
parent
74db5af24f
commit
71ed666f6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342041
@ -1,27 +1,28 @@
|
||||
# Created by: Kelly Yancey <kbyanc@posi.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= radreport
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= kbyanc
|
||||
DISTNAME= radreport
|
||||
PORTNAME= radreport
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= LOCAL/kbyanc
|
||||
DISTNAME= radreport
|
||||
EXTRACT_SUFX=
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Perl script for processing radius logs
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
USES= shebangfix
|
||||
SHEBANG_FILES= radreport
|
||||
|
||||
PLIST_FILES= bin/radreport
|
||||
|
||||
NO_STAGE= yes
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@for i in $(DISTFILES); do ${CP} ${DISTDIR}/$$i ${WRKDIR}; done
|
||||
@for i in ${DISTFILES}; do ${CP} ${DISTDIR}/$$i ${WRKDIR}; done
|
||||
|
||||
do-install:
|
||||
@${INSTALL_SCRIPT} ${WRKDIR}/radreport ${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/radreport ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user