diff options
author | tv <tv> | 1999-02-11 19:17:28 +0000 |
---|---|---|
committer | tv <tv> | 1999-02-11 19:17:28 +0000 |
commit | b1e5df2a475c6ce05cca51e33d94e4953abd6c00 (patch) | |
tree | f76daec9f35f521bddac8b348dfb1657a18a40a2 /security | |
parent | 4b0835c5f3512fe972d6c6ae7a50849320125b3f (diff) | |
download | pkgsrc-b1e5df2a475c6ce05cca51e33d94e4953abd6c00.tar.gz |
Use install-info in $PATH, so that systems with it in base will work too.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-crypto/pkg/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/py-crypto/pkg/PLIST b/security/py-crypto/pkg/PLIST index 4dd94a7d84a..ffbc6f48ec3 100644 --- a/security/py-crypto/pkg/PLIST +++ b/security/py-crypto/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1998/08/07 14:58:35 tsarna Exp $ +@comment $NetBSD: PLIST,v 1.3 1999/02/11 19:17:34 tv Exp $ lib/python1.5/site-packages/arc4module.so lib/python1.5/site-packages/blowfishmodule.so lib/python1.5/site-packages/des3module.so @@ -37,8 +37,8 @@ lib/python1.5/site-packages/rfc1751.pyo lib/python1.5/site-packages/testpk.py lib/python1.5/site-packages/testpk.pyc lib/python1.5/site-packages/testpk.pyo -@unexec %D/bin/install-info --delete %D/info/pct.info %D/info/dir +@unexec install-info --delete %D/info/pct.info %D/info/dir info/pct.info -@exec %D/bin/install-info %D/info/pct.info %D/info/dir +@exec install-info %D/info/pct.info %D/info/dir info/pct.info-1 info/pct.info-2 |