Date: Thu, 7 Aug 2014 02:50:35 +0000 (UTC) From: Vanilla I. Shu <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364244 - head/sysutils/fstyp Message-ID: <53e2e97b.592e.234bb783@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Thu Aug 7 02:50:35 2014 New Revision: 364244 URL: http://svnweb.freebsd.org/changeset/ports/364244 QAT: https://qat.redports.org/buildarchive/r364244/ Log: 1: Stagify. 2: Fix build with clang. Modified: head/sysutils/fstyp/Makefile Modified: head/sysutils/fstyp/Makefile ============================================================================== --- head/sysutils/fstyp/Makefile Thu Aug 7 02:22:47 2014 (r364243) +++ head/sysutils/fstyp/Makefile Thu Aug 7 02:50:35 2014 (r364244) @@ -9,12 +9,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Detect which filesystem type a device/partition contains -GNU_CONFIGURE= yes USES= gmake +GNU_CONFIGURE= yes +CONFIGURE_ENV+= ac_cv_prog_CC="${CC}" -PLIST_FILES= bin/fstyp - -MAN8= fstyp.8 +PLIST_FILES= bin/fstyp man/man8/fstyp.8.gz -NO_STAGE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e2e97b.592e.234bb783>