diff options
author | joerg <joerg> | 2009-07-07 19:05:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-07 19:05:20 +0000 |
commit | a1d32fcb3d2e70c1c5fc5c04a77850f39bca9f81 (patch) | |
tree | 7eacf3364aa0d75daaff5bf6463735f71ccd3cdb /www/lhs | |
parent | 68f010ab1abd081ef9016887c374ba3c2f40f2d2 (diff) | |
download | pkgsrc-a1d32fcb3d2e70c1c5fc5c04a77850f39bca9f81.tar.gz |
user-destdir support
Diffstat (limited to 'www/lhs')
-rw-r--r-- | www/lhs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/lhs/Makefile b/www/lhs/Makefile index 12e68585058..509168ef315 100644 --- a/www/lhs/Makefile +++ b/www/lhs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/01/18 05:09:50 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2009/07/07 19:06:56 joerg Exp $ # DISTNAME= lhs-0.1 @@ -10,6 +10,8 @@ MAINTAINER= dawszy@arhea.net HOMEPAGE= http://dev.null.pl/ COMMENT= Lightweight HTTP Server, IPv6-aware and SSL-enabled +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/lhs GNU_CONFIGURE= yes @@ -21,7 +23,7 @@ MAKE_ENV+= DEFAULT_ROOT_DIR=${PREFIX}/share/httpd/htdocs INSTALLATION_DIRS= sbin do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/lhs ${PREFIX}/sbin/lhs + ${INSTALL_PROGRAM} ${WRKSRC}/lhs ${DESTDIR}${PREFIX}/sbin/lhs .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |