aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-08-07 02:50:35 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-08-07 02:50:35 +0000
commitad583b4a00ba6260366f14836240c3c50163205f (patch)
treed182da04be7e97e3c2a6e21575089a0515f06f77 /sysutils
parente6e79a7f2158834e3c50a280bf2cca007747daa0 (diff)
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fstyp/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/fstyp/Makefile b/sysutils/fstyp/Makefile
index 9b93e66b2ac4..a6b19d71ad15 100644
--- a/sysutils/fstyp/Makefile
+++ b/sysutils/fstyp/Makefile
@@ -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
-
-MAN8= fstyp.8
+PLIST_FILES= bin/fstyp man/man8/fstyp.8.gz
-NO_STAGE= yes
.include <bsd.port.mk>