diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-21 01:15:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-21 01:15:46 +0800 |
commit | 022b443812b838b9622f5eb987c038f275e0f6ea (patch) | |
tree | bc2de41605a523197495ec3163282f81014643c5 /devel | |
parent | 3ff0383d3a2fb21cdb1e80822419f4aac7fd522f (diff) | |
download | freebsd-ports-gnome-022b443812b838b9622f5eb987c038f275e0f6ea.tar.gz freebsd-ports-gnome-022b443812b838b9622f5eb987c038f275e0f6ea.tar.zst freebsd-ports-gnome-022b443812b838b9622f5eb987c038f275e0f6ea.zip |
Fix a fallout in the convertion script
Diffstat (limited to 'devel')
-rw-r--r-- | devel/arduino-glcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/arduino-glcd/Makefile b/devel/arduino-glcd/Makefile index 4a243ac8cbb8..a6f52d480ec7 100644 --- a/devel/arduino-glcd/Makefile +++ b/devel/arduino-glcd/Makefile @@ -19,6 +19,7 @@ USE_ZIP= yes USE_DOS2UNIX= yes NO_BUILD= yes +NO_STAGE= yes FILES= \ Buildinfo.txt \ @@ -34,7 +35,6 @@ FILES= \ glcd_Buildinfo.h \ glcd_Config.h \ glcd_Device.cpp \ -NO_STAGE= yes include \ readme.txt |