diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-06 07:44:11 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-06 07:44:11 +0000 |
commit | ddd81b681e006435e9574a27a7c267e8882d6461 (patch) | |
tree | a4d65c495ca02e888463a29923af52dd19593a86 /security/tripwire | |
parent | 95b50ecaf26171d442151b7720ffc6f4ffdbc081 (diff) | |
download | pkgsrc-ddd81b681e006435e9574a27a7c267e8882d6461.tar.gz |
Split up installation of directories to please SunOS /usr/ucb/install
Diffstat (limited to 'security/tripwire')
-rw-r--r-- | security/tripwire/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 11458aed07b..6e1a1aad628 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/02/25 04:18:15 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 2003/01/06 07:44:11 cjep Exp $ # DISTNAME= tripwire-1.2 @@ -23,7 +23,8 @@ post-patch: PRE_ROOT_CMD= ${CHMOD} -R go+rwx ${WRKDIR} post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tripwire ${PREFIX}/etc/tripwire/databases + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tripwire + ${INSTALL_DATA_DIR} ${PREFIX}/etc/tripwire/databases ${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} > ${PREFIX}/etc/tripwire/tripwire.conf |