From 9ad4c23c158ceb39d9fc21e097aada93fd288cc4 Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 4 Jan 2002 16:38:48 +0000 Subject: Make sure ${PERL5_SITEARCH} directory exists before attempting to copy files there. Patch in private mail from someone who prefers to remain anonymous. --- security/tct/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'security/tct') diff --git a/security/tct/Makefile b/security/tct/Makefile index a8869ff12c5..d5232ad21dc 100644 --- a/security/tct/Makefile +++ b/security/tct/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/01/04 13:17:17 agc Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/04 16:38:48 agc Exp $ # DISTNAME= tct-1.09 @@ -31,6 +31,7 @@ do-install: for f in README design-notes grave-robber.README lazarus.README mac.README; do \ ${BSD_INSTALL_DATA} $$f ${LOCALBASE}/share/doc/tct; \ done + ${INSTALL_DATA_DIR} ${PERL5_SITEARCH} cd ${WRKSRC}/lib && ${BSD_INSTALL_DATA} *.pl ${PERL5_SITEARCH} .include "../../lang/perl5/buildlink.mk" -- cgit v1.2.3