diff options
author | lioux <lioux@FreeBSD.org> | 2002-07-09 17:27:09 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-07-09 17:27:09 +0000 |
commit | 9a7b8dd51395f63592ba056e5c31237e6d7962a1 (patch) | |
tree | c0dabb215ef503a40713904dde927ec6a948e1fe /multimedia/libmpeg2/Makefile | |
parent | bd0db77b2f54283eeb29b0b0f5d53450e764668f (diff) | |
download | FreeBSD-ports-9a7b8dd51395f63592ba056e5c31237e6d7962a1.zip FreeBSD-ports-9a7b8dd51395f63592ba056e5c31237e6d7962a1.tar.gz |
o Add post-install line installing libvo.a needed by upcoming port
GOPchop.
o Bump PORTREVISION
Requested by: ijliao
Reviewed by: ijliao
Diffstat (limited to 'multimedia/libmpeg2/Makefile')
-rw-r--r-- | multimedia/libmpeg2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/libmpeg2/Makefile b/multimedia/libmpeg2/Makefile index 96f5b6b..6fd24c4 100644 --- a/multimedia/libmpeg2/Makefile +++ b/multimedia/libmpeg2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libmpeg2 PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://libmpeg2.sourceforge.net/files/ DISTNAME= mpeg2dec-${PORTVERSION} @@ -63,5 +64,6 @@ post-install: @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/libvo.txt ${DOCSDIR} .endif + @${INSTALL_DATA} ${WRKSRC}/libvo/libvo.a ${PREFIX}/lib .include <bsd.port.mk> |