mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
. support STAGE;
. use the same text both at LEGAL file and IGNORE message; [1] . use new DOWNLOAD_URL. Reported by: eadler (via e-mail) [1]
This commit is contained in:
parent
7debc1d67d
commit
1d467014a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348041
2
LEGAL
2
LEGAL
@ -226,7 +226,7 @@ ringtonetools-* misc/ringtonetools Not free for commercial organizations
|
||||
rsmb-* net/rsmb Must register for account on IBM web site, must agree to license before downloading, and no redistribution allowed
|
||||
savage/SFE* games/linux-savage Freeware, but license terms are unclear
|
||||
scv-1.0p2-sysc* cad/scv License agreement required
|
||||
seatools_cli.tar sysutils/seatools Distfile should be loaded by hand
|
||||
seatools_cli.tar sysutils/seatools Redistribution is not permitted
|
||||
serialmail-* mail/serialmail No license -- see http://cr.yp.to/softwarelaw.html
|
||||
serious.sam* games/linux-ssamtfe Redistribution limited
|
||||
serious.sam* games/linux-ssamtse Redistribution limited
|
||||
|
@ -12,9 +12,9 @@ EXTRACT_SUFX= .tar
|
||||
MAINTAINER= bsam@FreeBSD.org
|
||||
COMMENT= Seagate's SeaTools for Linux
|
||||
|
||||
DOWNLOAD_URL= http://download.seagate.com/seatools/registration.nsf/linux_cli?openform
|
||||
DOWNLOAD_URL= http://www.seagate.com/files/www-content/support-content/downloads/seatools/_shared/downloads/seatools_cli.tar
|
||||
NO_WRKSUBDIR= yes
|
||||
RESTRICTED= The distfile should be downloaded by hand
|
||||
RESTRICTED= Redistribution is not permitted
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
USE_LINUX= yes
|
||||
|
||||
@ -23,24 +23,18 @@ PORTDOCS= sthelp.txt
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
@${BRANDELF} -t Linux ${WRKSRC}/st
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/st ${PREFIX}/sbin/st
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sthelp.txt ${DOCSDIR}/sthelp.txt
|
||||
.endif
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/st ${STAGEDIR}${PREFIX}/sbin/st
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/sthelp.txt ${STAGEDIR}${DOCSDIR}/sthelp.txt
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if (!exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}))
|
||||
IGNORE= please access ${DOWNLOAD_URL} with a web browser, fill the web form.\
|
||||
Please place the downloaded ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}
|
||||
IGNORE= please fetch the distfile: ${DOWNLOAD_URL} by hand and place it in ${DISTDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user