diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 05:53:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 05:53:38 +0800 |
commit | 3f1a3a31546c031ec91cda5d8eac2bf0b7489c48 (patch) | |
tree | 012c41bd0b370344e62dd6449aa238a2b070a033 | |
parent | 7eedffda02d236d4e8a9fcef3fbde8778d7dc803 (diff) | |
download | freebsd-ports-gnome-3f1a3a31546c031ec91cda5d8eac2bf0b7489c48.tar.gz freebsd-ports-gnome-3f1a3a31546c031ec91cda5d8eac2bf0b7489c48.tar.zst freebsd-ports-gnome-3f1a3a31546c031ec91cda5d8eac2bf0b7489c48.zip |
Fix build on current
-rw-r--r-- | devel/calibrator/Makefile | 6 | ||||
-rw-r--r-- | devel/calibrator/files/patch-Makefile | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/devel/calibrator/Makefile b/devel/calibrator/Makefile index 9fbfcc0ad650..6271e8293a34 100644 --- a/devel/calibrator/Makefile +++ b/devel/calibrator/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: calibrator -# Date created: 13 October 2003 -# Whom: bms@FreeBSD.org -# +# Created by: bms@FreeBSD.org # $FreeBSD$ -# PORTNAME= calibrator PORTVERSION= 0.9 diff --git a/devel/calibrator/files/patch-Makefile b/devel/calibrator/files/patch-Makefile index 8d31fdd3f6d1..2f2f877a6b76 100644 --- a/devel/calibrator/files/patch-Makefile +++ b/devel/calibrator/files/patch-Makefile @@ -5,7 +5,7 @@ + +PROG= calibrator +SRCS= calibrator.c -+NOMAN= defined ++NO_MAN= defined + +CFLAGS+= -D_ANSI_SOURCE +LDADD+= -lm |