diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-17 17:16:36 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-17 17:16:36 +0000 |
commit | db66db1db08bad1d8f504dd995a98a78d4a829ef (patch) | |
tree | 0e2ff7ce8d8bd4d8d17385595ceb2fd24b1e4592 /irc | |
parent | 19adf25d27c5743c65df6447219fbf36d2a473f9 (diff) | |
download | freebsd-ports-db66db1db08bad1d8f504dd995a98a78d4a829ef.zip |
- Remove duplicated buggy --prefix
PR: 61450
Submitted by: Michael Ranner <mranner@inode.at> (maintainer)
Approved by: erwin (mentor) (implicitly)
Diffstat (limited to 'irc')
-rw-r--r-- | irc/kvirc-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/kvirc/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile index fa04850c236c..6aeb12e4627f 100644 --- a/irc/kvirc-devel/Makefile +++ b/irc/kvirc-devel/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes CONFIGURE_TARGET= -CONFIGURE_ARGS+= --prefix=${LOCALBASE}/${PORTNAME} --with-freebsd-pthread +CONFIGURE_ARGS+= --with-freebsd-pthread MAN1= kvirc.1 diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile index fa04850c236c..6aeb12e4627f 100644 --- a/irc/kvirc/Makefile +++ b/irc/kvirc/Makefile @@ -24,7 +24,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_REINPLACE= yes CONFIGURE_TARGET= -CONFIGURE_ARGS+= --prefix=${LOCALBASE}/${PORTNAME} --with-freebsd-pthread +CONFIGURE_ARGS+= --with-freebsd-pthread MAN1= kvirc.1 |