aboutsummaryrefslogtreecommitdiffstats
path: root/converters/ical2html
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-21 00:05:24 +0800
committerbapt <bapt@FreeBSD.org>2013-09-21 00:05:24 +0800
commit5ce4ce328b1b321b167589898caceead9576c198 (patch)
tree5bb181f11a7f16c86b8fcd2e5709da35eca65b5c /converters/ical2html
parent07a250f4fa5b2ccfc534ea6eec8110e0684b9ccf (diff)
downloadfreebsd-ports-gnome-5ce4ce328b1b321b167589898caceead9576c198.tar.gz
freebsd-ports-gnome-5ce4ce328b1b321b167589898caceead9576c198.tar.zst
freebsd-ports-gnome-5ce4ce328b1b321b167589898caceead9576c198.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: converters)
Diffstat (limited to 'converters/ical2html')
-rw-r--r--converters/ical2html/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/converters/ical2html/Makefile b/converters/ical2html/Makefile
index c1d1d6ecf556..9c8c2d54a4cc 100644
--- a/converters/ical2html/Makefile
+++ b/converters/ical2html/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ical2html
-# Date created: Thu Apr 14 18:08:52 BST 2005
-# Whom: keiichi@iijlab.net
-#
+# Created by: keiichi@iijlab.net
# $FreeBSD$
-#
PORTNAME= ical2html
PORTVERSION= 2.0
@@ -21,4 +17,5 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include/libical -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+NO_STAGE= yes
.include <bsd.port.mk>