diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2014-03-13 15:40:26 +0800 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2014-03-13 15:40:26 +0800 |
commit | 1d467014a2cd3fe1e51513b37659b3373d4609e7 (patch) | |
tree | c3c6b0c52a62758415fb404692d7bc0ebfa69296 /sysutils | |
parent | 7debc1d67d59fa9943ab76d98b8088f67eaf8070 (diff) | |
download | freebsd-ports-gnome-1d467014a2cd3fe1e51513b37659b3373d4609e7.tar.gz freebsd-ports-gnome-1d467014a2cd3fe1e51513b37659b3373d4609e7.tar.zst freebsd-ports-gnome-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]
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/seatools/Makefile | 18 |
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> |