aboutsummaryrefslogtreecommitdiff
path: root/audio/flac/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/flac/Makefile')
-rw-r--r--audio/flac/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/flac/Makefile b/audio/flac/Makefile
index 9e3fddfdb997..997e12762b15 100644
--- a/audio/flac/Makefile
+++ b/audio/flac/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= flac
-PORTVERSION= 0.10
-PORTREVISION= 1
+PORTVERSION= 1.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -29,13 +28,15 @@ BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
.endif
USE_LIBTOOL= yes
-USE_AUTOCONF= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GMAKE= yes
INSTALLS_SHLIB= yes
+MAN1= flac.1
+
+post-extract:
+ @${RM} -r ${WRKSRC}/obj
post-install:
.if !defined(NOPORTDOCS)