diff options
author | hwr <hwr@pkgsrc.org> | 1999-02-28 15:39:09 +0000 |
---|---|---|
committer | hwr <hwr@pkgsrc.org> | 1999-02-28 15:39:09 +0000 |
commit | 445079aa8321ed2a6c4a2fca4e3ba70f4f45ffe8 (patch) | |
tree | d226e4acf2d90b384ff7ddb76add55c9840ed797 /print | |
parent | 0daf809c0df83a43bd2701174d2164599a6b5e99 (diff) | |
download | pkgsrc-445079aa8321ed2a6c4a2fca4e3ba70f4f45ffe8.tar.gz |
This was left over from the how-the-hell-can-I-run-a-script-for-do-install
phase.
Diffstat (limited to 'print')
-rw-r--r-- | print/pdflib/scripts/pre-install | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/print/pdflib/scripts/pre-install b/print/pdflib/scripts/pre-install index 701d351dae4..673c23aaf07 100644 --- a/print/pdflib/scripts/pre-install +++ b/print/pdflib/scripts/pre-install @@ -1,8 +1,5 @@ #!/bin/sh -# $NetBSD: pre-install,v 1.1.1.1 1999/02/28 15:17:54 hwr Exp $ - -echo -n "Worksource:" -echo ${WRKSRC} +# $NetBSD: pre-install,v 1.2 1999/02/28 15:39:09 hwr Exp $ cd ${WRKSRC} cp p_port.h ${PREFIX}/include |