diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-18 01:03:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-18 01:03:14 +0800 |
commit | 8065f1b6a3aed6fff2f325ac43468ef0ecd4510f (patch) | |
tree | da9708f5d470a8036b65c590f145b3f945001328 /x11-toolkits/gtkada-gps | |
parent | 751ba7188a9ac6c81a56bbfe18f0c38346dc0861 (diff) | |
download | freebsd-ports-gnome-8065f1b6a3aed6fff2f325ac43468ef0ecd4510f.tar.gz freebsd-ports-gnome-8065f1b6a3aed6fff2f325ac43468ef0ecd4510f.tar.zst freebsd-ports-gnome-8065f1b6a3aed6fff2f325ac43468ef0ecd4510f.zip |
- Unbreak index
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 |