diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 06:15:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-23 06:15:14 +0000 |
commit | 012876e1c29d1e3a8d7a1bad61f90c882af28c38 (patch) | |
tree | 1fcdadedbb6af7a9890d6d6910817a88aa16a6dd /net-p2p/btpd | |
parent | 4b373dc16fd480dfd61fc2f44c59531ee5b238a1 (diff) | |
download | ports-012876e1c29d1e3a8d7a1bad61f90c882af28c38.tar.gz ports-012876e1c29d1e3a8d7a1bad61f90c882af28c38.zip |
Notes
Diffstat (limited to 'net-p2p/btpd')
-rw-r--r-- | net-p2p/btpd/Makefile | 10 | ||||
-rw-r--r-- | net-p2p/btpd/pkg-plist | 6 |
2 files changed, 7 insertions, 9 deletions
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 <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .endif .include <bsd.port.mk> 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 |