summaryrefslogtreecommitdiff
path: root/print/acroread/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1996-11-21 07:12:12 +0000
committerThomas Gellekum <tg@FreeBSD.org>1996-11-21 07:12:12 +0000
commit5d55d2e16146f279da5797f63a9064483d08a76d (patch)
tree06962a85d6bffb64127382a7dca8a31137d3c521 /print/acroread/Makefile
parentUpgrade to version 2.4.23. The master site does not even have the tarball (diff)
Remove restrictions, the license seems to be liberal enough.
Now also works with a different $PREFIX.
Notes
Notes: svn path=/head/; revision=4619
Diffstat (limited to 'print/acroread/Makefile')
-rw-r--r--print/acroread/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile
index d9c278a623fd..058205dd9d4c 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$
+# $Id: Makefile,v 1.1.1.1 1996/11/20 07:29:45 tg Exp $
#
DISTNAME= acroread_linux_b1106
@@ -16,18 +16,20 @@ MAINTAINER= tg@FreeBSD.ORG
RUN_DEPENDS= /compat/linux/lib/libc.so.5:${PORTSDIR}/emulators/linux_lib
-RESTRICTED= "Commercial software."
-IS_INTERACTIVE= yes
NO_WRKSUBDIR= yes
do-build:
@${ECHO_MSG} "Do a \`make install' as root."
do-install:
- @${WRKDIR}/INSTALL
+ @mkdir -p ${PREFIX}/Acrobat3
+ @mkdir -p ${PREFIX}/bin
+ @ReadInstallDir=${PREFIX}/Acrobat3 ${WRKDIR}/INSTALL
post-install:
@sed -e 's/Linux)/FreeBSD\|Linux)/' <${PREFIX}/Acrobat3/bin/acroread >${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"
.include <bsd.port.mk>