diff options
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 9be7c52..5b5f2e2 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: |