diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-03 16:24:25 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-03 16:24:25 +0800 |
commit | 08a2e28e1b444210fffd4a96966034b6ac51623f (patch) | |
tree | fe2b241bdd175f1b889071cc06bbf8471fc76f82 /net-im/empathy | |
parent | db939d5fe52ffb6df65250fe866249eacf9dfff6 (diff) | |
download | freebsd-ports-gnome-08a2e28e1b444210fffd4a96966034b6ac51623f.tar.gz freebsd-ports-gnome-08a2e28e1b444210fffd4a96966034b6ac51623f.tar.zst freebsd-ports-gnome-08a2e28e1b444210fffd4a96966034b6ac51623f.zip |
Fix typo in posy-patch
Diffstat (limited to 'net-im/empathy')
-rw-r--r-- | net-im/empathy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile index bfc55fe7728e..bb849c002fb6 100644 --- a/net-im/empathy/Makefile +++ b/net-im/empathy/Makefile @@ -96,7 +96,7 @@ CONFIGURE_ARGS+=--disable-map PLIST_SUB+= MAP="@comment " .endif -posy-patch: +post-patch: @${REINPLACE_CMD} \ -e '/^empathy_av_LDADD =/s/$$/ -lm/' \ -e '/^empathy_call_LDADD =/s/$$/ -lm/' \ |