diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-24 08:20:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-24 08:20:44 +0000 |
commit | e02a479cabb2b8f3e1c568ddc41be6ea8da7ef61 (patch) | |
tree | 3ad47b3df2fdada010f515506039e0ac08170abf /textproc/eperl/pkg | |
parent | f3fb78f83342535df2771c22645cfe67416d7f5a (diff) | |
download | pkgsrc-e02a479cabb2b8f3e1c568ddc41be6ea8da7ef61.tar.gz |
Implement improvements suggested by hubertf@netbsd.org:
* Substitute ${PREFIX} instead of ${LOCALBASE} for location of installed
files.
* Use only one ${SED} invocation instead of four to speed things up.
* Add a comment to ${PKGDIR}/PLIST to make explicit at which point the PLIST
is generated dynamically.
Diffstat (limited to 'textproc/eperl/pkg')
-rw-r--r-- | textproc/eperl/pkg/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/eperl/pkg/PLIST b/textproc/eperl/pkg/PLIST index 6647522e810..952655cf689 100644 --- a/textproc/eperl/pkg/PLIST +++ b/textproc/eperl/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2000/08/15 01:12:16 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2000/08/24 08:20:44 jlam Exp $ bin/eperl man/man1/eperl.1 share/eperl/00README @@ -27,3 +27,4 @@ share/eperl/demo.table.phtml share/eperl/demo.text.iphtml share/eperl/demo.text.phtml @dirrm share/eperl +@comment The following lines are automatically generated from the .packlist files. |