diff options
author | Steve Price <steve@FreeBSD.org> | 1998-11-02 03:59:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-11-02 03:59:50 +0000 |
commit | 3452bd57dce885b1bb0a89dc6b1c4a04277399d2 (patch) | |
tree | 91cd5a4fa817ff5a492b88d5fa343d4aa5246dd4 /misc | |
parent | 9e932411c5b305538ec45c4c63d24440cf6b7ea6 (diff) | |
download | ports-3452bd57dce885b1bb0a89dc6b1c4a04277399d2.tar.gz ports-3452bd57dce885b1bb0a89dc6b1c4a04277399d2.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/display/Makefile | 7 | ||||
-rw-r--r-- | misc/display/distinfo | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/misc/display/Makefile b/misc/display/Makefile index 09887b9e00ec..101f0b384831 100644 --- a/misc/display/Makefile +++ b/misc/display/Makefile @@ -3,14 +3,14 @@ # Date created: 25 August 1997 # Whom: Stephen J. Roznowski <sjr@home.net> # -# $Id: Makefile,v 1.1.1.1 1997/11/24 00:26:01 fenner Exp $ +# $Id: Makefile,v 1.2 1997/11/25 08:19:54 asami Exp $ # DISTNAME= display PKGNAME= display-1.0 CATEGORIES= misc MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume8/ -EXTRACT_SUFX= +EXTRACT_SUFX= .Z PATCH_SITES= ${MASTER_SITES} PATCHFILES= display.pch.Z @@ -20,8 +20,9 @@ MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar NO_WRKSUBDIR= yes -EXTRACT_CMD= gunshar +EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= +EXTRACT_AFTER_ARGS= | gunshar -d ${WRKDIR} MAN1= display.1 diff --git a/misc/display/distinfo b/misc/display/distinfo index d67a4c165b60..bcc0efedc40b 100644 --- a/misc/display/distinfo +++ b/misc/display/distinfo @@ -1,2 +1,2 @@ -MD5 (display) = 8b8833e1ae41dc1a3714ed1ba4776871 +MD5 (display.Z) = 5ee3e53bf0b99dd4b94b5329e8a0fd2e MD5 (display.pch.Z) = c77e579b4dcc07fbf2dee01113029f0d |