From 3ae17f40e7e57ba5c71cae071f7ca3897abf55dc Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 23 Sep 2013 06:15:14 +0000 Subject: Use STAGE --- net-p2p/btpd/Makefile | 10 +--------- net-p2p/btpd/pkg-plist | 6 ++++++ 2 files changed, 7 insertions(+), 9 deletions(-) create mode 100644 net-p2p/btpd/pkg-plist (limited to 'net-p2p/btpd') diff --git a/net-p2p/btpd/Makefile b/net-p2p/btpd/Makefile index 0f41abe70f37..8e9e56ba1902 100644 --- a/net-p2p/btpd/Makefile +++ b/net-p2p/btpd/Makefile @@ -15,22 +15,14 @@ USE_AUTOTOOLS= autoconf aclocal GNU_CONFIGURE= yes USE_OPENSSL= yes -PLIST_FILES= bin/btcli \ - bin/btinfo \ - bin/btpd -MAN1= btcli.1 \ - btinfo.1 \ - btpd.1 - PORTDOCS= README -NO_STAGE= yes .include post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .endif .include diff --git a/net-p2p/btpd/pkg-plist b/net-p2p/btpd/pkg-plist new file mode 100644 index 000000000000..6bce95981274 --- /dev/null +++ b/net-p2p/btpd/pkg-plist @@ -0,0 +1,6 @@ +bin/btcli +bin/btinfo +bin/btpd +man/man1/btcli.1.gz +man/man1/btinfo.1.gz +man/man1/btpd.1.gz -- cgit