summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz>2009-02-15 19:02:11 +0000
committerwiz <wiz>2009-02-15 19:02:11 +0000
commit252bff42bc749dfd418f1c538bba4f17d9a8609a (patch)
treec9f25b8cf5c758e617a0236fe073d22f291fd928 /emulators
parent69f0e45d6bcb6e88fbd4240d2fe81c6a076a396b (diff)
downloadpkgsrc-252bff42bc749dfd418f1c538bba4f17d9a8609a.tar.gz
Convert to user-destdir.
Remove HOMEPAGE and MASTER_SITES, they are gone.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/fceu/Makefile13
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"