diff options
author | taca <taca> | 2001-10-25 14:43:22 +0000 |
---|---|---|
committer | taca <taca> | 2001-10-25 14:43:22 +0000 |
commit | a2feacb749688fb3492a3cd5fcbbf038e8a0beb5 (patch) | |
tree | e05996ba1a3e9299ac568180de6a38f3ef97c6e2 | |
parent | 2ef94ce34f8f13935409ca1fa0f9cf162671eb32 (diff) | |
download | pkgsrc-a2feacb749688fb3492a3cd5fcbbf038e8a0beb5.tar.gz |
- Create explicitly ${PERL5_SITELIB}.
- Change install directory of jcode.pl to ${PERL5_SITELIB}.
This should fix bulk build error.
-rw-r--r-- | japanese/p5-jcode/Makefile | 5 | ||||
-rw-r--r-- | japanese/p5-jcode/pkg/PLIST | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/japanese/p5-jcode/Makefile b/japanese/p5-jcode/Makefile index b2980b422b7..902451ab242 100644 --- a/japanese/p5-jcode/Makefile +++ b/japanese/p5-jcode/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/10/18 15:20:24 veego Exp $ +# $NetBSD: Makefile,v 1.8 2001/10/25 14:43:22 taca Exp $ # FreeBSD Id: Makefile,v 1.2 1999/01/17 10:56:40 vanilla Exp $ DISTNAME= jcode.pl-2.13 @@ -19,6 +19,7 @@ NO_BUILD= # defined EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} . do-install: - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${PREFIX}/lib/perl5/site_perl/jcode.pl + ${INSTALL_DATA_DIR} ${PERL5_SITELIB} + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME} ${PERL5_SITELIB}/jcode.pl .include "../../mk/bsd.pkg.mk" diff --git a/japanese/p5-jcode/pkg/PLIST b/japanese/p5-jcode/pkg/PLIST index 435c669320d..8ae0a0c8d0b 100644 --- a/japanese/p5-jcode/pkg/PLIST +++ b/japanese/p5-jcode/pkg/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.2 1999/06/08 09:52:20 sakamoto Exp $ -lib/perl5/site_perl/jcode.pl +@comment $NetBSD: PLIST,v 1.3 2001/10/25 14:43:23 taca Exp $ +${PERL5_SITELIB}/jcode.pl |