diff options
author | adamw <adamw@FreeBSD.org> | 2014-01-03 23:36:03 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-01-03 23:36:03 +0800 |
commit | 5d7350b19f9ff245efd08d269514e36b2a895629 (patch) | |
tree | b39e75b036f8506cfe02675f8ea7fc1f81cb65e9 /audio/toolame | |
parent | e2e4cbd9b35b6c806cda00430c69d44a90276b8b (diff) | |
download | freebsd-ports-gnome-5d7350b19f9ff245efd08d269514e36b2a895629.tar.gz freebsd-ports-gnome-5d7350b19f9ff245efd08d269514e36b2a895629.tar.zst freebsd-ports-gnome-5d7350b19f9ff245efd08d269514e36b2a895629.zip |
Include <bsd.port.mk>, not post.mk
Diffstat (limited to 'audio/toolame')
-rw-r--r-- | audio/toolame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index 74f03409993f..a0f9cd7dad7c 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -34,4 +34,4 @@ do-install: .endif @${INSTALL_PROGRAM} ${WRKSRC}/toolame ${PREFIX}/bin -.include <bsd.port.post.mk> +.include <bsd.port.mk> |