svn commit: r364244 - head/sysutils/fstyp

Vanilla I. Shu vanilla at FreeBSD.org
Thu Aug 7 02:50:36 UTC 2014


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


More information about the svn-ports-all mailing list