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 /x11-toolkits/p5-Tk-TableMatrix | |
parent | 386f40a6b587557ff9ef6bed9fccca2490a5d78d (diff) | |
download | ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.tar.gz ports-c634b4bb839753aec2ae1040e2c80a5282402cb8.zip |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk-TableMatrix')
-rw-r--r-- | x11-toolkits/p5-Tk-TableMatrix/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/p5-Tk-TableMatrix/pkg-plist | 26 |
2 files changed, 14 insertions, 15 deletions
diff --git a/x11-toolkits/p5-Tk-TableMatrix/Makefile b/x11-toolkits/p5-Tk-TableMatrix/Makefile index f17f9a3b4f72..e41b8d8f8cf1 100644 --- a/x11-toolkits/p5-Tk-TableMatrix/Makefile +++ b/x11-toolkits/p5-Tk-TableMatrix/Makefile @@ -15,12 +15,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= lioux@FreeBSD.org COMMENT= Table/matrix extension to perl/tk for displaying table formatted data -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Tk::TableMatrix.3 \ Tk::TableMatrix::Spreadsheet.3 \ Tk::TableMatrix::SpreadsheetHideRows.3 diff --git a/x11-toolkits/p5-Tk-TableMatrix/pkg-plist b/x11-toolkits/p5-Tk-TableMatrix/pkg-plist index 8649f14feed1..710bebdacca3 100644 --- a/x11-toolkits/p5-Tk-TableMatrix/pkg-plist +++ b/x11-toolkits/p5-Tk-TableMatrix/pkg-plist @@ -1,13 +1,13 @@ -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/TableMatrix.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/TableMatrix.pod -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/TableMatrix/Spreadsheet.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/TableMatrix/SpreadsheetHideRows.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/pTk/mm.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/pTk/tkTable.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/pTk/tkTableversion.h -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/TableMatrix.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/TableMatrix.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/autosplit.ix -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tk/TableMatrix -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Tk/TableMatrix +%%SITE_PERL%%/%%PERL_ARCH%%/Tk/TableMatrix.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Tk/TableMatrix.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Tk/TableMatrix/Spreadsheet.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Tk/TableMatrix/SpreadsheetHideRows.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Tk/pTk/mm.h +%%SITE_PERL%%/%%PERL_ARCH%%/Tk/pTk/tkTable.h +%%SITE_PERL%%/%%PERL_ARCH%%/Tk/pTk/tkTableversion.h +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/TableMatrix.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/TableMatrix.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/TableMatrix/autosplit.ix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tk/TableMatrix +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Tk/TableMatrix |