diff options
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r-- | graphics/jpeg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile index ca29cb0ef172..256545cdc934 100644 --- a/graphics/jpeg/Makefile +++ b/graphics/jpeg/Makefile @@ -3,7 +3,7 @@ # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.11 1996/09/26 22:23:29 chuckr Exp $ +# $Id: Makefile,v 1.12 1996/11/16 00:54:46 ache Exp $ # DISTNAME= jpegsrc.v6a @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ WRKSRC= ${WRKDIR}/jpeg-6a GNU_CONFIGURE= yes INSTALL_TARGET= install install-lib +MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 post-install: /sbin/ldconfig -m ${PREFIX}/lib |