diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2016-01-06 15:37:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2016-01-06 15:37:07 +0000 |
commit | 47c1a3f6f2d40f2587b02f9f80c1545038869bb0 (patch) | |
tree | f3305e68b3af69517ff5faaab7d6d42f72829412 | |
parent | c9f9bf102ea3b368692eea86bcce57f9b41669b2 (diff) | |
download | ports-47c1a3f6f2d40f2587b02f9f80c1545038869bb0.tar.gz ports-47c1a3f6f2d40f2587b02f9f80c1545038869bb0.zip |
Grrr, remove an .endif no longer needed.
Notes
Notes:
svn path=/head/; revision=405362
-rw-r--r-- | net-im/pidgin/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index 23f2ff2a3a7b..d63dfabacfe7 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -32,7 +32,6 @@ CONFIGURE_ARGS= --disable-consoleui \ post-stage-PERL-on: @${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 |