svn commit: r317270 - in head/devel/calibrator: . files
Baptiste Daroussin
bapt at FreeBSD.org
Fri May 3 21:53:40 UTC 2013
Author: bapt
Date: Fri May 3 21:53:38 2013
New Revision: 317270
URL: http://svnweb.freebsd.org/changeset/ports/317270
Log:
Fix build on current
Modified:
head/devel/calibrator/Makefile
head/devel/calibrator/files/patch-Makefile
Modified: head/devel/calibrator/Makefile
==============================================================================
--- head/devel/calibrator/Makefile Fri May 3 21:50:51 2013 (r317269)
+++ head/devel/calibrator/Makefile Fri May 3 21:53:38 2013 (r317270)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: calibrator
-# Date created: 13 October 2003
-# Whom: bms at FreeBSD.org
-#
+# Created by: bms at FreeBSD.org
# $FreeBSD$
-#
PORTNAME= calibrator
PORTVERSION= 0.9
Modified: head/devel/calibrator/files/patch-Makefile
==============================================================================
--- head/devel/calibrator/files/patch-Makefile Fri May 3 21:50:51 2013 (r317269)
+++ head/devel/calibrator/files/patch-Makefile Fri May 3 21:53:38 2013 (r317270)
@@ -5,7 +5,7 @@
+
+PROG= calibrator
+SRCS= calibrator.c
-+NOMAN= defined
++NO_MAN= defined
+
+CFLAGS+= -D_ANSI_SOURCE
+LDADD+= -lm
More information about the svn-ports-head
mailing list