diff options
author | obache <obache@pkgsrc.org> | 2007-08-25 09:00:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-08-25 09:00:45 +0000 |
commit | 373e933b4f5c91d15609908af448b8d642cd4598 (patch) | |
tree | 96e2c42b1a4f9927131a166456eba54470aecaf2 /net/userppp/PLIST | |
parent | 1958147a9546e17a518a01c1256c711058d1a3d7 (diff) | |
download | pkgsrc-373e933b4f5c91d15609908af448b8d642cd4598.tar.gz |
Fixes installation directory issue, reported in PR 36779.
Honor PKG_SYSCONFDIR and PKGMANDIR.
Use SUBST framework instead of manual sed.
And pkglintfy.
Bump PKGREVISION.
Diffstat (limited to 'net/userppp/PLIST')
-rw-r--r-- | net/userppp/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/userppp/PLIST b/net/userppp/PLIST index e1ff7d66498..9857409367c 100644 --- a/net/userppp/PLIST +++ b/net/userppp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2005/02/14 12:12:32 tron Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/08/25 09:00:45 obache Exp $ man/cat8/ppp.0 man/cat8/pppctl.0 man/man8/ppp.8 @@ -21,5 +21,4 @@ share/examples/ppp/ppp.linkup.span-isp.working share/examples/ppp/ppp.secret.sample share/examples/ppp/ppp.secret.span-isp share/examples/ppp/ppp.secret.span-isp.working -@unexec ${RMDIR} %D/etc/ppp >/dev/null 2>&1 || ${TRUE} @dirrm share/examples/ppp |