diff options
author | dinoex <dinoex@FreeBSD.org> | 2005-01-31 13:43:16 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2005-01-31 13:43:16 +0800 |
commit | f0cf2255c5c694423c42fe923832f059f34f6720 (patch) | |
tree | c231a2b7e87b8a42b94034dd3835283189695051 /multimedia/replex/Makefile | |
parent | 69bc46ef60c03139fb0bb9a31ff098fbfcceeb6a (diff) | |
download | freebsd-ports-graphics-f0cf2255c5c694423c42fe923832f059f34f6720.tar.gz freebsd-ports-graphics-f0cf2255c5c694423c42fe923832f059f34f6720.tar.zst freebsd-ports-graphics-f0cf2255c5c694423c42fe923832f059f34f6720.zip |
- new tarball with COPYING changed
rereleased now under GPL, former GLPL
HEADS UP:
Do not link libreplex with non GPL programs.
linking it with BSD-licensed or other open-source licenses
is a violation of the GPL license.
- remove libreplex from the packag
Diffstat (limited to 'multimedia/replex/Makefile')
-rw-r--r-- | multimedia/replex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/replex/Makefile b/multimedia/replex/Makefile index 81810caedb3..fe68bf5207c 100644 --- a/multimedia/replex/Makefile +++ b/multimedia/replex/Makefile @@ -7,6 +7,7 @@ PORTNAME= replex PORTVERSION= 0.1.3 +PORTVERSION= 1 CATEGORIES= multimedia MASTER_SITES= http://www.metzlerbros.org/dvb/ @@ -22,7 +23,6 @@ TOFIX= avi.h element.h mpg_common.h pes.h replex.h ringbuffer.h \ replex.c ts.c do-install: - ${INSTALL_DATA} ${WRKSRC}/libreplex.a ${PREFIX}/lib/ ${INSTALL_PROGRAM} ${WRKSRC}/replex ${PREFIX}/bin/ .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |