File makefile.diff of Package wvdial
--- Makefile.in.orig 2013-02-25 17:46:31.123725431 +0100
+++ Makefile.in 2013-02-25 18:02:27.164480785 +0100
@@ -40,10 +40,7 @@
install-bin: all
[ -d ${BINDIR} ] || install -d ${BINDIR}
- [ -d ${PPPDIR} ] || install -d ${PPPDIR}
install -m 0755 wvdial wvdialconf ${BINDIR}
- cp ppp.provider ${PPPDIR}/wvdial
- cp ppp.provider-pipe ${PPPDIR}/wvdial-pipe
install-man:
[ -d ${MANDIR}/man1 ] || install -d ${MANDIR}/man1
@@ -55,8 +52,6 @@
uninstall-bin:
rm -f ${BINDIR}/wvdial ${BINDIR}/wvdialconf
- rm -f ${PPPDIR}/wvdial
- rm -f ${PPPDIR}/wvdial-pipe
uninstall-man:
rm -f ${MANDIR}/man1/wvdial.1 ${MANDIR}/man1/wvdialconf.1