From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- unix/hlib/extern.pkg.DEF | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 unix/hlib/extern.pkg.DEF (limited to 'unix/hlib/extern.pkg.DEF') diff --git a/unix/hlib/extern.pkg.DEF b/unix/hlib/extern.pkg.DEF new file mode 100644 index 00000000..8d1f9f76 --- /dev/null +++ b/unix/hlib/extern.pkg.DEF @@ -0,0 +1,16 @@ +# External (non core-system) packages. To install a new package, add the +# two statements to define the package root directory and package task, +# then add the package helpdb to the `helpdb' list. + +reset noao = iraf$noao/ +task noao.pkg = noao$noao.cl + +#reset tables = /iraf/extern/tables/ +#task tables.pkg = tables$tables.cl + +reset helpdb = "lib$helpdb.mip\ + ,noao$lib/helpdb.mip\ +# ,tables$lib/helpdb.mip\ + " + +keep -- cgit