diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-01-29 10:36:31 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-01-29 10:36:31 +0800 |
commit | ba526deb918eaa3639f88befb985c592078c3fe8 (patch) | |
tree | 628f8c1a8c8c9b3d9b709bc8f0b4f3cb43e364ba /lang/gnat | |
parent | f986606bb77518dda7c73d7bb66bbee370b9dd20 (diff) | |
download | freebsd-ports-gnome-ba526deb918eaa3639f88befb985c592078c3fe8.tar.gz freebsd-ports-gnome-ba526deb918eaa3639f88befb985c592078c3fe8.tar.zst freebsd-ports-gnome-ba526deb918eaa3639f88befb985c592078c3fe8.zip |
Fix a typo and pet portlint.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'lang/gnat')
-rw-r--r-- | lang/gnat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index f2367d768496..8fae7e2e37f4 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -131,7 +131,7 @@ PLIST_SUB+= SHAREDLIB="@comment " # Check for GNAT sources. .if !exists(${DISTDIR}/${gnat_srcfile}) && !defined(PACKAGE_BUILDING) -IGNORE= You must fetch the source distribution manually. Please access http://libre.adacore.com/ with a web browsern and download the source files: ${gnat_srcfile} ${gcc_srcfile} placing them in ${DISTDIR}. +IGNORE= you must fetch the source distribution manually. Please access http://libre.adacore.com/ with a web browser and download the source files: ${gnat_srcfile} ${gcc_srcfile} placing them in ${DISTDIR} .endif pre-patch: |