diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-11 11:03:05 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-11 11:03:05 +0800 |
commit | dee07d49cbed3a44c3a58db7fdc1686b96a38492 (patch) | |
tree | a66cc3db562e0d768caf0cfd7c44a67abbbd5aac /sysutils | |
parent | 9d7b2f264dcb42318a4e1f5e4b7e9a5a670eb4fe (diff) | |
download | freebsd-ports-gnome-dee07d49cbed3a44c3a58db7fdc1686b96a38492.tar.gz freebsd-ports-gnome-dee07d49cbed3a44c3a58db7fdc1686b96a38492.tar.zst freebsd-ports-gnome-dee07d49cbed3a44c3a58db7fdc1686b96a38492.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.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/3dm/Makefile | 24 |
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/ # |