diff options
Diffstat (limited to 'audio/toolame/Makefile')
-rw-r--r-- | audio/toolame/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index 7ddb2f2aea0a..9b5b7ae3e3b1 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes USE_REINPLACE= yes ALL_TARGET= ${PORTNAME} -DOC_FILES= CHANGES COPYING FUTURE GPL HISTORY README README.VBR +DOC_FILES= CHANGES COPYING FUTURE GPL HISTORY README README.VBR pre-everything:: .ifndef(WITH_OPTIMIZED_CFLAGS) @@ -63,5 +63,4 @@ do-install: .endif @${INSTALL_PROGRAM} ${WRKSRC}/toolame ${PREFIX}/bin - .include <bsd.port.post.mk> |