diff options
author | truckman <truckman@FreeBSD.org> | 2016-05-01 12:44:14 +0800 |
---|---|---|
committer | truckman <truckman@FreeBSD.org> | 2016-05-01 12:44:14 +0800 |
commit | 217f8c64da952b3c85652769343fef6c99572565 (patch) | |
tree | 8e56ce5fa09fb73e2eda435fa039e2ac62e0038f /editors/openoffice-devel | |
parent | b3c53ff53f2ccb5459b932c85a96279c702be5d6 (diff) | |
download | freebsd-ports-gnome-217f8c64da952b3c85652769343fef6c99572565.tar.gz freebsd-ports-gnome-217f8c64da952b3c85652769343fef6c99572565.tar.zst freebsd-ports-gnome-217f8c64da952b3c85652769343fef6c99572565.zip |
Pet portlint - use a tab (not space) after a variable name
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index 0e7561f0c933..c3a684e799b2 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -180,7 +180,7 @@ PDFIMPORT_CONFIGURE_ENABLE= pdfimport WIKI_PUBLISHER_CONFIGURE_ENABLE= wiki-publisher # Don't run gnome-post-icons until after post-install generates the plist -TARGET_ORDER_OVERRIDE= 710:gnome-post-icons +TARGET_ORDER_OVERRIDE= 710:gnome-post-icons .include <bsd.port.pre.mk> |