svn commit: r320640 - head/x11-wm/tvtwm
Boris Samorodov
bsam at FreeBSD.org
Tue Jun 11 20:49:23 UTC 2013
Author: bsam
Date: Tue Jun 11 20:49:22 2013
New Revision: 320640
URL: http://svnweb.freebsd.org/changeset/ports/320640
Log:
. fix build with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers.
Modified:
head/x11-wm/tvtwm/Makefile
Modified: head/x11-wm/tvtwm/Makefile
==============================================================================
--- head/x11-wm/tvtwm/Makefile Tue Jun 11 20:46:48 2013 (r320639)
+++ head/x11-wm/tvtwm/Makefile Tue Jun 11 20:49:22 2013 (r320640)
@@ -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
More information about the svn-ports-head
mailing list