diff options
author | wiz <wiz@pkgsrc.org> | 2011-06-20 15:16:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-06-20 15:16:27 +0000 |
commit | 8e651b797be2374e7737f9f93a4238c31de04dd3 (patch) | |
tree | 68cad2786b0c51239472277ee48a6d7621cd3ed2 /pkgtools | |
parent | 7532d721e2cfe550589c3c3731b480123a28be79 (diff) | |
download | pkgsrc-8e651b797be2374e7737f9f93a4238c31de04dd3.tar.gz |
Remove unnecessary exec. PR 45085 by Thomas Cort.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgin/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkgin/PLIST b/pkgtools/pkgin/PLIST index 473ea10e48e..3b6eb32b2e3 100644 --- a/pkgtools/pkgin/PLIST +++ b/pkgtools/pkgin/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:11:03 joerg Exp $ +@comment $NetBSD: PLIST,v 1.3 2011/06/20 15:16:27 wiz Exp $ bin/pkgin man/man1/pkgin.1 share/examples/pkgin/repositories.conf.example -@exec ${MKDIR} %D/etc/pkgin |