diff options
author | tron <tron> | 2000-07-11 21:22:06 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-11 21:22:06 +0000 |
commit | d936dd5e18aa5801ba9e712e9989e440f8b69aeb (patch) | |
tree | a1085c3498ab29bd5d591a84af95da8c68912cca /net/mouse-pppoe | |
parent | 28cddb3900eca930924d589761c288fc47253cdf (diff) | |
download | pkgsrc-d936dd5e18aa5801ba9e712e9989e440f8b69aeb.tar.gz |
- Add conflict with "rp-pppoe" package.
- Install "pppoe" to "${PREFIX}/sbin".
Diffstat (limited to 'net/mouse-pppoe')
-rw-r--r-- | net/mouse-pppoe/Makefile | 6 | ||||
-rw-r--r-- | net/mouse-pppoe/pkg/PLIST | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/mouse-pppoe/Makefile b/net/mouse-pppoe/Makefile index 71d84835e1f..1739c1b094a 100644 --- a/net/mouse-pppoe/Makefile +++ b/net/mouse-pppoe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/02/08 23:46:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2000/07/11 21:22:06 tron Exp $ DISTNAME= mouse_pppoe PKGNAME= ${DISTNAME}-20000202 @@ -7,6 +7,8 @@ MASTER_SITES= ftp://ftp.styx.org/pub/mouse_pppoe/ MAINTAINER= mouse@netbsd.org +CONFLICTS+= rp-pppoe-* + DIST_SUBDIR= ${PKGNAME} WRKSRC= ${WRKDIR}/${DISTNAME} @@ -14,6 +16,6 @@ do-build: (cd ${WRKSRC} ; ${CC} -O2 -o pppoe pppoe.c) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pppoe ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/pppoe ${PREFIX}/sbin .include "../../mk/bsd.pkg.mk" diff --git a/net/mouse-pppoe/pkg/PLIST b/net/mouse-pppoe/pkg/PLIST index 264a99441c5..3338a2e7676 100644 --- a/net/mouse-pppoe/pkg/PLIST +++ b/net/mouse-pppoe/pkg/PLIST @@ -1,2 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/02/04 03:58:41 hubertf Exp $ -bin/pppoe +@comment $NetBSD: PLIST,v 1.2 2000/07/11 21:22:07 tron Exp $ +sbin/pppoe |