diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-13 09:37:27 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-13 09:37:27 +0000 |
commit | 7fbb0db06e654a6ef6c20a7416683fd1b4654304 (patch) | |
tree | 0f44cfba94d9333da5bc21f0b91d0de15fd9b64f /x11/dgs/Makefile | |
parent | Fix my breakage. Install files in the right places, and use regex style (diff) |
Move man pages from manm to mann. Fix the missing install autoconf bug in a
more normal way.
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r-- | x11/dgs/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 949bffd51ae4..f05f043385c6 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -26,6 +26,12 @@ INSTALLS_SHLIB= yes GNU_CONFIGURE= yes MAN1= dgs.1 dpsnx.agent.1 -MANM= dpsexec makepsres xepsf +MANN= dpsexec.man makepsres.man xepsf.man + +pre-patch: + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|manm|mann|g' + + .include <bsd.port.mk> |