diff options
author | zuntum <zuntum> | 2003-05-06 00:15:52 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2003-05-06 00:15:52 +0000 |
commit | b69ae1bb99f45fd741d1b3061799d3d51fdb8a36 (patch) | |
tree | 121371845a41c7427e1310933c7214d166f1986f /Packages.txt | |
parent | 498e8018991d7edcb04b7a4ebfdaa83c37abfc2c (diff) | |
download | pkgsrc-b69ae1bb99f45fd741d1b3061799d3d51fdb8a36.tar.gz |
Add section "Packages containing perl scripts" that discusses REPLACE_PERL
From Soren Jacobsen in PR#21469, thanks!
Diffstat (limited to 'Packages.txt')
-rw-r--r-- | Packages.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt index e13333c87c5..8291a0c29e7 100644 --- a/Packages.txt +++ b/Packages.txt @@ -1,4 +1,4 @@ -# $NetBSD: Packages.txt,v 1.289 2003/04/04 20:15:51 jschauma Exp $ +# $NetBSD: Packages.txt,v 1.290 2003/05/06 00:15:52 zuntum Exp $ ########################################################################### ========================== @@ -2500,6 +2500,12 @@ will be carried into any binary package that is made from this pkgsrc entry. A "preserved" package will not be deleted using pkg_delete(1), unless the "-f" option is used. + 10.33 Packages containing perl scripts + ====================================== + +If your package contains interpreted perl scripts, set REPLACE_PERL to +ensure that the proper interpreter path is set. REPLACE_PERL should +contain a list of scripts, relative to WRKSRC, that you want adjusted. 11 Submitting & Committing ========================== |