diff options
author | bf <bf@FreeBSD.org> | 2011-03-26 09:39:07 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-03-26 09:39:07 +0800 |
commit | c1a29c89b82fb519f9af9c0251a4c7e0e1424e26 (patch) | |
tree | 7bc2f45e34fa171c0322817028071776425112cf /textproc/unrtf | |
parent | 47cf5b694da99d209a7f2c7f7f78d00584c77c25 (diff) | |
download | freebsd-ports-gnome-c1a29c89b82fb519f9af9c0251a4c7e0e1424e26.tar.gz freebsd-ports-gnome-c1a29c89b82fb519f9af9c0251a4c7e0e1424e26.tar.zst freebsd-ports-gnome-c1a29c89b82fb519f9af9c0251a4c7e0e1424e26.zip |
Remove addition of CPPFLAGS to CONFIGURE_ENV
in port Makefiles, and MD5 entries in distinfo
Diffstat (limited to 'textproc/unrtf')
-rw-r--r-- | textproc/unrtf/Makefile | 2 | ||||
-rw-r--r-- | textproc/unrtf/distinfo | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/textproc/unrtf/Makefile b/textproc/unrtf/Makefile index 7bd1b86014b8..18227b6078a1 100644 --- a/textproc/unrtf/Makefile +++ b/textproc/unrtf/Makefile @@ -15,7 +15,7 @@ COMMENT= A converter from RTF to several formats, including HTML and LaTeX USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --libdir=${PREFIX}/share MAN1= unrtf.1 diff --git a/textproc/unrtf/distinfo b/textproc/unrtf/distinfo index 86ed2db176ad..75bac72866ab 100644 --- a/textproc/unrtf/distinfo +++ b/textproc/unrtf/distinfo @@ -1,3 +1,2 @@ -MD5 (unrtf-0.21.1.tar.gz) = ce069646837d0a2c15b439a5529afde8 SHA256 (unrtf-0.21.1.tar.gz) = f0db720484c3d371e3448f9ab35f9c158a0488a9f38181780b8a755fde28a53d SIZE (unrtf-0.21.1.tar.gz) = 609261 |