diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-19 21:30:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-19 21:30:13 +0000 |
commit | 90fe4c79cc691f7afc7785060426e8e526af879e (patch) | |
tree | 9fa6c81d77a8bd5299ff1f257aa8786e09abc008 /security | |
parent | 74917569e6ca1c8856344adb91368ecb8498b7f2 (diff) | |
download | pkgsrc-90fe4c79cc691f7afc7785060426e8e526af879e.tar.gz |
Fix ownership. Bump revision.
Diffstat (limited to 'security')
-rw-r--r-- | security/libprelude/Makefile | 4 | ||||
-rw-r--r-- | security/libprelude/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/libprelude/Makefile b/security/libprelude/Makefile index 1207c475944..ef9f08758d4 100644 --- a/security/libprelude/Makefile +++ b/security/libprelude/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2009/12/15 22:10:38 joerg Exp $ +# $NetBSD: Makefile,v 1.40 2010/02/19 21:30:13 joerg Exp $ # COMMENT= LibPrelude libraries and c++ easy bindings -PKGREVISION= 1 +PKGREVISION= 2 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/security/libprelude/Makefile.common b/security/libprelude/Makefile.common index 54e906d1c31..98cd4375570 100644 --- a/security/libprelude/Makefile.common +++ b/security/libprelude/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2009/10/07 19:40:41 joerg Exp $ +# $NetBSD: Makefile.common,v 1.5 2010/02/19 21:30:13 joerg Exp $ # # used by security/libprelude/Makefile # used by security/libprelude-lua/Makefile @@ -48,7 +48,7 @@ PKG_HOME.${PRELUDE_USER}= ${PRELUDE_HOME} EGDIR= ${PREFIX}/share/examples/libprelude REQD_DIRS= ${EGDIR} MAKE_DIRS= ${PKG_SYSCONFDIR}/default ${PKG_SYSCONFDIR}/profile -MAKE_DIRS_PERMS+= ${PKG_SYSCONFDIR}/profile ${ROOT_USER} ${ROOT_GROUP} 0711 +MAKE_DIRS_PERMS+= ${PKG_SYSCONFDIR}/profile ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 0711 SUBST_CLASSES+= make SUBST_STAGE.make= post-patch |