Date: Wed, 13 Jun 2001 17:46:54 -0400 (EDT) From: pat@databits.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28131: Fix comms/yawmppp Message-ID: <200106132146.f5DLksu30761@wlgrv1.pa.home.com>
next in thread | raw e-mail | index | archive | help
>Number: 28131 >Category: ports >Synopsis: Fix comms/yawmppp >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jun 13 14:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Patrick Li >Release: FreeBSD 4.3-STABLE i386 >Organization: N/A >Environment: System: FreeBSD bottlenek 4.3-STABLE FreeBSD 4.3-STABLE #0: Thu Jun 7 00:17:13 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386 >Description: o Place port docs where they all go o Fix up pkg-plist >How-To-Repeat: N/A >Fix: diff -ruN /usr/ports/comms/yawmppp/Makefile yawmppp/Makefile --- /usr/ports/comms/yawmppp/Makefile Sun Jun 10 11:49:47 2001 +++ yawmppp/Makefile Wed Jun 13 17:31:35 2001 @@ -29,4 +29,8 @@ s@-O2@${CFLAGS}@g" ${WRKSRC}/*/Makefile.in \ ${WRKSRC}/configure ${WRKSRC}/*/*/Makefile.in +pre-patch: + @${PERL} -pi -e "s|\@prefix\@/doc/|\@prefix\@/share/doc/|g" \ + ${WRKSRC}/Makefile.in + .include <bsd.port.mk> diff -ruN /usr/ports/comms/yawmppp/pkg-plist yawmppp/pkg-plist --- /usr/ports/comms/yawmppp/pkg-plist Sun Apr 15 23:16:14 2001 +++ yawmppp/pkg-plist Wed Jun 13 17:19:45 2001 @@ -2,11 +2,12 @@ bin/yawmppp.log bin/yawmppp.pref bin/yawmppp.thin -doc/yawmppp-%%PORTVERSION%%/CHANGELOG -doc/yawmppp-%%PORTVERSION%%/COPYING -doc/yawmppp-%%PORTVERSION%%/FAQ -doc/yawmppp-%%PORTVERSION%%/INSTALL -doc/yawmppp-%%PORTVERSION%%/README +share/doc/yawmppp-%%PORTVERSION%%/CHANGELOG +share/doc/yawmppp-%%PORTVERSION%%/COPYING +share/doc/yawmppp-%%PORTVERSION%%/FAQ +share/doc/yawmppp-%%PORTVERSION%%/INSTALL +share/doc/yawmppp-%%PORTVERSION%%/README share/icons/pppdoc.xpm share/icons/stepphone.xpm -@dirrm doc/yawmppp-%%PORTVERSION%% +@dirrm share/doc/yawmppp-%%PORTVERSION%% +@dirrm share/icons >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106132146.f5DLksu30761>