pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security Add missing directory.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9041b8525cad
branches:  trunk
changeset: 543411:9041b8525cad
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 16 15:33:11 2008 +0000

description:
Add missing directory.

diffstat:

 security/prelude-lml/Makefile     |  4 +++-
 security/prelude-manager/Makefile |  4 +++-
 security/py-prewikka/Makefile     |  6 +++---
 3 files changed, 9 insertions(+), 5 deletions(-)

diffs (63 lines):

diff -r 59f21d65457b -r 9041b8525cad security/prelude-lml/Makefile
--- a/security/prelude-lml/Makefile     Mon Jun 16 15:29:00 2008 +0000
+++ b/security/prelude-lml/Makefile     Mon Jun 16 15:33:11 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2008/04/28 10:54:08 shannonjr Exp $
+# $NetBSD: Makefile,v 1.24 2008/06/16 15:33:11 joerg Exp $
 #
 
 DISTNAME=              prelude-lml-0.9.12.2
@@ -33,6 +33,8 @@
 PRELUDE_LML_PID_DIR=   ${VARBASE}/run/prelude-lml
 PRELUDE_HOME=          ${VARBASE}/prelude-lml
 
+INSTALLATION_DIRS=     sbin
+
 PKG_GROUPS=            ${PRELUDE_GROUP}
 PKG_USERS=             ${PRELUDE_USER}:${PRELUDE_GROUP}
 
diff -r 59f21d65457b -r 9041b8525cad security/prelude-manager/Makefile
--- a/security/prelude-manager/Makefile Mon Jun 16 15:29:00 2008 +0000
+++ b/security/prelude-manager/Makefile Mon Jun 16 15:33:11 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2008/03/06 14:53:54 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2008/06/16 15:33:49 joerg Exp $
 #
 
 DISTNAME=              prelude-manager-0.9.11
@@ -27,6 +27,8 @@
 PRELUDE_GROUP?=                _prelude
 PRELUDE_HOME?=         ${VARBASE}/spool/prelude-manager
 
+INSTALLATION_DIRS=     sbin
+
 PKG_GROUPS_VARS+=      PRELUDE_GROUP
 PKG_USERS_VARS+=       PRELUDE_USER
 
diff -r 59f21d65457b -r 9041b8525cad security/py-prewikka/Makefile
--- a/security/py-prewikka/Makefile     Mon Jun 16 15:29:00 2008 +0000
+++ b/security/py-prewikka/Makefile     Mon Jun 16 15:33:11 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2008/04/28 10:59:42 shannonjr Exp $
+# $NetBSD: Makefile,v 1.27 2008/06/16 15:34:30 joerg Exp $
 #
 
 DISTNAME=              prewikka-${VERSION}
@@ -51,7 +51,7 @@
 
 MAKE_ENV+=     EXAMPLEDIR=share/examples/${PKGBASE}
 
-INSTALLATION_DIRS+=    ${PREFIX}/share/examples/${PKGBASE}
+INSTALLATION_DIRS+=    share/examples/${PKGBASE} sbin
 CONF_FILES+=   ${PREFIX}/share/examples/${PKGBASE}/prewikka.conf ${PKG_SYSCONFDIR}/prewikka.conf
 
 pre-patch:
@@ -61,7 +61,7 @@
        cd ${WRKSRC} && env ${MAKE_ENV} ${CC} ${CFLAGS} -o runPrewikka runPrewikka.c
 
 post-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/runPrewikka ${PREFIX}/sbin/runPrewikka
+       ${INSTALL_PROGRAM} ${WRKSRC}/runPrewikka ${DESTDIR}${PREFIX}/sbin/runPrewikka
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"



Home | Main Index | Thread Index | Old Index