diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-15 13:09:30 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-06-15 13:09:30 +0000 |
commit | 0c34c0f110859e22768a78571f649e465d2d9282 (patch) | |
tree | 87d28418e1d69ca9ed4affdb07cf85546c017a2e /comms/yawmppp/Makefile | |
parent | 2cd6d23ba48496858264feab9f1bf5199cf9cbea (diff) |
Place port docs where they all go.
PR: 28131
Submitted by: Patrick Li <pat@databits.net>
Notes
Notes:
svn path=/head/; revision=44028
Diffstat (limited to 'comms/yawmppp/Makefile')
-rw-r--r-- | comms/yawmppp/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/yawmppp/Makefile b/comms/yawmppp/Makefile index 67b33d4de571..dc9f5d3f6a9f 100644 --- a/comms/yawmppp/Makefile +++ b/comms/yawmppp/Makefile @@ -29,4 +29,8 @@ pre-configure: 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> |