From 89802b88e6207ec4f5f1e07c3f4885674ce9120f Mon Sep 17 00:00:00 2001 From: cjep Date: Mon, 6 Jan 2003 07:44:11 +0000 Subject: Split up installation of directories to please SunOS /usr/ucb/install --- security/tripwire/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'security') 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 -- cgit v1.2.3