From 8e8b0b5448ebe237c1d411e99dc2edc24cdcd060 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Wed, 24 Oct 2007 08:29:00 +0000 Subject: fix index, fix check-for-distfiles-target --- devel/florist-gpl/Makefile | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'devel/florist-gpl') diff --git a/devel/florist-gpl/Makefile b/devel/florist-gpl/Makefile index 78feb2f3a521..439d781dfeff 100644 --- a/devel/florist-gpl/Makefile +++ b/devel/florist-gpl/Makefile @@ -9,7 +9,7 @@ PORTNAME= florist-gpl PORTVERSION= 2006 CATEGORIES= devel MASTER_SITES= http://libre.adacore.com/ -EXTRACT_SUFX= -src.tgz +DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tgz MAINTAINER= john_m_cooper@yahoo.com COMMENT= The POSIX Ada Binding @@ -20,21 +20,22 @@ GNU_CONFIGURE= yes CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ENV= CFLAGS="${CFLAGS}" \ LIBS="${PTHREAD_LIBS}" +WRKSRC= ${WRKDIR}/florist-${PORTVERSION}-src .include # Check for GNAT sources. -.if !exists(${DISTDIR}/${DISTFILE}) && !defined(PACKAGE_BUILDING) -ECHO_MSG= ${PRINTF} -IGNORE=Because of licensing and registration restrictions, you must fetch\n \ - the source distribution manually. Please access\n \ - http://libre.adacore.com/\ with a web browser, register\n \ - (It's free!) and log in. Download the source files:\n\n \ - \t${DISTFILE}\n\n \ - and place them in ${DISTDIR}\n - ${ECHO_MSG} ${IGNORE} +.if !exists(${DISTDIR}/${DISTFILES}) && !defined(PACKAGE_BUILDING) +pre-everything:: + @echo "Because of licensing and registration restrictions, you must" + @echo "fetch the source distribution manually. Please access" + @echo "http://libre.adacore.com/ with a web browser, register" + @echo "(It's free!) and log in. Download the source files:" + @echo + @echo " ${DISTFILES} + @echo + @echo "and place them in ${DISTDIR}" + @exit 1 .endif -WRKSRC= ${WRKDIR}/florist-${PORTVERSION}-src - .include -- cgit v1.2.3