diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:29:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:29:06 +0000 |
commit | a8fbf965c0c75efeeebdf4be6b67472a3ffd4379 (patch) | |
tree | ce757fc244cc817bf17509ccc07ed846be0113c0 /emulators | |
parent | 9e05f2d76a74a07cf64b9ec4cbc5016d778f59b1 (diff) | |
download | pkgsrc-a8fbf965c0c75efeeebdf4be6b67472a3ffd4379.tar.gz |
Update package Makefile for automatic manual page handling.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 6d7cfe83f1d..db63f92f1ef 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/06/11 12:32:01 agc Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/22 12:29:06 agc Exp $ # DISTNAME= xmame-0.30.1_src @@ -19,8 +19,6 @@ MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} DESTDIR=${DESTDIR} \ INSTALL_MAN="${INSTALL_MAN}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" -MAN6= xmame.6 - post-patch: ${CP} ${WRKSRC}/makefile.unix ${WRKSRC}/Makefile ${SED} 's|XXX|${PREFIX}/lib/mame|' ${WRKSRC}/doc/xmamerc.dist >${WRKSRC}/doc/xmamerc |