diff options
Diffstat (limited to 'textproc/bibutils/Makefile')
-rw-r--r-- | textproc/bibutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/bibutils/Makefile b/textproc/bibutils/Makefile index 26cc43a555b1..ee9f04cc009e 100644 --- a/textproc/bibutils/Makefile +++ b/textproc/bibutils/Makefile @@ -5,14 +5,13 @@ PORTVERSION= 5.0 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/ DISTNAME= ${PORTNAME}_${PORTVERSION}_src -EXTRACT_SUFX= .tgz MAINTAINER= pgj@FreeBSD.org COMMENT= Program set interconverts between various bibliography formats LICENSE= GPLv2 -USES= gmake +USES= gmake tar:tgz WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} |