aboutsummaryrefslogtreecommitdiff
path: root/converters/ical2html
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:05:24 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:05:24 +0000
commit1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9 (patch)
tree5bb181f11a7f16c86b8fcd2e5709da35eca65b5c /converters/ical2html
parent2b300eeb3f3f12f89596c38ef5510f621dde4ca9 (diff)
downloadports-1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9.tar.gz
ports-1e4b97cf2bb447dd89a437bc9a9e97cdf948f4d9.zip
Notes
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>