diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /print/acroread4 | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'print/acroread4')
-rw-r--r-- | print/acroread4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index 96d9711590f6..a1a94cfae70d 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -3,7 +3,7 @@ # Date created: 16 November 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.14 1999/06/17 02:29:24 dima Exp $ +# $Id: Makefile,v 1.15 1999/07/21 14:55:39 marcel Exp $ # DISTNAME= linux-ar-40 @@ -34,7 +34,7 @@ post-install: ${INSTALL_SCRIPT} ${PREFIX}/Acrobat4/bin/acroread \ ${PREFIX}/bin/acroread4 && ${RM} acroread.orig @brandelf -t Linux ${PREFIX}/Acrobat4/Reader/intellinux/bin/acroread - @chmod +x ${PREFIX}/bin/acroread4 + @${CHMOD} +x ${PREFIX}/bin/acroread4 @${ECHO_MSG} "Be sure to read the license agreement in" @${ECHO_MSG} "${PREFIX}/Acrobat4/Reader/License.pdf" |