aboutsummaryrefslogtreecommitdiff
path: root/misc/orville-write/Makefile
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-06-13 12:25:23 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-06-13 12:25:23 +0000
commit3cf54a619e803ca8a4ef1334e9da38e1d6f9f95e (patch)
treeb8a054ebb6e12992e48073dd98458fc2fb570646 /misc/orville-write/Makefile
parent76867fceaa842bc8dba74aacd9ca773536274be5 (diff)
downloadports-3cf54a619e803ca8a4ef1334e9da38e1d6f9f95e.tar.gz
ports-3cf54a619e803ca8a4ef1334e9da38e1d6f9f95e.zip
. fix build with clang (CFLAGS+=-Wno-return-type);
. use PLIST_FILES instead of pkg-plist; . trim Makefile headers.
Notes
Notes: svn path=/head/; revision=320792
Diffstat (limited to 'misc/orville-write/Makefile')
-rw-r--r--misc/orville-write/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/misc/orville-write/Makefile b/misc/orville-write/Makefile
index 35d2069c4cbd..10ebc3d2ace0 100644
--- a/misc/orville-write/Makefile
+++ b/misc/orville-write/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: orville-write
-# Date created: 4 December 1999
-# Whom: James Howard <howardj@wam.umd.edu>
-#
+# Created by: James Howard <howardj@wam.umd.edu>
# $FreeBSD$
-#
PORTNAME= orville-write
PORTVERSION= 2.55
@@ -14,7 +10,10 @@ MAINTAINER= ports@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>