diff options
author | Stefan Eßer <se@FreeBSD.org> | 1999-02-08 22:30:01 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1999-02-08 22:30:01 +0000 |
commit | 87bf3684b24cb3a7202e0aa3d431ee1c312d60eb (patch) | |
tree | 79cde1e8cc34603223023a38603032e309824afa /sysutils/kfloppy/Makefile | |
parent | Upgrade to KDE 1.1 RELEASE. (diff) |
Remove extra argument to "configure" that had been committed by accident.
Notes
Notes:
svn path=/head/; revision=16564
Diffstat (limited to 'sysutils/kfloppy/Makefile')
-rw-r--r-- | sysutils/kfloppy/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index 73ed0094e1c0..4c43ec75954a 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.26 1999/02/06 23:22:03 se Exp $ +# $Id: Makefile,v 1.27 1999/02/08 22:25:49 se Exp $ # DISTNAME= kdeutils-1.1 @@ -27,5 +27,3 @@ USE_GMAKE= yes CFLAGS+= "-I${PREFIX}/include" .include <bsd.port.mk> - -#CONFIGURE_ARGS+="--with-install-root=/data/kde" |