From 7f1b560b27b156a25d45d8724e78383513847543 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 2 Jul 2007 08:37:31 +0000 Subject: - Fix the build with GCC 4.2 [1] - Clean up Makefile - Reformat pkg-descr slightly, kill attribution Reported by: pointyhat (logs) [1] --- devel/libcoro/Makefile | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'devel/libcoro/Makefile') diff --git a/devel/libcoro/Makefile b/devel/libcoro/Makefile index 8d2ff1a558db..a9e0bc201038 100644 --- a/devel/libcoro/Makefile +++ b/devel/libcoro/Makefile @@ -5,29 +5,29 @@ # $FreeBSD$ # -PORTNAME= libcoro -PORTVERSION= 1.0.3 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_LOCAL} +PORTNAME= libcoro +PORTVERSION= 1.0.3 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kbyanc -DISTNAME= coro-${PORTVERSION} +DISTNAME= coro-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= C library that implements coroutines +MAINTAINER= ports@FreeBSD.org +COMMENT= C library that implements coroutines -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= i386 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --arch arch/x86-freebsd +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --arch arch/x86-freebsd NOPRECIOUSMAKEVARS= yes -MAN2= coro.2 +MAN2= coro.2 -PLIST_FILES= lib/libcoro.a include/coro.h +PLIST_FILES= lib/libcoro.a include/coro.h post-extract: ${CP} -r ${WRKSRC}/arch/x86-linux ${WRKSRC}/arch/x86-freebsd - ${SED} -e '43,43s/$$/ __attribute__((noreturn,regparm(1)))/' \ + @${SED} -e '43,43s/$$/ __attribute__((noreturn,regparm(1)))/' \ ${WRKSRC}/arch/x86-linux/coro.c > ${WRKSRC}/arch/x86-freebsd/coro.c .include -- cgit v1.2.3