aboutsummaryrefslogtreecommitdiff
path: root/audio/faad/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 13:50:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-23 13:50:34 +0000
commiteb963d13368bd9613cac3ebeac1b9677ff724c69 (patch)
tree0048595e1938195afea16aa7474f0db260422c66 /audio/faad/Makefile
parent17a8878aef768319f0a221eea93892f140cfde66 (diff)
downloadports-eb963d13368bd9613cac3ebeac1b9677ff724c69.tar.gz
ports-eb963d13368bd9613cac3ebeac1b9677ff724c69.zip
Convert to stage
Remove useless pre/post dancing
Notes
Notes: svn path=/head/; revision=328004
Diffstat (limited to 'audio/faad/Makefile')
-rw-r--r--audio/faad/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/faad/Makefile b/audio/faad/Makefile
index 87f9a7f70665..8c7e0c414022 100644
--- a/audio/faad/Makefile
+++ b/audio/faad/Makefile
@@ -12,7 +12,6 @@ MAINTAINER= multimedia@FreeBSD.org
COMMENT= MPEG-2 and MPEG-4 AAC audio decoder
USES= gmake
-NO_STAGE= yes
USE_BZIP2= yes
USE_DOS2UNIX= yes
USE_AUTOTOOLS= aclocal autoheader automake autoconf libtool
@@ -24,8 +23,6 @@ USE_LDCONFIG= yes
MAN1= faad.1
-.include <bsd.port.pre.mk>
-
post-extract:
@${LN} -sf faad.man ${WRKSRC}/frontend/faad.1
@@ -44,4 +41,4 @@ post-patch:
pre-configure:
@cd ${WRKSRC}; ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>