diff options
author | marcus <marcus@FreeBSD.org> | 2006-02-03 03:15:04 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-02-03 03:15:04 +0800 |
commit | 17a18b25397d319e3988b76efa7b9452768a1fda (patch) | |
tree | ffb1988ac76565069d7f0c72f8632c33930ad21a /x11-fonts | |
parent | c2daab31950ad187d45b1e32dbf8b22dcae68003 (diff) | |
download | freebsd-ports-gnome-17a18b25397d319e3988b76efa7b9452768a1fda.tar.gz freebsd-ports-gnome-17a18b25397d319e3988b76efa7b9452768a1fda.tar.zst freebsd-ports-gnome-17a18b25397d319e3988b76efa7b9452768a1fda.zip |
Remove USE_REINPLACE to pacify portlint.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontconfig/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile index f37ac017168b..85eda328762f 100644 --- a/x11-fonts/fontconfig/Makefile +++ b/x11-fonts/fontconfig/Makefile @@ -31,7 +31,6 @@ CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc/fonts \ MAKE_ENV= LC_ALL=C PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${PKGINSTALL} -USE_REINPLACE= yes MAN1= fc-match.1 MAN3= FcAtomicCreate.3 \ |