diff options
author | jlam <jlam> | 2005-01-02 20:29:16 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-01-02 20:29:16 +0000 |
commit | bbb43f7f3a961cd4a70b7f952d93e2aed7317be8 (patch) | |
tree | 5baa9304f68f9d3d532c39c9671ce69adab5e4f8 /sysutils/smartmontools/Makefile | |
parent | 35550081255e748b5cb75569e9f26691090bed0d (diff) | |
download | pkgsrc-bbb43f7f3a961cd4a70b7f952d93e2aed7317be8.tar.gz |
Use a standard idiom to install the config files into the examples
directory instead of $(sysconfdir) for packages that use GNU automake.
Also modify patch-aa to avoid installing the provided init.d script
in a simpler way.
Diffstat (limited to 'sysutils/smartmontools/Makefile')
-rw-r--r-- | sysutils/smartmontools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index 6e9e5e408f0..8a9a7592337 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/12/28 02:47:50 reed Exp $ -# +# $NetBSD: Makefile,v 1.4 2005/01/02 20:29:16 jlam Exp $ DISTNAME= smartmontools-5.32 PKGREVISION= 1 @@ -18,11 +17,11 @@ USE_PKGINSTALL= yes GNU_CONFIGURE= yes EGDIR= ${PREFIX}/share/examples/smartmontools - CONF_FILES= ${EGDIR}/smartd.conf ${PKG_SYSCONFDIR}/smartd.conf RCD_SCRIPTS= smartd CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/smartmontools +INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR} INSTALLATION_DIRS= ${EGDIR} |