summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-03-27 18:48:28 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2003-03-27 18:48:28 +0000
commitb946b7fa55f7ac4f215a600260909a36e7fa02dd (patch)
treedd3d89e9dcb5193bb4b6b727af8601717ab18146 /audio
parentBump PORTREVISION by previous commit. (diff)
Port style fixes
Notes
Notes: svn path=/head/; revision=77546
Diffstat (limited to 'audio')
-rw-r--r--audio/toolame/Makefile3
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>