diff options
author | xtraeme <xtraeme> | 2004-07-15 20:42:26 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-15 20:42:26 +0000 |
commit | 5f28efce0e4bc42d29e9770ed27c430664c08d06 (patch) | |
tree | a66775c6a6cc9c497bd72ee848cfa7f5806f8733 /sysutils/smartmontools/Makefile | |
parent | b9551991364892ed4631b32d0088d4071b4cc50c (diff) | |
download | pkgsrc-5f28efce0e4bc42d29e9770ed27c430664c08d06.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'sysutils/smartmontools/Makefile')
-rw-r--r-- | sysutils/smartmontools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index 85eb981e43a..44c9636ce23 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/07/15 20:17:45 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/07/15 20:42:26 xtraeme Exp $ # DISTNAME= smartmontools-5.32 @@ -9,6 +9,8 @@ MAINTAINER= shattered@users.sourceforge.net HOMEPAGE= http://smartmontools.sourceforge.net/ COMMENT= Control and monitor storage systems using SMART +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_PKGINSTALL= yes |