diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-24 03:13:47 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-24 03:13:47 +0000 |
commit | 934c015dd9aa04c6f346e136c364ab2dc10a0542 (patch) | |
tree | 149d0999895a9b7a65b7669c3d51747a704f5bdf /multimedia/mplex/Makefile | |
parent | 2c941b483e866ea38d729d99bdf667c9c0546281 (diff) | |
download | ports-934c015dd9aa04c6f346e136c364ab2dc10a0542.tar.gz ports-934c015dd9aa04c6f346e136c364ab2dc10a0542.zip |
Notes
Diffstat (limited to 'multimedia/mplex/Makefile')
-rw-r--r-- | multimedia/mplex/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/mplex/Makefile b/multimedia/mplex/Makefile index 3dcf848123cc..cc9cf233b3be 100644 --- a/multimedia/mplex/Makefile +++ b/multimedia/mplex/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Jul 31 20:54:54 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.2 1996/11/18 11:28:52 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/23 07:34:43 hoek Exp $ # DISTNAME= mplex-1.1 @@ -14,6 +14,9 @@ MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/graphics/mpeg/mplex/ MAINTAINER= erich@FreeBSD.org MAN1= mplex.1 -MANCOMPRESSED= yes + +do-install: + @${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin + @${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1 .include <bsd.port.mk> |