diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-16 01:21:53 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-16 01:21:53 +0800 |
commit | 830abb19caeab806a32facae623a83bf78ffb7b8 (patch) | |
tree | b900a1c3ae6e841a1f4e23a3667edd7f4a9ea4e0 /devel | |
parent | a02a86f457f1d5bc5d8e6ec9ce53830b2d40ffce (diff) | |
download | freebsd-ports-gnome-830abb19caeab806a32facae623a83bf78ffb7b8.tar.gz freebsd-ports-gnome-830abb19caeab806a32facae623a83bf78ffb7b8.tar.zst freebsd-ports-gnome-830abb19caeab806a32facae623a83bf78ffb7b8.zip |
- Fix typo
Diffstat (limited to 'devel')
-rw-r--r-- | devel/thrift-cpp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile index 889b2482c099..4f9a9f72da94 100644 --- a/devel/thrift-cpp/Makefile +++ b/devel/thrift-cpp/Makefile @@ -74,4 +74,4 @@ post-install: .endif .include "../thrift/bsd.thrift.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |