svn commit: r320792 - head/misc/orville-write

Boris Samorodov bsam at FreeBSD.org
Thu Jun 13 12:25:23 UTC 2013


Author: bsam
Date: Thu Jun 13 12:25:23 2013
New Revision: 320792
URL: http://svnweb.freebsd.org/changeset/ports/320792

Log:
  . fix build with clang (CFLAGS+=-Wno-return-type);
  . use PLIST_FILES instead of pkg-plist;
  . trim Makefile headers.

Deleted:
  head/misc/orville-write/pkg-plist
Modified:
  head/misc/orville-write/Makefile

Modified: head/misc/orville-write/Makefile
==============================================================================
--- head/misc/orville-write/Makefile	Thu Jun 13 12:22:48 2013	(r320791)
+++ head/misc/orville-write/Makefile	Thu Jun 13 12:25:23 2013	(r320792)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	orville-write
-# Date created:		4 December 1999
-# Whom:			James Howard <howardj at wam.umd.edu>
-#
+# Created by: James Howard <howardj at wam.umd.edu>
 # $FreeBSD$
-#
 
 PORTNAME=	orville-write
 PORTVERSION=	2.55
@@ -14,7 +10,10 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Advanced replacement for write/mesg
 
 GNU_CONFIGURE=	yes
+CFLAGS+=	-Wno-return-type
 
+PLIST_FILES=	bin/amin bin/helpers bin/huh bin/jot bin/mesg bin/tel \
+		bin/telegram bin/write etc/orville.conf etc/wrthist etc/wrttmp
 MAN1=		amin.1 helpers.1 huh.1 mesg.1 write.1
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list