diff options
| author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
|---|---|---|
| committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-02-14 05:43:00 +0000 |
| commit | 2275ee0bcfe94ad50ac42d98c773a171c673828d (patch) | |
| tree | b5916119748ef6bc0c4aa1ef724befadc8877e8e /devel/kpp | |
| parent | 66b11c3118acb759fa0e72544f5860e93072a9e0 (diff) | |
typo clean up police: \s -> \t
Diffstat (limited to 'devel/kpp')
| -rw-r--r-- | devel/kpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/kpp/Makefile b/devel/kpp/Makefile index 7e32e539b0ce..9434a58765d4 100644 --- a/devel/kpp/Makefile +++ b/devel/kpp/Makefile @@ -17,6 +17,6 @@ LIB_DEPENDS= kdeui.3:${PORTSDIR}/x11/kdelibs11 GNU_CONFIGURE= yes USE_QT= yes CONFIGURE_ARGS+=--datadir=${PREFIX} -CONFIGURE_ENV= KDEDIR="${PREFIX}" +CONFIGURE_ENV= KDEDIR="${PREFIX}" .include <bsd.port.mk> |
