diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-27 05:20:00 +0000 |
commit | 7d45e2b7a193d40e6c5b529f166e38e0af53a8c3 (patch) | |
tree | 1aa2bbfd19ad2c48caed151304d90d00e672730a /editors | |
parent | d787371c3884a468504887cce1ee11466a1e339e (diff) | |
download | ports-7d45e2b7a193d40e6c5b529f166e38e0af53a8c3.tar.gz ports-7d45e2b7a193d40e6c5b529f166e38e0af53a8c3.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/vilearn/Makefile | 3 | ||||
-rw-r--r-- | editors/xvile/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/editors/vilearn/Makefile b/editors/vilearn/Makefile index 828b0c9ea694..74a6766c34cc 100644 --- a/editors/vilearn/Makefile +++ b/editors/vilearn/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Dec 1997 # Whom: Ian Vaudrey <i.vaudrey@bigfoot.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/12/26 19:26:38 hoek Exp $ # DISTNAME= vilearn @@ -17,7 +17,6 @@ EXTRACT_SUFX= .Z MAINTAINER= i.vaudrey@bigfoot.com WRKSRC= ${WRKDIR}/${PKGNAME} -NO_CONFIGURE= yes EXTRACT_CMD= uncompress EXTRACT_BEFORE_ARGS= -c EXTRACT_AFTER_ARGS= | tail -n 1759 | sh diff --git a/editors/xvile/Makefile b/editors/xvile/Makefile index 0d2bc5a68620..5b8a626e8e0a 100644 --- a/editors/xvile/Makefile +++ b/editors/xvile/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Nov 26, 1996 # Whom: pgf # -# $Id: Makefile,v 1.14 1997/12/10 20:30:14 gj Exp $ +# $Id: Makefile,v 1.15 1998/06/04 20:42:03 gj Exp $ # DISTNAME= vile-8.0 @@ -20,7 +20,6 @@ MAKEFILE= makefile GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-screen=${SCREEN_TYPE} ${WITH_PERL} MAN1= xvile.1 -NO_PATCH= yes pre-configure: .if ! defined(USE_MENUS) |