diff options
author | asami <asami@FreeBSD.org> | 1998-11-23 20:05:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-23 20:05:50 +0800 |
commit | 6d5b78b788eb9598a4b7a72eb2709faa1af5d8b3 (patch) | |
tree | 5b4c8eed0ad68ebd7df93b2e83a588dddf7c6f56 /print/acroread5 | |
parent | ac0410e95fefeb106278b4e09fec1c4c2877a049 (diff) | |
download | freebsd-ports-gnome-6d5b78b788eb9598a4b7a72eb2709faa1af5d8b3.tar.gz freebsd-ports-gnome-6d5b78b788eb9598a4b7a72eb2709faa1af5d8b3.tar.zst freebsd-ports-gnome-6d5b78b788eb9598a4b7a72eb2709faa1af5d8b3.zip |
Remove extraneous space that snuck in with previous commit.
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 95153b0ff10a..cfea53f7efba 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/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" |