diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 06:48:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 06:48:18 +0000 |
commit | a976fdb7da9a843342d5381c30dc49d4696a7018 (patch) | |
tree | ae5fc626a96a202811039f88b296d1dcf19361f4 /net-im/sendxmpp/Makefile | |
parent | c05d4731913d01a57a0b51ce4563997f4c62372c (diff) | |
download | ports-a976fdb7da9a843342d5381c30dc49d4696a7018.tar.gz ports-a976fdb7da9a843342d5381c30dc49d4696a7018.zip |
Notes
Diffstat (limited to 'net-im/sendxmpp/Makefile')
-rw-r--r-- | net-im/sendxmpp/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/sendxmpp/Makefile b/net-im/sendxmpp/Makefile index 767bca3f4d78..a987ba0560e1 100644 --- a/net-im/sendxmpp/Makefile +++ b/net-im/sendxmpp/Makefile @@ -16,11 +16,9 @@ RUN_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \ USES= perl5 USE_PERL5= configure -MAN1= sendxmpp.1 - PLIST_FILES= bin/sendxmpp \ - %%SITE_PERL%%/mach/auto/sendxmpp/.packlist + %%SITE_PERL%%/mach/auto/sendxmpp/.packlist \ + man/man1/sendxmpp.1.gz PLIST_DIRS= %%SITE_PERL%%/mach/auto/sendxmpp -NO_STAGE= yes .include <bsd.port.mk> |