1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

. fix build with clang (CFLAGS+=-Wno-return-type);

. use PLIST_FILES instead of pkg-plist;
. trim Makefile headers.
This commit is contained in:
Boris Samorodov 2013-06-13 12:25:23 +00:00
parent 76867fceaa
commit 3cf54a619e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320792
2 changed files with 4 additions and 16 deletions

View File

@ -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>

View File

@ -1,11 +0,0 @@
bin/amin
bin/helpers
bin/huh
bin/jot
bin/mesg
bin/tel
bin/telegram
bin/write
etc/orville.conf
etc/wrthist
etc/wrttmp