diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-17 17:03:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-17 17:03:14 +0000 |
commit | 1a0052473a3bd1e9a5b6e8d801fee0b1d7469622 (patch) | |
tree | f52fe417939556c07340a93a1fde9ec308f8474e /x11-toolkits/gtkada-gps | |
parent | 3e4a019021e023cd4a63c75bd70061533d29b9ea (diff) |
- Unbreak index
Notes
Notes:
svn path=/head/; revision=182646
Diffstat (limited to 'x11-toolkits/gtkada-gps')
-rw-r--r-- | x11-toolkits/gtkada-gps/Makefile | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/x11-toolkits/gtkada-gps/Makefile b/x11-toolkits/gtkada-gps/Makefile index 681911b7e9c5..24f4262f35df 100644 --- a/x11-toolkits/gtkada-gps/Makefile +++ b/x11-toolkits/gtkada-gps/Makefile @@ -20,6 +20,7 @@ CONFLICTS= gtkada-[0-9]* gtkada-devel-[0-9]* gtkada-gcc-[0-9]* USE_GNOME= gtk20 libglade2 USE_GMAKE= yes +GTKADA_SRC= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .include <bsd.port.pre.mk> @@ -27,15 +28,15 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes # 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}/${GTKADA_SRC}) && !defined(PACKAGE_BUILDING) +ECHO_MSG=/usr/bin/printf +IGNORE=:\n\ +Because of licensing and registration restrictions, you must fetch the\n\ +source distribution manually. Please access http://libre.adacore.com/\n\ +with a web browser, register (it's free), and log in. Download the source\n\ +files:\n\ +\t${GTKADA_SRC}\n\ +and place them in ${DISTDIR}.\n .endif WRKSRC= ${WRKDIR}/GtkAda-2.4.2 |