Skip to content

Commit

Permalink
Alignment of variable values should be done with tabs, not spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
obache committed Mar 6, 2008
1 parent d8a2f20 commit e905ec8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions net/btpd/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -10,14 +10,14 @@ MAINTAINER= [email protected]
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}
Expand Down

0 comments on commit e905ec8

Please sign in to comment.