diff options
author | linimon <linimon@FreeBSD.org> | 2011-01-29 10:36:31 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-01-29 10:36:31 +0800 |
commit | 426610844855c714b3648516ae06013a5be21d09 (patch) | |
tree | 113808ad233c28968bd84ad264906c789e50fd96 /lang | |
parent | c275cad245eda8a639b72db5c1275c1537d34b68 (diff) | |
download | freebsd-ports-gnome-426610844855c714b3648516ae06013a5be21d09.tar.gz freebsd-ports-gnome-426610844855c714b3648516ae06013a5be21d09.tar.zst freebsd-ports-gnome-426610844855c714b3648516ae06013a5be21d09.zip |
Fix a typo and pet portlint.
Hat: portmgr
Feature safe: yes
Diffstat (limited to 'lang')
-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: |