diff options
author | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-27 13:20:00 +0800 |
commit | e269a25f5fbe6f5626fa7696046c91f0e36832f1 (patch) | |
tree | 02d1ad171b5720b31c48c226c5121a772f67ac0d /editors/vilearn | |
parent | 03fbfa5e0bb896209a3cf1029f2913c43887f16f (diff) | |
download | freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.gz freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.tar.zst freebsd-ports-gnome-e269a25f5fbe6f5626fa7696046c91f0e36832f1.zip |
Remove NO_CONFIGURE and NO_PATCH, they never meant anything.
Diffstat (limited to 'editors/vilearn')
-rw-r--r-- | editors/vilearn/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |