diff options
author | obache <obache> | 2008-03-06 02:56:04 +0000 |
---|---|---|
committer | obache <obache> | 2008-03-06 02:56:04 +0000 |
commit | a43cc8c399d2205e6337ca60bd2a6d6800a3b40d (patch) | |
tree | e521ed01d35e15c3d07f6326110da619c124c4af /net/btpd/Makefile | |
parent | d41060ccfae7b7ce06dac427d18b5a18c1058fdb (diff) | |
download | pkgsrc-a43cc8c399d2205e6337ca60bd2a6d6800a3b40d.tar.gz |
Alignment of variable values should be done with tabs, not spaces.
Diffstat (limited to 'net/btpd/Makefile')
-rw-r--r-- | net/btpd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/btpd/Makefile b/net/btpd/Makefile index bf36325d630..61163c9c6fe 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/01/18 05:08:40 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2008/03/06 02:56:04 obache Exp $ DISTNAME= btpd-0.12 PKGREVISION= 1 @@ -10,14 +10,14 @@ MAINTAINER= rnyberg@murmeldjur.se HOMEPAGE= http://www.murmeldjur.se/btpd/ COMMENT= Daemon for file sharing over bittorrent -PKG_DESTDIR_SUPPORT= user-destdir +PKG_DESTDIR_SUPPORT= user-destdir BUILDLINK_API_DEPENDS.libevent+= libevent>=0.9 -GNU_CONFIGURE= YES +GNU_CONFIGURE= YES -DOCSDIR= ${PREFIX}/share/doc/btpd -USE_FEATURES.openssl= threads +DOCSDIR= ${PREFIX}/share/doc/btpd +USE_FEATURES.openssl= threads post-install: ${INSTALL_DATA_DIR} ${DESTDIR}${DOCSDIR} |