aboutsummaryrefslogtreecommitdiff
path: root/sysutils/megarc/Makefile
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-12-04 09:19:46 +0000
committerChris Rees <crees@FreeBSD.org>2011-12-04 09:19:46 +0000
commitdec2df91457a3b7c0f7f896f8a871d8aa1405bac (patch)
tree2aa4108fc03c49abfe8ba5135181d2773a8fcef7 /sysutils/megarc/Makefile
parented4d923b39031eaf81232a471957499aee4ccf17 (diff)
downloadports-dec2df91457a3b7c0f7f896f8a871d8aa1405bac.tar.gz
ports-dec2df91457a3b7c0f7f896f8a871d8aa1405bac.zip
Notes
Diffstat (limited to 'sysutils/megarc/Makefile')
-rw-r--r--sysutils/megarc/Makefile19
1 files changed, 3 insertions, 16 deletions
diff --git a/sysutils/megarc/Makefile b/sysutils/megarc/Makefile
index 1395f81dca48..8477ee2c9049 100644
--- a/sysutils/megarc/Makefile
+++ b/sysutils/megarc/Makefile
@@ -25,23 +25,10 @@ RESTRICTED= Must be downloaded directly from the manufacturer
PLIST_FILES= sbin/megarc
PORTDOCS= *
-MANUAL_PACKAGE_BUILD= distfile unavailable
+.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
-DISTFILE_INSTRUCTIONS=\n\
-The distribution file is not freely avaliable.\n\
-The binary is shipped on the Megaraid Universal Software Suite\n\
-CD which accompanies any boxed LSI Logic RAID storage adaptor.\n\
-\n\
-Copy ${DISTNAME}${EXTRACT_SUFX} to ${DISTDIR} and try again.\n\
-\n\
-For further instructions, see http://www.freebsdwiki.net/index.php/Megarc\n\n
-.endif
-
-pre-fetch:
-.if defined(DISTFILE_INSTRUCTIONS)
- @${PRINTF} "${DISTFILE_INSTRUCTIONS}"
- @exit 1
+IGNORE= has a distribution file that is not freely avaliable. The binary is shipped on the Megaraid Universal Software Suite CD which accompanies any boxed LSI Logic RAID storage adaptor. Copy ${DISTNAME}${EXTRACT_SUFX} to ${DISTDIR} and try again. For further instructions, see http://www.freebsdwiki.net/index.php/Megarc
.endif
post-extract:
@@ -54,4 +41,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${DOCSDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>