summaryrefslogtreecommitdiff
path: root/print/acroread
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /print/acroread
parentAssign USE_XLIB var. Any ports which use XLib needs it. (diff)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'print/acroread')
-rw-r--r--print/acroread/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile
index 19d47384ec65..a91f31e7e85c 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.11 1999/01/07 02:31:48 simokawa Exp $
+# $Id: Makefile,v 1.12 1999/07/21 14:55:38 marcel Exp $
#
DISTNAME= ar302lin
@@ -36,7 +36,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"