1: Stagify.

2: Fix build with clang.
This commit is contained in:
Vanilla I. Shu 2014-08-07 02:50:35 +00:00
parent e6e79a7f21
commit ad583b4a00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364244

View File

@ -9,12 +9,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} http://thega
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 <bsd.port.mk>