diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-06-10 20:03:11 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-06-10 20:03:11 +0000 |
commit | db2957928f71d8f96d939633b482124d6cb4c0e1 (patch) | |
tree | 1840da82aef1d1b7a3247461ab973aa20b45cc4a /net/ntp4/PLIST | |
parent | 1af9e6f766b8ecd36fc39731b4441170abe215b5 (diff) | |
download | pkgsrc-db2957928f71d8f96d939633b482124d6cb4c0e1.tar.gz |
Address PR pkg/24607 by Georg Schwarz to make this build and install under
IRIX:
- add flexibility to PLIST
- add configure arguments to point to openssl if not builtin
- don't use '-print0' to find(1). IRIX' find does not have this capability,
and since we know for a fact that it will not be needed, we can leave it
out in this case.
Diffstat (limited to 'net/ntp4/PLIST')
-rw-r--r-- | net/ntp4/PLIST | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/ntp4/PLIST b/net/ntp4/PLIST index 0c535f2d8b1..4d98ebef73d 100644 --- a/net/ntp4/PLIST +++ b/net/ntp4/PLIST @@ -1,13 +1,14 @@ -@comment $NetBSD: PLIST,v 1.4 2003/10/24 04:52:26 fredb Exp $ +@comment $NetBSD: PLIST,v 1.5 2004/06/10 20:03:11 jschauma Exp $ bin/ntp-keygen bin/ntp-wait bin/ntpd bin/ntpdate bin/ntpdc bin/ntpq -bin/ntptime +${TIMETRIM}bin/ntptime bin/ntptrace -bin/tickadj +${TIMETRIM}bin/tickadj +${NO_TIMETRIM}bin/timetrim share/doc/html/ntp4/accopt.html share/doc/html/ntp4/assoc.html share/doc/html/ntp4/audio.html |