diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-07-30 00:10:31 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-07-30 00:10:31 +0000 |
commit | c650d3024639337b97d29e477c9a1451e6a66583 (patch) | |
tree | 6cef573b1af2aea03d1c6291bcb39fd3053a5b39 /editors/xed/Makefile | |
parent | Take out version number, it is in PKGNAME. (diff) |
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 |