diff options
author | marcus <marcus@FreeBSD.org> | 2016-01-06 23:33:22 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2016-01-06 23:33:22 +0800 |
commit | a194bedd17ca7ebdde68ae5ad8a13d5611840be4 (patch) | |
tree | c13b4e16f3990a78b21a24c2a6d2b2dee94ef8a8 /net-im | |
parent | 9316b87f739cfb21161a7da9e61be2bd57414c44 (diff) | |
download | freebsd-ports-gnome-a194bedd17ca7ebdde68ae5ad8a13d5611840be4.tar.gz freebsd-ports-gnome-a194bedd17ca7ebdde68ae5ad8a13d5611840be4.tar.zst freebsd-ports-gnome-a194bedd17ca7ebdde68ae5ad8a13d5611840be4.zip |
Only do the Perl fix if Perl is enabled.
Reported by: Mike Harding <mvharding@gmail.com>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/pidgin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index 7e86482f7edb..9f9f6c597247 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -29,9 +29,11 @@ CONFIGURE_ARGS= --disable-consoleui \ --enable-screensaver \ --with-dynamic_prpls=${PRPL_MODULES:S/,$//} +.if ${PORT_OPTIONS:MPERL} post-stage: @${SED} -i '' -e 's|^${STAGEDIR}||g' \ ${STAGEDIR}${PREFIX}/lib/pidgin/perl/auto/Pidgin/.packlist +.endif post-install: ${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 |