diff --git a/sysutils/fstyp/Makefile b/sysutils/fstyp/Makefile index 81b0388d1a7f..ed2ac1f3b3ed 100644 --- a/sysutils/fstyp/Makefile +++ b/sysutils/fstyp/Makefile @@ -1,16 +1,18 @@ PORTNAME= fstyp PORTVERSION= 0.1 +PORTREVISION= 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 WWW= http://nchc.dl.sourceforge.net/sourceforge/fstyp/ USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ENV+= ac_cv_prog_CC="${CC}" -PLIST_FILES= bin/fstyp man/man8/fstyp.8.gz +PLIST_FILES= bin/fstyp share/man/man8/fstyp.8.gz .include