mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Convert to stage
Remove useless pre/post dancing
This commit is contained in:
parent
17a8878aef
commit
eb963d1336
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328004
@ -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>
|
||||
|
@ -8,3 +8,4 @@ lib/libfaad.la
|
||||
lib/libfaad.so
|
||||
lib/libfaad.so.2
|
||||
lib/libmp4ff.a
|
||||
man/man1/faad.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user