diff options
author | wiz <wiz> | 2009-02-15 19:02:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-02-15 19:02:11 +0000 |
commit | e96e5032ce21c92db5e674e9039eff01b7f9eb37 (patch) | |
tree | c9f25b8cf5c758e617a0236fe073d22f291fd928 /emulators/fceu | |
parent | 28d6c7ef322a05d8187c03c3d6979328a3673347 (diff) | |
download | pkgsrc-e96e5032ce21c92db5e674e9039eff01b7f9eb37.tar.gz |
Convert to user-destdir.
Remove HOMEPAGE and MASTER_SITES, they are gone.
Diffstat (limited to 'emulators/fceu')
-rw-r--r-- | emulators/fceu/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
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" |