aboutsummaryrefslogtreecommitdiff
path: root/sysutils/seatools
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2014-03-13 07:40:26 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2014-03-13 07:40:26 +0000
commit1d467014a2cd3fe1e51513b37659b3373d4609e7 (patch)
treec3c6b0c52a62758415fb404692d7bc0ebfa69296 /sysutils/seatools
parent7debc1d67d59fa9943ab76d98b8088f67eaf8070 (diff)
downloadports-1d467014a2cd3fe1e51513b37659b3373d4609e7.tar.gz
ports-1d467014a2cd3fe1e51513b37659b3373d4609e7.zip
. 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]
Notes
Notes: svn path=/head/; revision=348041
Diffstat (limited to 'sysutils/seatools')
-rw-r--r--sysutils/seatools/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/sysutils/seatools/Makefile b/sysutils/seatools/Makefile
index 654b3d0b5f7c..ee2202236507 100644
--- a/sysutils/seatools/Makefile
+++ b/sysutils/seatools/Makefile
@@ -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>