Index: head/sysutils/fstyp/Makefile =================================================================== --- head/sysutils/fstyp/Makefile (revision 364243) +++ head/sysutils/fstyp/Makefile (revision 364244) @@ -1,20 +1,18 @@ # Created by: Sachidananda Urs # $FreeBSD$ PORTNAME= fstyp PORTVERSION= 0.1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} http://thegaul.org/src/ 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 +PLIST_FILES= bin/fstyp man/man8/fstyp.8.gz -MAN8= fstyp.8 - -NO_STAGE= yes .include