Index: head/sysutils/duff/Makefile =================================================================== --- head/sysutils/duff/Makefile (revision 329135) +++ head/sysutils/duff/Makefile (revision 329136) @@ -1,41 +1,28 @@ # $FreeBSD$ PORTNAME= duff PORTVERSION= 0.5.2 CATEGORIES= sysutils MASTER_SITES= SF MAINTAINER= jhale@FreeBSD.org COMMENT= Duplicate file finder LICENSE= ZLIB LICENSE_FILE= ${WRKSRC}/COPYING USE_BZIP2= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= duff.1 - PORTDOCS= README.SHA -NO_STAGE= yes -.include +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB= NLS="@comment " -.endif - -post-patch: -.if !${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} '/^install-data-am:/s/install-dist_docDATA//' \ - ${WRKSRC}/Makefile.in -.endif +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls .include Index: head/sysutils/duff/pkg-plist =================================================================== --- head/sysutils/duff/pkg-plist (revision 329135) +++ head/sysutils/duff/pkg-plist (revision 329136) @@ -1,11 +1,12 @@ bin/duff +man/man1/duff.1.gz share/duff/join-duplicates.sh %%NLS%%share/locale/en/LC_MESSAGES/duff.mo %%NLS%%share/locale/en@boldquot/LC_MESSAGES/duff.mo %%NLS%%share/locale/en@quot/LC_MESSAGES/duff.mo %%NLS%%share/locale/sv/LC_MESSAGES/duff.mo %%NLS%%@dirrmtry share/locale/en@quot/LC_MESSAGES %%NLS%%@dirrmtry share/locale/en@quot %%NLS%%@dirrmtry share/locale/en@boldquot/LC_MESSAGES %%NLS%%@dirrmtry share/locale/en@boldquot @dirrm share/duff Property changes on: head/sysutils/duff/pkg-plist ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property