diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:03:26 +0000 |
commit | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (patch) | |
tree | 1ac4f33e833450e6b1eb2c92fa0fd0d5853d4d65 /devel/arduino-glcd/Makefile | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: devel part 1)
Notes
Notes:
svn path=/head/; revision=327722
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 |