diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 22:43:38 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 22:43:38 +0000 |
commit | 0800d46223cdedc5ea1ab67a5a4d4445e9bd25ed (patch) | |
tree | 3b2d9046db332223ea0c1a331ca801297b21b890 /devel/libmimedir/Makefile | |
parent | 6ee542230d3d2e5d462cfd0b0f6ad7d91163adce (diff) |
Notes
Diffstat (limited to 'devel/libmimedir/Makefile')
-rw-r--r-- | devel/libmimedir/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/libmimedir/Makefile b/devel/libmimedir/Makefile index 7e3a090fd327..8768bf37125a 100644 --- a/devel/libmimedir/Makefile +++ b/devel/libmimedir/Makefile @@ -9,11 +9,13 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Library for parsing RFC2425 MIME Directory Profile information -USES= bison -USE_AUTOTOOLS= libtool +USES= bison desthack libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes +post-patch: + ${REINPLACE_CMD} -e 's/444/644/g' ${WRKSRC}/Makefile.in + regression-test: cd ${WRKSRC} && ./test |