diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-09-29 15:32:19 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-09-29 15:32:19 +0800 |
commit | 219fb5339bbcd55f311eafc3cde29c71feb1af11 (patch) | |
tree | ecfe73061ff91c4c8dfb707b7349decb979f9ce6 /irc | |
parent | cc1d15b141223ab7f85e45462e53e5f81f766b19 (diff) | |
download | freebsd-ports-gnome-219fb5339bbcd55f311eafc3cde29c71feb1af11.tar.gz freebsd-ports-gnome-219fb5339bbcd55f311eafc3cde29c71feb1af11.tar.zst freebsd-ports-gnome-219fb5339bbcd55f311eafc3cde29c71feb1af11.zip |
Fix typo error (USE_REPLACE => USE_REINPLACE), my fault :(
Submitted by: Ed Schouten <ed@fxq.nl>
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irssi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile index 01581d1d49cd..e678c4c45e1f 100644 --- a/irc/irssi/Makefile +++ b/irc/irssi/Makefile @@ -17,7 +17,7 @@ COMMENT?= A modular IRC client with many features CONFLICTS= irssi-devel-* USE_BZIP2= yes -USE_REPLACE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes WANT_GNOME= yes |