diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-01 13:09:29 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-09-01 13:09:29 +0000 |
commit | ae7351d57852215a80135b23813bca44c88e1c52 (patch) | |
tree | 17839290ef7de558c696492682c78f0df2b49ad5 /print/acroread/Makefile | |
parent | 215a045237f8fe6d50d0c66039156be5c2f92a5e (diff) |
Upgrade to 3.01.
Notes
Notes:
svn path=/head/; revision=7744
Diffstat (limited to 'print/acroread/Makefile')
-rw-r--r-- | print/acroread/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 9be7c52f41b0..5b5f2e202b85 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: acroread -# Version required: 3.0 +# Version required: 3.01 # Date created: 16 November 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # -# $Id: Makefile,v 1.2 1996/11/21 07:12:10 tg Exp $ +# $Id: Makefile,v 1.3 1997/02/17 09:07:27 tg Exp $ # -DISTNAME= acroread_linux_30 -PKGNAME= acroread-3.0 +DISTNAME= acroread_linux_301 +PKGNAME= acroread-3.01 CATEGORIES= print MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/3.x/ \ ftp://sunsite.cnlab-switch.ch/mirror/acrobatreader/unix/3.x/ @@ -22,8 +22,7 @@ do-build: @${ECHO_MSG} "Do a \`make install' as root." do-install: - @mkdir -p ${PREFIX}/Acrobat3 - @mkdir -p ${PREFIX}/bin + @${MKDIR} ${PREFIX}/Acrobat3 @ReadInstallDir=${PREFIX}/Acrobat3 ${WRKDIR}/INSTALL post-install: |