Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Oct 2003 17:59:43 +0200
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        Eduard Martinescu <martines@rochester.rr.com>
Cc:        Sergey Matveychuk <sem@ciam.ru>
Subject:   Re: ports/58085: New Port: S.M.A.R.T. disk monitoring tools
Message-ID:  <3F91636F.3070701@fillmore-labs.com>
In-Reply-To: <200310181410.h9IEAKhS076253@freefall.freebsd.org>
References:  <200310181410.h9IEAKhS076253@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Eduard,

just some minor suggestions ;->

>  XCONFIGURE_ARGS+= --with-initscriptdir=${PREFIX}/etc/rc.d --with-docdir=${PREFIX}/share/doc/smartmontools --enable-sample
I assume you meant --with-docdir=${DOCSDIR} here?

>  X	@${INSTALL_MAN} ${WRKSRC}/smartctl.8 \
>  X		${PREFIX}/man/man8
>  X	@${INSTALL_MAN} ${WRKSRC}/smartd.conf.5 \
>  X		${PREFIX}/man/man5
>  X	@${INSTALL_MAN} ${WRKSRC}/smartd.8 \
>  X		${PREFIX}/man/man8
You could use ${MAN5PREFIX}/man/man5 and ${MAN8PREFIX}/man/man8 here,
in case someone installs the port with PREFIX=/usr

>  X	@${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}
Form the FreeBSD Porter's Handbook, 15.19 Miscellanea:
  http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-misc.html

"Do not copy more copies of the GNU General Public License into our system, please."

Regards
    Oliver




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F91636F.3070701>