diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-10-24 12:05:09 +0000 |
commit | c634b4bb839753aec2ae1040e2c80a5282402cb8 (patch) | |
tree | d8b3fc97550f860aeb41c57751d2550e9ad6273e /math/p5-Roman | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) |
Notes
Diffstat (limited to 'math/p5-Roman')
-rw-r--r-- | math/p5-Roman/Makefile | 2 | ||||
-rw-r--r-- | math/p5-Roman/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Roman/Makefile b/math/p5-Roman/Makefile index 18fa333518ee..42dcc0ab0696 100644 --- a/math/p5-Roman/Makefile +++ b/math/p5-Roman/Makefile @@ -18,7 +18,7 @@ COMMENT= Perl module to convert between Arabic and Roman numerals NO_BUILD= yes USE_PERL5_RUN= yes -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} do-install: ${CP} ${WRKSRC}/Roman.pm ${SITE_PERL} diff --git a/math/p5-Roman/pkg-plist b/math/p5-Roman/pkg-plist index 240c3d07da15..21d3888aa706 100644 --- a/math/p5-Roman/pkg-plist +++ b/math/p5-Roman/pkg-plist @@ -1 +1 @@ -lib/perl5/site_perl/%%PERL_VER%%/Roman.pm +%%SITE_PERL%%/Roman.pm |