diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
commit | f725dc8ef5848b5e69ebefdc7c1f1517f26643fb (patch) | |
tree | 61e738084a4bfbaac41e371a863552bfb8c6ed2a /science/at | |
parent | 985ad018658ea12b1f67b9a76f8252fac0982438 (diff) | |
download | ports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.tar.gz ports-f725dc8ef5848b5e69ebefdc7c1f1517f26643fb.zip |
Notes
Diffstat (limited to 'science/at')
-rw-r--r-- | science/at/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/at/Makefile b/science/at/Makefile index 802be85d757d..0fb0bcabbb40 100644 --- a/science/at/Makefile +++ b/science/at/Makefile @@ -23,7 +23,8 @@ do-install: ${MKDIR} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin ${MKDIR} ${PREFIX}/libexec/at - ${INSTALL_PROGRAM} `find ${WRKSRC} -name \*.out -print` ${PREFIX}/libexec/at + ${INSTALL_PROGRAM} `${FIND} ${WRKSRC} -name \*.out -print` \ + ${PREFIX}/libexec/at ${MKDIR} ${PREFIX}/share/examples/at ${CP} -rp ${WRKSRC}/tests/* ${PREFIX}/share/examples/at ${INSTALL_SCRIPT} ${WRKSRC}/at_init ${PREFIX}/share/examples/at |