diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-08 16:49:40 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-08 16:49:40 +0000 |
commit | b59aa533b88fde8471a3be75fe35202a9f1fdb89 (patch) | |
tree | 7fcc3d5118bc5cba136788c17881f3aba6e523d6 /editors | |
parent | 59ee0f029212d7f5c718357d6ad86baef23e62ee (diff) | |
download | ports-b59aa533b88fde8471a3be75fe35202a9f1fdb89.tar.gz ports-b59aa533b88fde8471a3be75fe35202a9f1fdb89.zip |
Add missing EXTRACT_SUFX
Notes
Notes:
svn path=/head/; revision=3549
Diffstat (limited to 'editors')
-rw-r--r-- | editors/asedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index e022a4e3a9d7..f8146d0cc56b 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -4,11 +4,12 @@ # # Whom: Andreas Kohout <shanee@rabbit.augusta.de> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/08 15:01:56 jmz Exp $ # DISTNAME= asedit-1.3.2 CATEGORIES= editors x11 MASTER_SITES= ftp://ftp.x.org/contrib/editors/ +EXTRACT_SUFX= .tar.Z MAINTAINER= shanee@rabbit.augusta.de |