diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2016-01-06 15:36:44 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2016-01-06 15:36:44 +0000 |
commit | c9f9bf102ea3b368692eea86bcce57f9b41669b2 (patch) | |
tree | e0d267af7b69ca63faecab32dc162575f49fd7a7 /net-im | |
parent | 80d6bd47bb9a4ef4f26a5dd7c8404ca2114ae75b (diff) | |
download | ports-c9f9bf102ea3b368692eea86bcce57f9b41669b2.tar.gz ports-c9f9bf102ea3b368692eea86bcce57f9b41669b2.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index 9f9f6c597247..23f2ff2a3a7b 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -29,8 +29,7 @@ CONFIGURE_ARGS= --disable-consoleui \ --enable-screensaver \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} -.if ${PORT_OPTIONS:MPERL} -post-stage: +post-stage-PERL-on: @${SED} -i '' -e 's|^${STAGEDIR}||g' \ ${STAGEDIR}${PREFIX}/lib/pidgin/perl/auto/Pidgin/.packlist .endif |