pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/45085: pkgtools/pkgin use MAKE_DIRS instead of @exec ${MKDIR}
The following reply was made to PR pkg/45085; it has been noted by GNATS.
From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/45085: pkgtools/pkgin use MAKE_DIRS instead of @exec ${MKDIR}
Date: Mon, 20 Jun 2011 16:44:48 +0200
On Mon, Jun 20, 2011 at 01:45:00PM +0000, tcort%minix3.org@localhost wrote:
> diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile
> index 9a2a038..5e1b23f 100644
> --- a/pkgtools/pkgin/Makefile
> +++ b/pkgtools/pkgin/Makefile
> @@ -16,6 +16,7 @@ EGDIR=
> ${PREFIX}/share/examples/${PKGBASE}
> CONF_FILES= ${EGDIR}/repositories.conf.example \
> ${PKG_SYSCONFDIR}/${PKGBASE}/repositories.conf
>
> +MAKE_DIRS+= ${PKG_SYSCONFDIR}/${PKGBASE}
> OWN_DIRS+= ${PKG_SYSCONFDIR}/${PKGBASE}
> INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 ${EGDIR}
>
Isn't the OWN_DIRS enough? E.g. just drop the @exec from the PLIST?
Joerg
Home |
Main Index |
Thread Index |
Old Index