diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:36:03 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 15:36:03 +0000 |
commit | f5da53d279df636b600a231acd6756159f779c34 (patch) | |
tree | b39e75b036f8506cfe02675f8ea7fc1f81cb65e9 /audio | |
parent | 58848c550bf7029a7c353fcfb5d561f730a4a04e (diff) | |
download | ports-f5da53d279df636b600a231acd6756159f779c34.tar.gz ports-f5da53d279df636b600a231acd6756159f779c34.zip |
Notes
Diffstat (limited to 'audio')
-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> |