diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-07-30 08:10:31 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-07-30 08:10:31 +0800 |
commit | 33cede5d2a59303c6d4a076b26143c09acad3d01 (patch) | |
tree | 4994175ffd0a1afabade27582a30bbf0e84fc8fb /editors/xed/Makefile | |
parent | ca8482e36df0c1da9b32fa3b1b793661406eca38 (diff) | |
download | freebsd-ports-gnome-33cede5d2a59303c6d4a076b26143c09acad3d01.tar.gz freebsd-ports-gnome-33cede5d2a59303c6d4a076b26143c09acad3d01.tar.zst freebsd-ports-gnome-33cede5d2a59303c6d4a076b26143c09acad3d01.zip |
Fix Makefile variable ordering.
Diffstat (limited to 'editors/xed/Makefile')
-rw-r--r-- | editors/xed/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/xed/Makefile b/editors/xed/Makefile index d1c9826dd38d..ccb92a788e3d 100644 --- a/editors/xed/Makefile +++ b/editors/xed/Makefile @@ -3,21 +3,20 @@ # Date created: 28 Jul 1996 # Whom: shanee # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/07/29 00:38:24 chuckr Exp $ # DISTNAME= xed1.3 PKGNAME= xed-1.3 -MASTER_SITES= ftp://ftp.x.org/contrib/editors/ 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 USE_IMAKE= yes XMKMF= xmkmf -EXTRACT_SUFX= .tar.Z pre-install: cd $(WRKSRC); make install.man |