summaryrefslogtreecommitdiff
path: root/security/tct/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-01-04 13:17:17 +0000
committeragc <agc@pkgsrc.org>2002-01-04 13:17:17 +0000
commiteb0a3c2684c4dba9a606d0d1dcecb3b4b53c9cf3 (patch)
tree39ad388f8ae213d1f324afe0d338eb287de48419 /security/tct/Makefile
parente4dbe506cc2f34cb090d4fb323901ae01a6fdf70 (diff)
downloadpkgsrc-eb0a3c2684c4dba9a606d0d1dcecb3b4b53c9cf3.tar.gz
Also install the perl5 support files for this package in the
appropriate place. Pointed out in private mail by someone who wishes to remain anonymous. XXX The PLIST's location for these files needs to be fixed by someone more knowledgable than me in these black arts.
Diffstat (limited to 'security/tct/Makefile')
-rw-r--r--security/tct/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tct/Makefile b/security/tct/Makefile
index 0999c7df914..a8869ff12c5 100644
--- a/security/tct/Makefile
+++ b/security/tct/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2002/01/03 12:45:06 agc Exp $
+# $NetBSD: Makefile,v 1.3 2002/01/04 13:17:17 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
+ cd ${WRKSRC}/lib && ${BSD_INSTALL_DATA} *.pl ${PERL5_SITEARCH}
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"