diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-07-30 08:29:12 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-07-30 08:29:12 +0800 |
commit | 452186682b3ae96008460d6f46d8f26b97860097 (patch) | |
tree | 18dabed617e050ae32351dfa34584705b27d1d22 /editors/xed | |
parent | 33cede5d2a59303c6d4a076b26143c09acad3d01 (diff) | |
download | freebsd-ports-gnome-452186682b3ae96008460d6f46d8f26b97860097.tar.gz freebsd-ports-gnome-452186682b3ae96008460d6f46d8f26b97860097.tar.zst freebsd-ports-gnome-452186682b3ae96008460d6f46d8f26b97860097.zip |
Getting the form more right, on Makefile layout.
Diffstat (limited to 'editors/xed')
-rw-r--r-- | editors/xed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile index ccb92a788e3d..5b9219022bea 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -3,7 +3,7 @@ # Date created: 28 Jul 1996 # Whom: shanee # -# $Id: Makefile,v 1.1.1.1 1996/07/29 00:38:24 chuckr Exp $ +# $Id: Makefile,v 1.2 1996/07/30 00:10:31 chuckr Exp $ # DISTNAME= xed1.3 @@ -11,6 +11,7 @@ PKGNAME= xed-1.3 CATEGORIES+= editors x11 MASTER_SITES= ftp://ftp.x.org/contrib/editors/ EXTRACT_SUFX= .tar.Z + MAINTAINER= shanee@rabbit.augusta.de LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |