diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /sysutils/smartmontools-devel/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'sysutils/smartmontools-devel/Makefile')
-rw-r--r-- | sysutils/smartmontools-devel/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/sysutils/smartmontools-devel/Makefile b/sysutils/smartmontools-devel/Makefile deleted file mode 100644 index fed31cf28b3f..000000000000 --- a/sysutils/smartmontools-devel/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: smartmontools -# Date created: 12 October 2003 -# Whom: Eduard Martinescu -# -# $FreeBSD$ -# - -PORTNAME= smartmontools -PORTVERSION= 5.38 -CATEGORIES= sysutils -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= pav@FreeBSD.org -COMMENT= S.M.A.R.T. disk monitoring tools - -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --enable-sample - -SUB_FILES= pkg-message -USE_RC_SUBR= smartd - -MAN5= smartd.conf.5 -MAN8= smartd.8 smartctl.8 - -post-patch: - @${REINPLACE_CMD} -e 's| install-initdDATA | |' ${WRKSRC}/Makefile.in - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> |