diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-07 05:35:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-07 05:35:21 +0800 |
commit | 2d0ac4f8d3a7197ee26f3c0644690756722f6763 (patch) | |
tree | e29efe0365a505c86cc73eec703e346610426c1e | |
parent | 08583c565f3a9ae74fa76c43ef6bb7845be7dbf2 (diff) | |
download | freebsd-ports-gnome-2d0ac4f8d3a7197ee26f3c0644690756722f6763.tar.gz freebsd-ports-gnome-2d0ac4f8d3a7197ee26f3c0644690756722f6763.tar.zst freebsd-ports-gnome-2d0ac4f8d3a7197ee26f3c0644690756722f6763.zip |
Do not include bsd.port.pre.mk twice
With hat: portmgr
-rw-r--r-- | devel/fb303/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fb303/Makefile b/devel/fb303/Makefile index a24978bddc03..b4c91443ec7e 100644 --- a/devel/fb303/Makefile +++ b/devel/fb303/Makefile @@ -50,4 +50,4 @@ post-install: .endfor .include "../thrift/bsd.thrift.mk" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |