diff options
author | asami <asami@FreeBSD.org> | 1997-09-17 11:23:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-17 11:23:35 +0800 |
commit | e7e561d64cad535ca3a51d11d302cad2419f22c3 (patch) | |
tree | fe7d0b84f2829b1d97c002ce4b3fd603842eab8c /editors | |
parent | f4dfd23af2fcbf75c837c8ed63adb6185c4d9fb2 (diff) | |
download | freebsd-ports-gnome-e7e561d64cad535ca3a51d11d302cad2419f22c3.tar.gz freebsd-ports-gnome-e7e561d64cad535ca3a51d11d302cad2419f22c3.tar.zst freebsd-ports-gnome-e7e561d64cad535ca3a51d11d302cad2419f22c3.zip |
The Id line is spelled "$Id$", not "$Id:". Move EXTRACT_ONLY down.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/thoteditor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index ac975cb629d7..f2076cd7a992 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -3,7 +3,7 @@ # Date created: 1 Aug 1997 # Whom: Pedro Giffuni (orig) # -# $Id: +# $Id$ # DISTNAME= Thot @@ -12,10 +12,10 @@ CATEGORIES= editors www MASTER_SITES= ftp://opera.inrialpes.fr/pub/sources/thot/ DISTFILES= thot-src-2.1b.tar.gz \ thoteditor-src-2.1b.tar.gz -EXTRACT_ONLY= thot-src-2.1b.tar.gz MAINTAINER= ports@FreeBSD.org +EXTRACT_ONLY= thot-src-2.1b.tar.gz REQUIRES_MOTIF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-thot --enable-plugin |