diff options
author | wiz <wiz> | 2003-09-18 18:36:26 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-09-18 18:36:26 +0000 |
commit | c594441a76bc766f7afd3925575309e991a74c57 (patch) | |
tree | bc1b643c0806d39806d4c463fdff4140adbcc1a7 /mail/pine | |
parent | 80fd8d9d1e63fba346cd235759e069b1afb2433a (diff) | |
download | pkgsrc-c594441a76bc766f7afd3925575309e991a74c57.tar.gz |
Remove two unneeded (exec/unexec) lines from PLIST.
Noted by Jeremy C. Reed in PR 22758.
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/pine/PLIST b/mail/pine/PLIST index 9ec251b7721..3bf76b83095 100644 --- a/mail/pine/PLIST +++ b/mail/pine/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:48 skrll Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/09/18 18:36:26 wiz Exp $ bin/pgpdecode bin/pgpencrypt bin/pgpsign @@ -17,9 +17,7 @@ share/pine/contrib/utils/sendit.sh share/pine/contrib/utils/sendtoall share/pine/contrib/utils/txtcc.sh share/examples/pine/dot.pinerc.pgp -@unexec if cmp -s %D/etc/pine.conf %D/share/examples/pine/pine.conf; then ${RM} -f %D/etc/pine.conf; fi share/examples/pine/pine.conf -@exec if [ ! -f %D/etc/pine.conf ]; then cp -p %D/share/examples/pine/pine.conf %D/etc/; fi share/examples/pine/pine.conf.fixed @dirrm share/pine/contrib/utils @dirrm share/pine/contrib |