diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-01-24 05:29:15 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-01-24 05:29:15 +0000 |
commit | 1d2b805b37b77d7646e5970c6fe919d550aba2d0 (patch) | |
tree | 7e27b51896cd0040ff0587ef4a55350a8acb8087 /graphics/tiff | |
parent | 859ce844cde8090a1bed3ae0fca59d09cdbfd1ff (diff) | |
download | pkgsrc-1d2b805b37b77d7646e5970c6fe919d550aba2d0.tar.gz |
portlint: fix RCS Id, remove EXTRACT_CMD and EXTRACT_BEFORE_ARGS, add MAINTAINER, $() -> ${}, ldconfig||true
Diffstat (limited to 'graphics/tiff')
-rw-r--r-- | graphics/tiff/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/graphics/tiff/Makefile b/graphics/tiff/Makefile index a4bd8319975..d4ed1f244ee 100644 --- a/graphics/tiff/Makefile +++ b/graphics/tiff/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 1997/12/01 00:01:51 hubertf Exp $ # New ports collection makefile for: tiff # Version required: 3.4 beta 037 # Date created: 27 November 1997 # Whom: tron # +# $NetBSD: Makefile,v 1.4 1998/01/24 05:29:15 hubertf Exp $ DISTNAME= tiff-v3.4beta037 PKGNAME= tiff-3.4 @@ -11,11 +11,9 @@ CATEGORIES= graphics MASTER_SITES= ftp://ftp.sgi.com/graphics/tiff/ \ ftp://ftp.gwdg.de/pub/grafik/sgi/tiff/ \ ftp://ftp.fu-berlin.de/unix/graphics/tiff/ +EXTRACT_SUFX= -tar.gz -# "-tar.gz" instead of ".tar.gz" -EXTRACT_SUFX= -tar.gz -EXTRACT_CMD= /usr/bin/tar -EXTRACT_BEFORE_ARGS= -xzf +MAINTAINER= packages@netbsd.org LIB_DEPENDS= jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg @@ -51,9 +49,9 @@ MAN3= TIFFCheckTile.3 TIFFClose.3 TIFFComputeStrip.3 TIFFComputeTile.3 \ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --noninteractive --site ${FILESDIR} -CONFIGURE_ENV+= PREFIX=$(PREFIX) +CONFIGURE_ENV+= PREFIX=${PREFIX} post-install: - ${LDCONFIG} -m ${PREFIX}/lib || true + ${LDCONFIG} -m ${PREFIX}/lib || /usr/bin/true .include <bsd.port.mk> |