diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-03-10 12:44:26 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-03-10 12:44:26 +0000 |
commit | 020ad942c98df878657dce35713fb4c454b8ac77 (patch) | |
tree | 773633b35bb2fbdf2f34c57eab85f6e0abc5c916 | |
parent | 5e79a3fe9057b439b493697a8de171860b0010c4 (diff) | |
download | ports-020ad942c98df878657dce35713fb4c454b8ac77.tar.gz ports-020ad942c98df878657dce35713fb4c454b8ac77.zip |
Restore PORTNAME
Notes
Notes:
svn path=/head/; revision=313824
-rw-r--r-- | lang/gnat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index 77e549c2b4db..a7215c7d395f 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -7,6 +7,7 @@ # conflict with other gcc based products. Standard names can be provided # using symbolic links. +PORTNAME= gnat PORTVERSION= 2010 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:boot/} |