diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-08-07 02:50:35 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-08-07 02:50:35 +0000 |
commit | ad583b4a00ba6260366f14836240c3c50163205f (patch) | |
tree | d182da04be7e97e3c2a6e21575089a0515f06f77 /sysutils | |
parent | e6e79a7f2158834e3c50a280bf2cca007747daa0 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fstyp/Makefile | 8 |
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> |