summaryrefslogtreecommitdiff
path: root/net/ppp-mppe/PLIST
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2004-01-11 14:21:27 +0000
committercube <cube@pkgsrc.org>2004-01-11 14:21:27 +0000
commitb32f02fcf0e9ebdf7d501e9ed6d25d92e8080118 (patch)
tree024a260f068cb7fa8e1e88ffc926360884334107 /net/ppp-mppe/PLIST
parent4911d79e90d7c5230caeea06f8152d557124dd08 (diff)
downloadpkgsrc-b32f02fcf0e9ebdf7d501e9ed6d25d92e8080118.tar.gz
Make this compile with gcc3. Also, do not try to remove ${LOCALBASE}/lkm
at deinstall time in case there are other LKMs installed.
Diffstat (limited to 'net/ppp-mppe/PLIST')
-rw-r--r--net/ppp-mppe/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ppp-mppe/PLIST b/net/ppp-mppe/PLIST
index 6ceaaf7b8d3..220dec3bb75 100644
--- a/net/ppp-mppe/PLIST
+++ b/net/ppp-mppe/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/19 15:12:11 kim Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/01/11 14:21:27 cube Exp $
sbin/chat
sbin/pppd
sbin/pppstats
lkm/mppe.o
-@dirrm lkm
+@unexec ${RMDIR} %D/lkm 2>/dev/null || ${TRUE}