diff options
Diffstat (limited to 'devel/arduino-glcd/Makefile')
-rw-r--r-- | devel/arduino-glcd/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/arduino-glcd/Makefile b/devel/arduino-glcd/Makefile index 22059ba7f0a2..4a243ac8cbb8 100644 --- a/devel/arduino-glcd/Makefile +++ b/devel/arduino-glcd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: arduino-lib-glcd -# Date created: 03 Apr 2011 -# Whom: Craig Leres <leres@ee.lbl.gov> -# +# Created by: Craig Leres <leres@ee.lbl.gov> # $FreeBSD$ -# PORTNAME= arduino-glcd PORTVERSION= 3.20111205 @@ -38,6 +34,7 @@ FILES= \ glcd_Buildinfo.h \ glcd_Config.h \ glcd_Device.cpp \ +NO_STAGE= yes include \ readme.txt |