-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alignment of variable values should be done with tabs, not spaces.
- Loading branch information
obache
committed
Mar 6, 2008
1 parent
d8a2f20
commit e905ec8
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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} | ||
|