diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 12:05:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-23 12:05:50 +0000 |
commit | bda48cd5d1f0c9a7d1c9c99579fd22dc734c4fcf (patch) | |
tree | 8c1e4ba5c3be90ebb969776292b767818d1d1cb6 /print/acroread/Makefile | |
parent | This one is so broken I can't get it to reinstall after deinstall. Mark (diff) |
Remove extraneous space that snuck in with previous commit.
Notes
Notes:
svn path=/head/; revision=14815
Diffstat (limited to 'print/acroread/Makefile')
-rw-r--r-- | print/acroread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 95153b0ff10a..cfea53f7efba 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.8 1998/11/20 10:26:11 tg Exp $ +# $Id: Makefile,v 1.9 1998/11/23 09:51:57 tg Exp $ # DISTNAME= ar302lin @@ -34,7 +34,7 @@ post-install: ${INSTALL_SCRIPT} ${PREFIX}/Acrobat3/bin/acroread ${PREFIX}/bin && \ ${RM} acroread.orig @brandelf -t Linux ${PREFIX}/Acrobat3/Reader/intellinux/bin/acroread - @chmod +x ${PREFIX}/bin/acroread + @chmod +x ${PREFIX}/bin/acroread @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat3/Reader/License.pdf" |