1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00

Remove quotes around IGNORE string (as suggested by kris). Found by

attempting to install databases/ruby-dbd_msql.
This commit is contained in:
Mark Linimon 2004-06-14 05:53:32 +00:00
parent 4c919af3ec
commit 2f30cdeae8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111433
2 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ post-install:
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au/download/' and place it in ${DISTDIR}. The distribution requires registration prior to use"
IGNORE=- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au/download/' and place it in ${DISTDIR}. The distribution requires registration prior to use
.endif
.include <bsd.port.post.mk>

View File

@ -68,7 +68,7 @@ post-install:
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE="- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au/download/' and place it in ${DISTDIR}. The distribution requires registration prior to use"
IGNORE=- You must manually obtain ${DISTFILES} from 'http://www.Hughes.com.au/download/' and place it in ${DISTDIR}. The distribution requires registration prior to use
.endif
.include <bsd.port.post.mk>