diff options
author | agc <agc@pkgsrc.org> | 2002-01-04 16:38:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-01-04 16:38:48 +0000 |
commit | 9ad4c23c158ceb39d9fc21e097aada93fd288cc4 (patch) | |
tree | 59f49e135ea3f4c393df401980d71bcc1bd8fb87 /security/tct | |
parent | 2178b7531e64bb87ac7ea1bd55c46186415ed49a (diff) | |
download | pkgsrc-9ad4c23c158ceb39d9fc21e097aada93fd288cc4.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/Makefile | 3 |
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" |