aboutsummaryrefslogtreecommitdiff
path: root/sysutils/3dm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-02-11 03:03:05 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-02-11 03:03:05 +0000
commit82affe8f1796f85bc87f38943473b51da0fecd07 (patch)
treee513015fa3383e46a39d4a111f294acf6ee4c925 /sysutils/3dm
parentd00fb69ce5397fb7f5e75a0ee897ae47b43b14d1 (diff)
downloadports-82affe8f1796f85bc87f38943473b51da0fecd07.tar.gz
ports-82affe8f1796f85bc87f38943473b51da0fecd07.zip
dbaker@FreeBSD.org has been inactive in the ports community for over
a year now, so return his ports to the unmaintained pool in the hopes that someone will adopt them and give them a good home. While here, pacify portlint on all of them. Discussed with: various members of portmgr@, at various times over the last few months.
Notes
Notes: svn path=/head/; revision=100617
Diffstat (limited to 'sysutils/3dm')
-rw-r--r--sysutils/3dm/Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/sysutils/3dm/Makefile b/sysutils/3dm/Makefile
index 8f24b9f60ec0..441fe431dc32 100644
--- a/sysutils/3dm/Makefile
+++ b/sysutils/3dm/Makefile
@@ -14,13 +14,13 @@ MASTER_SITES= ftp://ftp.procplace.com/pub/contrib/3ware/3dm/ \
http://people.freebsd.org/~msmith/RAID/3ware/
DISTNAME= 3dm-bsd-${PORTVERSION}
-MAINTAINER= dbaker@FreeBSD.org
-COMMENT= 3ware ATA RAID monitoring daemon and web server
+MAINTAINER= ports@FreeBSD.org
+COMMENT= 3ware ATA RAID monitoring daemon and web server
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 450000
-BROKEN= "3ware 3ware ATA RAID (twe) is not supported in versions earlier than 4.5-RELEASE"
+IGNORE= "3ware 3ware ATA RAID (twe) is not supported in versions earlier than 4.5-RELEASE"
.endif
ONLY_FOR_ARCHS= i386
@@ -53,15 +53,15 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/3dmd ${PREFIX}/sbin
.if !exists(${PREFIX}/etc/3dmd.conf)
- @echo ""
- @echo ""
- @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- @echo " Don't forget to edit '${PREFIX}/etc/3dmd.conf' "
- @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- @echo " Visit http://`hostname`:1080/ "
- @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
- @echo ""
- @echo ""
+ @${ECHO} ""
+ @${ECHO} ""
+ @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
+ @${ECHO} " Don't forget to edit '${PREFIX}/etc/3dmd.conf' "
+ @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
+ @${ECHO} " Visit http://`hostname`:1080/ "
+ @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
+ @${ECHO} ""
+ @${ECHO} ""
${INSTALL_DATA} ${FILESDIR}/3dmd.conf ${PREFIX}/etc/
#