summaryrefslogtreecommitdiff
path: root/security/hydra/options.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-25 17:55:48 +0000
committerjoerg <joerg>2010-02-25 17:55:48 +0000
commitc6e748f9cd81a3e5e3c80735f8d693acbc3fdedf (patch)
tree934e1dd6da6f9c64d670ece8e257dcb65fd67980 /security/hydra/options.mk
parent0ed7b08c6bbd2ba4656a6dea0d1a68b9ca5e81b8 (diff)
downloadpkgsrc-c6e748f9cd81a3e5e3c80735f8d693acbc3fdedf.tar.gz
Explicitly pull PREFIX/lib into the normal library search path too.
DESTDIR support
Diffstat (limited to 'security/hydra/options.mk')
-rw-r--r--security/hydra/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/hydra/options.mk b/security/hydra/options.mk
index 19a40c9036f..b19d7d6270b 100644
--- a/security/hydra/options.mk
+++ b/security/hydra/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2009/08/27 19:40:44 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2010/02/25 17:55:48 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hydra
PKG_SUPPORTED_OPTIONS= gtkfe svn pgsql
@@ -16,7 +16,7 @@ post-build:
cd ${WRKSRC}/hydra-gtk && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
post-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/hydra-gtk/src/xhydra ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/hydra-gtk/src/xhydra ${DESTDIR}${PREFIX}/bin
PLIST_SRC+= ${PKGDIR}/PLIST.xhydra
.endif