diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-11 01:02:08 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-11 01:02:08 +0000 |
commit | d32732aff78232dfa26039b44a4ab603ffaee646 (patch) | |
tree | eb3729e57259650965094248b2499b8a35a6b73c /x11/xgrab/Makefile | |
parent | Change from .tar.gz to .tar.Z (diff) |
Suffix has changed (gz -> Z)
Notes
Notes:
svn path=/head/; revision=7524
Diffstat (limited to 'x11/xgrab/Makefile')
-rw-r--r-- | x11/xgrab/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 424fdf87cfb2..1a41e1b14c73 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -3,7 +3,7 @@ # Date created: 27 February 1995 # Whom: jmz # -# $Id: Makefile,v 1.8 1996/11/18 09:56:24 asami Exp $ +# $Id: Makefile,v 1.9 1997/03/06 05:18:55 asami Exp $ # DISTNAME= xgrabsc.2_41 @@ -11,6 +11,7 @@ PKGNAME= xgrab-2.41 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications +EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org |