diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 08:19:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-25 08:19:54 +0000 |
commit | ae9aa661c5bdf501fb1a1b52e5d79db76856fd9e (patch) | |
tree | 7b4131808e6fc6ac1bdf68839938c7feea74cb50 /misc | |
parent | f0fdfcf0dd00c5b1430c043d1394147a25dcab50 (diff) | |
download | ports-ae9aa661c5bdf501fb1a1b52e5d79db76856fd9e.tar.gz ports-ae9aa661c5bdf501fb1a1b52e5d79db76856fd9e.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/display/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/display/Makefile b/misc/display/Makefile index c4e9676f47f2..09887b9e00ec 100644 --- a/misc/display/Makefile +++ b/misc/display/Makefile @@ -3,7 +3,7 @@ # Date created: 25 August 1997 # Whom: Stephen J. Roznowski <sjr@home.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/11/24 00:26:01 fenner Exp $ # DISTNAME= display @@ -12,14 +12,14 @@ CATEGORIES= misc MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume8/ EXTRACT_SUFX= -MAINTAINER= ports@FreeBSD.ORG - -PATCHFILES= display.pch.Z PATCH_SITES= ${MASTER_SITES} +PATCHFILES= display.pch.Z -NO_WRKSUBDIR= yes +MAINTAINER= ports@FreeBSD.ORG BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar + +NO_WRKSUBDIR= yes EXTRACT_CMD= gunshar EXTRACT_BEFORE_ARGS= |