diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-09 12:49:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-09 12:49:23 +0000 |
commit | feb1668cdf022db6b97990e5afe3d1b89748c8be (patch) | |
tree | b1dc884a050de238e47d8d5227624c609571c875 /security | |
parent | 3b879e941c75f2f03a4aa6bafaf91d16a65d80ee (diff) | |
download | pkgsrc-feb1668cdf022db6b97990e5afe3d1b89748c8be.tar.gz |
Needs pre-created directories.
Diffstat (limited to 'security')
-rw-r--r-- | security/tripwire/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 1bbdc8922a4..51d625c9a60 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/10/04 21:58:15 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2007/10/09 12:49:23 rillig Exp $ # DISTNAME= tripwire-1.2 @@ -12,12 +12,13 @@ COMMENT= File and directory integrity checker ONLY_FOR_PLATFORM= NetBSD-*-* FreeBSD-*-* SunOS-*-* - PKG_SYSCONFSUBDIR= tripwire OWN_DIRS= ${PKG_SYSCONFDIR}/databases EGDIR= ${PREFIX}/share/examples/tripwire CONF_FILES= ${EGDIR}/tripwire.conf ${PKG_SYSCONFDIR}/tripwire.conf +INSTALLATION_DIRS_FROM_PLIST= yes + post-extract: cd ${WRKDIR} && ${PAX} -O -rf T1.2.tar ${CP} ${FILESDIR}/conf-${LOWER_OPSYS}.h ${WRKSRC}/configs @@ -32,8 +33,6 @@ pre-configure: PRE_ROOT_CMD= ${CHMOD} -R go+rwx ${WRKDIR} post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tripwire - ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA} ${WRKSRC}/docs/designdoc.ps ${PREFIX}/share/doc/tripwire ${SED} -e 's|@localbase@|${LOCALBASE}|g' -e 's|@x11base@|${X11BASE}|g' \ ${FILESDIR}/tw.conf.${LOWER_OPSYS} > ${EGDIR}/tripwire.conf |