Sun Feb 15 19:02:11 2009 UTC ()
Convert to user-destdir.
Remove HOMEPAGE and MASTER_SITES, they are gone.


(wiz)
diff -r1.14 -r1.15 pkgsrc/emulators/fceu/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/emulators/fceu/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/fceu/Makefile 2007/03/28 13:20:47 1.14
+++ pkgsrc/emulators/fceu/Makefile 2009/02/15 19:02:11 1.15
@@ -1,37 +1,38 @@ @@ -1,37 +1,38 @@
1# $NetBSD: Makefile,v 1.14 2007/03/28 13:20:47 joerg Exp $ 1# $NetBSD: Makefile,v 1.15 2009/02/15 19:02:11 wiz Exp $
2# 2#
3 3
4DISTNAME= fceu-0.98.13.src 4DISTNAME= fceu-0.98.13.src
5PKGNAME= ${DISTNAME:S/.src//} 5PKGNAME= ${DISTNAME:S/.src//}
6PKGREVISION= 3 6PKGREVISION= 3
7CATEGORIES= emulators 7CATEGORIES= emulators
8MASTER_SITES= http://pdaxrom.theinternet.nl/fceu/ 8MASTER_SITES= # http://pdaxrom.theinternet.nl/fceu/
9EXTRACT_SUFX= .tar.bz2 9EXTRACT_SUFX= .tar.bz2
10 10
11MAINTAINER= wiz@NetBSD.org 11MAINTAINER= wiz@NetBSD.org
12HOMEPAGE= http://pdaxrom.theinternet.nl/fceu/ 12#HOMEPAGE= http://pdaxrom.theinternet.nl/fceu/
13COMMENT= Portable NES and Famicom emulator 13COMMENT= Portable NES and Famicom emulator
14 14
15WRKSRC= ${WRKDIR}/fceu 15WRKSRC= ${WRKDIR}/fceu
16USE_PKGLOCALEDIR= yes 16USE_PKGLOCALEDIR= yes
 17PKG_DESTDIR_SUPPORT= user-destdir
17GNU_CONFIGURE= yes 18GNU_CONFIGURE= yes
18 19
19SUBST_CLASSES+= dsp 20SUBST_CLASSES+= dsp
20SUBST_STAGE.dsp= post-patch 21SUBST_STAGE.dsp= post-patch
21SUBST_MESSAGE.dsp= Adjusting sound device path. 22SUBST_MESSAGE.dsp= Adjusting sound device path.
22SUBST_FILES.dsp= src/drivers/sexyal/drivers/oss.c 23SUBST_FILES.dsp= src/drivers/sexyal/drivers/oss.c
23SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|" 24SUBST_SED.dsp= -e "s|/dev/dsp|${DEVOSSAUDIO}|"
24 25
25INSTALLATION_DIRS= ${PKGMANDIR}/man6 share/doc/fceu 26INSTALLATION_DIRS= ${PKGMANDIR}/man6 share/doc/fceu
26 27
27post-install: 28post-install:
28 ${INSTALL_DATA} ${WRKSRC}/Documentation/fceu-sdl.6 \ 29 ${INSTALL_DATA} ${WRKSRC}/Documentation/fceu-sdl.6 \
29 ${PREFIX}/${PKGMANDIR}/man6/fceu.6 30 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/fceu.6
30 ${INSTALL_DATA} ${WRKSRC}/Documentation/*.html \ 31 ${INSTALL_DATA} ${WRKSRC}/Documentation/*.html \
31 ${PREFIX}/share/doc/fceu 32 ${DESTDIR}${PREFIX}/share/doc/fceu
32 ${INSTALL_DATA} ${WRKSRC}/Documentation/*.txt \ 33 ${INSTALL_DATA} ${WRKSRC}/Documentation/*.txt \
33 ${PREFIX}/share/doc/fceu 34 ${DESTDIR}${PREFIX}/share/doc/fceu
34 35
35.include "../../devel/SDL/buildlink3.mk" 36.include "../../devel/SDL/buildlink3.mk"
36.include "../../mk/oss.buildlink3.mk" 37.include "../../mk/oss.buildlink3.mk"
37.include "../../mk/bsd.pkg.mk" 38.include "../../mk/bsd.pkg.mk"