diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-11 08:21:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-11 08:21:48 +0000 |
commit | cd4be4121c76146d4eae19b0be671e3a54254f04 (patch) | |
tree | 4e3144d1d3776765acb24d140cf13fcabfdd72fa /graphics/jpeg-mmx/Makefile | |
parent | Duh, I left one empty line before the CVS: lines (like someone told me (diff) |
(1) Change second master site's path (netcom)
(2) Add "/sbin" to ldconfig's path
Submitted by: me
Notes
Notes:
svn path=/head/; revision=2316
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index 89cf66d86b1e..139f9d9fbfed 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -3,20 +3,20 @@ # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.8 1995/06/24 11:38:03 asami Exp $ +# $Id: Makefile,v 1.9 1995/10/02 14:04:54 ache Exp $ # DISTNAME= jpegsrc.v6 PKGNAME= jpeg-6 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \ - ftp://ftp.netcom.com/pub/tgl/uunet/ + ftp://ftp.netcom.com/pub/tg/tgl/uunet/ WRKSRC= ${WRKDIR}/jpeg-6 GNU_CONFIGURE= yes INSTALL_TARGET= install install-lib post-install: - ldconfig -m ${PREFIX}/lib + /sbin/ldconfig -m ${PREFIX}/lib .include <bsd.port.mk> |