From 8bb17ab1ef629a6f206e66d6984bc89b7cf1f55c Mon Sep 17 00:00:00 2001 From: wg Date: Sun, 16 Jun 2013 11:24:56 +0000 Subject: x11-fm/xplore: fix build with clang - Fix build with clang, -Wno-return-type - Add LICENSE (GPLv2) - Trim Makefile header Approved by: culot / jpaetzel (mentors, implicit) --- x11-fm/xplore/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'x11-fm') diff --git a/x11-fm/xplore/Makefile b/x11-fm/xplore/Makefile index 8d4f0beabe36..63a46ab57c81 100644 --- a/x11-fm/xplore/Makefile +++ b/x11-fm/xplore/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xplore -# Date created: 13 August 2003 -# Whom: Albert Graef -# +# Created by: Albert Graef # $FreeBSD$ -# PORTNAME= xplore PORTVERSION= 1.2a @@ -14,10 +10,13 @@ MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Yet another Motif file manager +LICENSE= GPLv2 + USE_IMAKE= yes USE_MOTIF= yes USE_XORG= xpm MAKE_JOBS_UNSAFE=yes +CFLAGS+= -Wno-return-type MAN1= xplore.1 xploretype.1 -- cgit