summaryrefslogtreecommitdiff
path: root/security/tct
diff options
context:
space:
mode:
authoragc <agc>2002-01-04 16:38:48 +0000
committeragc <agc>2002-01-04 16:38:48 +0000
commitd4f54d523852180e287aa411253dac7fb966f53b (patch)
tree59f49e135ea3f4c393df401980d71bcc1bd8fb87 /security/tct
parent0f3df84279467aa7d0d415de8c6581c450840c04 (diff)
downloadpkgsrc-d4f54d523852180e287aa411253dac7fb966f53b.tar.gz
Make sure ${PERL5_SITEARCH} directory exists before attempting to copy
files there. Patch in private mail from someone who prefers to remain anonymous.
Diffstat (limited to 'security/tct')
-rw-r--r--security/tct/Makefile3
1 files changed, 2 insertions, 1 deletions
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"