diff options
author | tron <tron@pkgsrc.org> | 1998-08-23 19:29:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-08-23 19:29:51 +0000 |
commit | c055fe970474370c8d59cba77692c59edccf859f (patch) | |
tree | 6e0cecfd2e95b06e93515f7ba848b5c01055a8f6 /emulators | |
parent | 69dfee3ca9ee7eec6ca0a65057ccdb7e3738a148 (diff) | |
download | pkgsrc-c055fe970474370c8d59cba77692c59edccf859f.tar.gz |
pkglint:
- replace "${MKDIR} -p" by "${MKDIR}"
- move "RUN_DEPENDS" and "DEPENDS" to the correct place
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 465fdb77b2b..eb3a471e056 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/08/23 19:25:40 tron Exp $ +# $NetBSD: Makefile,v 1.13 1998/08/23 19:29:51 tron Exp $ # DISTNAME= xmame-0.33b6.1 @@ -9,11 +9,11 @@ EXTRACT_SUFX= .tgz MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://drake.dit.upm.es/~mame/ -CONFLICTS= xmame-0.30.1 - RUN_DEPENDS= unzip:../../archivers/unzip DEPENDS+= xpm-3.4k:../../graphics/xpm +CONFLICTS= xmame-0.30.1 + USE_X11= yes USE_GMAKE= yes MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} DESTDIR=${DESTDIR} \ @@ -34,7 +34,7 @@ post-patch: ${MV} ${WRKSRC}/src/unix/netbsd_i386.c ${WRKSRC}/src/unix/netbsd.c post-install: - ${MKDIR} -p ${MAMEDIR} + ${MKDIR} ${MAMEDIR} ${CP} ${WRKSRC}/doc/xmamerc ${MAMEDIR}/xmamerc @${ECHO} Remember to set MAMEDIR to ${MAMEDIR}. |