From e96e5032ce21c92db5e674e9039eff01b7f9eb37 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 15 Feb 2009 19:02:11 +0000 Subject: Convert to user-destdir. Remove HOMEPAGE and MASTER_SITES, they are gone. --- emulators/fceu/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'emulators') diff --git a/emulators/fceu/Makefile b/emulators/fceu/Makefile index 5fbf849e7c9..b9b100a4963 100644 --- a/emulators/fceu/Makefile +++ b/emulators/fceu/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.14 2007/03/28 13:20:47 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2009/02/15 19:02:11 wiz Exp $ # DISTNAME= fceu-0.98.13.src PKGNAME= ${DISTNAME:S/.src//} PKGREVISION= 3 CATEGORIES= emulators -MASTER_SITES= http://pdaxrom.theinternet.nl/fceu/ +MASTER_SITES= # http://pdaxrom.theinternet.nl/fceu/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= wiz@NetBSD.org -HOMEPAGE= http://pdaxrom.theinternet.nl/fceu/ +#HOMEPAGE= http://pdaxrom.theinternet.nl/fceu/ COMMENT= Portable NES and Famicom emulator WRKSRC= ${WRKDIR}/fceu USE_PKGLOCALEDIR= yes +PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes SUBST_CLASSES+= dsp @@ -26,11 +27,11 @@ INSTALLATION_DIRS= ${PKGMANDIR}/man6 share/doc/fceu post-install: ${INSTALL_DATA} ${WRKSRC}/Documentation/fceu-sdl.6 \ - ${PREFIX}/${PKGMANDIR}/man6/fceu.6 + ${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/fceu.6 ${INSTALL_DATA} ${WRKSRC}/Documentation/*.html \ - ${PREFIX}/share/doc/fceu + ${DESTDIR}${PREFIX}/share/doc/fceu ${INSTALL_DATA} ${WRKSRC}/Documentation/*.txt \ - ${PREFIX}/share/doc/fceu + ${DESTDIR}${PREFIX}/share/doc/fceu .include "../../devel/SDL/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" -- cgit v1.2.3