diff options
author | seb <seb> | 2002-06-26 10:29:33 +0000 |
---|---|---|
committer | seb <seb> | 2002-06-26 10:29:33 +0000 |
commit | ffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef (patch) | |
tree | 9e5fcee06244c048489fb5197f01b82baef7be38 /devel/pkgconfig/PLIST | |
parent | 57b861d2e101c9a13115d231f46b57c51e9caa28 (diff) | |
download | pkgsrc-ffae2d518c48d3d79fda3e02dcb0e79c3fbc1aef.tar.gz |
Substitute a couple of `mkdir' by `${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
Diffstat (limited to 'devel/pkgconfig/PLIST')
-rw-r--r-- | devel/pkgconfig/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pkgconfig/PLIST b/devel/pkgconfig/PLIST index fa5759cb076..d61d0763bd6 100644 --- a/devel/pkgconfig/PLIST +++ b/devel/pkgconfig/PLIST @@ -1,6 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2002/03/20 15:43:24 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/06/26 10:29:39 seb Exp $ bin/pkg-config man/man1/pkg-config.1 share/aclocal/pkg.m4 -@exec ${MKDIR} -p %D/lib/pkgconfig +@exec ${MKDIR} %D/lib/pkgconfig @unexec ${RMDIR} -p %D/lib/pkgconfig 2>/dev/null || ${TRUE} |