diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-23 14:15:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-23 14:15:14 +0800 |
commit | 3ae17f40e7e57ba5c71cae071f7ca3897abf55dc (patch) | |
tree | 1fcdadedbb6af7a9890d6d6910817a88aa16a6dd /net-p2p/btpd | |
parent | 5b55a6162fabc7683e80f72c7bc8a5f6ee6ff51b (diff) | |
download | freebsd-ports-gnome-3ae17f40e7e57ba5c71cae071f7ca3897abf55dc.tar.gz freebsd-ports-gnome-3ae17f40e7e57ba5c71cae071f7ca3897abf55dc.tar.zst freebsd-ports-gnome-3ae17f40e7e57ba5c71cae071f7ca3897abf55dc.zip |
Use STAGE
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 |