diff options
author | bapt <bapt@FreeBSD.org> | 2013-03-22 01:46:11 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-03-22 01:46:11 +0800 |
commit | a77e22f3149784d55d235c03b2757ce8a0e40661 (patch) | |
tree | 0b2be24813c5b61d0450fc0992b1f95ae5846ebe | |
parent | cfcced21488c284abd188059ae050ef418f1267b (diff) | |
download | freebsd-ports-gnome-a77e22f3149784d55d235c03b2757ce8a0e40661.tar.gz freebsd-ports-gnome-a77e22f3149784d55d235c03b2757ce8a0e40661.tar.zst freebsd-ports-gnome-a77e22f3149784d55d235c03b2757ce8a0e40661.zip |
Fix conversion
Reported by: freshports sanity check
-rw-r--r-- | databases/libdrizzle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libdrizzle/Makefile b/databases/libdrizzle/Makefile index f752220025b2..221e6c06877e 100644 --- a/databases/libdrizzle/Makefile +++ b/databases/libdrizzle/Makefile @@ -50,4 +50,4 @@ post-install:: CONFIGURE_ARGS+=--disable-64bit .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |