diff options
author | lioux <lioux@FreeBSD.org> | 2003-03-28 04:12:38 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-03-28 04:12:38 +0800 |
commit | 34673dbcedd0e404a447777688eb26f833c561a8 (patch) | |
tree | f2b69ecaf47c15ded263cbe0e977b3e8e1904f2c /audio/toolame/Makefile | |
parent | e4ffa8384cbf2d3a9176de074bf232ed06bde115 (diff) | |
download | freebsd-ports-gnome-34673dbcedd0e404a447777688eb26f833c561a8.tar.gz freebsd-ports-gnome-34673dbcedd0e404a447777688eb26f833c561a8.tar.zst freebsd-ports-gnome-34673dbcedd0e404a447777688eb26f833c561a8.zip |
Update to 0.2l
Diffstat (limited to 'audio/toolame/Makefile')
-rw-r--r-- | audio/toolame/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/toolame/Makefile b/audio/toolame/Makefile index 29a6a23ec836..2efc9e4c952e 100644 --- a/audio/toolame/Makefile +++ b/audio/toolame/Makefile @@ -6,7 +6,7 @@ # PORTNAME= toolame -PORTVERSION= 0.2k +PORTVERSION= 0.2l CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -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= FUTURE HISTORY LGPL.txt README pre-everything:: .ifndef(WITH_OPTIMIZED_CFLAGS) @@ -47,10 +47,6 @@ post-patch: @${REINPLACE_CMD} -E -e \ 's@\$$\((ARCH|OPTIM|WARNINGS)\)@@g' \ ${WRKSRC}/Makefile -# we can't rely on existence of _sincos in gcc - @${REINPLACE_CMD} -E \ - -e 's|-DSINCOS||' \ - ${WRKSRC}/Makefile post-configure: # C{C,FLAGS} safeness |