mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
416fa53bb8
high-accuracy calculations of properties of small to medium-sized molecules. The package's current capabilities include a variety of Hartree-Fock, coupled cluster, complete-active-space self-consistent-field, and multi-reference configuration interaction models. Molecular point-group symmetry is utilized throughout to maximize efficiency.
11 lines
301 B
Plaintext
11 lines
301 B
Plaintext
--- src/util/tocprint/Makefile.in.org Fri Mar 19 17:32:31 2004
|
|
+++ src/util/tocprint/Makefile.in Fri Mar 19 17:33:46 2004
|
|
@@ -18,4 +18,4 @@
|
|
|
|
install_man:: tocprint.1
|
|
$(MKDIRS) $(mandir)/man1
|
|
- $(INSTALL_PROGRAM) $(srcdir)/tocprint.1 $(mandir)/man1
|
|
+ $(INSTALL_INCLUDE) $^ $(mandir)/man1
|
|
|
|
|
|
|