mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add license and stagefy.
This commit is contained in:
parent
7a9f0ccbe1
commit
06a4db4df2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338967
2 changed files with 10 additions and 8 deletions
|
@ -10,10 +10,16 @@ MASTER_SITE_SUBDIR= jkim
|
||||||
MAINTAINER= jkim@FreeBSD.org
|
MAINTAINER= jkim@FreeBSD.org
|
||||||
COMMENT= Utility for LSI Logic's MegaRAID RAID controllers
|
COMMENT= Utility for LSI Logic's MegaRAID RAID controllers
|
||||||
|
|
||||||
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
|
PLIST_DIRSTRY= etc/periodic/daily \
|
||||||
|
etc/periodic
|
||||||
|
PLIST_FILES= etc/periodic/daily/407.status-amr-raid \
|
||||||
|
sbin/amrstat
|
||||||
|
|
||||||
OPTIONS_DEFINE= MEGARC
|
OPTIONS_DEFINE= MEGARC
|
||||||
MEGARC_DESC= Install LSI megarc binary port
|
MEGARC_DESC= Install LSI megarc binary port
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
# We may want this for periodic script and to actually be able
|
# We may want this for periodic script and to actually be able
|
||||||
|
@ -35,9 +41,9 @@ post-extract:
|
||||||
${RM} -f ${WRKSRC}/amrstat
|
${RM} -f ${WRKSRC}/amrstat
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/amrstat ${PREFIX}/sbin
|
${INSTALL_PROGRAM} ${WRKSRC}/amrstat ${STAGEDIR}${PREFIX}/sbin
|
||||||
${MKDIR} ${PREFIX}/etc/periodic/daily
|
${MKDIR} ${STAGEDIR}${PREFIX}/etc/periodic/daily
|
||||||
${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} \
|
${INSTALL_SCRIPT} ${WRKDIR}/${PERIODICSCRIPT} \
|
||||||
${PREFIX}/etc/periodic/daily
|
${STAGEDIR}${PREFIX}/etc/periodic/daily
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
sbin/amrstat
|
|
||||||
etc/periodic/daily/407.status-amr-raid
|
|
||||||
@dirrmtry etc/periodic/daily
|
|
||||||
@dirrmtry etc/periodic
|
|
Loading…
Add table
Reference in a new issue