diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-11 20:49:22 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-11 20:49:22 +0000 |
commit | b856fb96bc33d409cb6d1ca61c17fbbdeeeea8eb (patch) | |
tree | 3ae96a4e40662d2768a29f1432cc08be9b29164c /x11-wm | |
parent | bb65cacf32e925f0d318a9a25bb58ee38b8c92ca (diff) |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/tvtwm/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile index dae043230998..c5f0033d21e1 100644 --- a/x11-wm/tvtwm/Makefile +++ b/x11-wm/tvtwm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tvtwm -# Date created: 5th December 1994 -# Whom: gpalmer -# +# Created by: gpalmer # $FreeBSD$ -# PORTNAME= tvtwm PORTVERSION= pl11 @@ -23,6 +19,8 @@ MAN1= tvtwm.1 MANCOMPRESSED= no PLIST_FILES= bin/tvtwm +CFLAGS+= -Wno-return-type + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${MANPREFIX}/man/man1/tvtwm.1 |