diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-27 18:48:28 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-03-27 18:48:28 +0000 |
commit | b946b7fa55f7ac4f215a600260909a36e7fa02dd (patch) | |
tree | dd3d89e9dcb5193bb4b6b727af8601717ab18146 /audio/toolame | |
parent | fbf1211d43928f643b71f6dcdd19c98915773e06 (diff) | |
download | ports-b946b7fa55f7ac4f215a600260909a36e7fa02dd.tar.gz ports-b946b7fa55f7ac4f215a600260909a36e7fa02dd.zip |
Notes
Diffstat (limited to 'audio/toolame')
-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> |